Skip to content

Commit 99933e1

Browse files
committed
Removed 'en-us' from URL to comply with editorial guidelines.
1 parent 0464022 commit 99933e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-amqp-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ import uamqp
139139
import urllib
140140
import time
141141

142-
# Use generate_sas_token implementation available here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-security#security-token-structure
142+
# Use generate_sas_token implementation available here: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security#security-token-structure
143143
from helper import generate_sas_token
144144

145145
iot_hub_name = '<iot-hub-name>'
@@ -186,7 +186,7 @@ for msg in batch:
186186
print('\t: ' + str(msg.annotations['x-opt-enqueued-time']))
187187
```
188188

189-
For a given device ID, IoT Hub uses a hash of the device ID to determine which partition to store messages in. Furthermore, note that even though the code snippet above demonstrates receiving events from a single partition ID, a typical application often needs to retrieve events stored on all the hub partitions.
189+
For a given device ID, IoT Hub uses a hash of the device ID to determine which partition to store its messages in. The code snippet above demonstrates receiving events from a single such partition. Note, however, that a typical application often needs to retrieve events stored in all event hub partitions.
190190

191191

192192
### Additional notes

0 commit comments

Comments
 (0)