Skip to content

Commit 797c417

Browse files
authored
format fix
1 parent 49796a6 commit 797c417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ In this section, create a Python script to send events to the event hub that you
106106
* `EVENT_HUB_CONNECTION_STR`
107107
* `EVENT_HUB_NAME`
108108

109-
[!NOTE]
110-
Make sure that **EVENT_HUB_NAME** is the name of the event hub and not the Event Hubs namespace. If this value is incorrect, you will receive the error code: `CBS Token authentication failed.`.
109+
> [!NOTE]
110+
> Make sure that **EVENT_HUB_NAME** is the name of the event hub and not the Event Hubs namespace. If this value is incorrect, you will receive the error code: `CBS Token authentication failed.`.
111111

112112
```python
113113
import asyncio

0 commit comments

Comments
 (0)