Skip to content

Commit 86530f1

Browse files
authored
Update event-hubs-python-get-started-send.md
Adding changes per @spelluru .
1 parent 81e1c81 commit 86530f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +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-
Make sure 'EVENT_HUB_NAME' is the name of the Event Hub and not the Event Hub 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.`.
110111

111112
```python
112113
import asyncio

0 commit comments

Comments
 (0)