Skip to content

Commit 3f1c1ec

Browse files
committed
Merge branch 'two-iot-hub-articles' of https://github.com/itechedit/azure-docs-pr into two-iot-hub-articles
2 parents 1ca9ee0 + 93f5a61 commit 3f1c1ec

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
@@ -27,7 +27,7 @@ The following information is required for the service client:
2727
| IoT hub hostname | `<iot-hub-name>.azure-devices.net` |
2828
| Key name | `service` |
2929
| Access key | A primary or secondary key that's associated with the service |
30-
| Shared access signature | A short-lived shared access signature in the following format: `SharedAccessSignature sig={signature-string}&se={expiry}&skn={policyName}&sr={URL-encoded-resourceURI}`. For the code to generate this signature, see [Control access to IoT Hub](./iot-hub-devguide-security.md#security-token-structure).
30+
| Shared access signature | A short-lived shared access signature in the following format: `SharedAccessSignature sig={signature-string}&se={expiry}&skn={policyName}&sr={URL-encoded-resourceURI}`. To get the code for generating this signature, see [Control access to IoT Hub](./iot-hub-devguide-security.md#security-token-structure).
3131

3232
The following code snippet uses the [uAMQP library in Python](https://github.com/Azure/azure-uamqp-python) to connect to an IoT hub via a sender link.
3333

@@ -201,7 +201,7 @@ The following information is required for the device client:
201201
|-------------|--------------|
202202
| IoT hub hostname | `<iot-hub-name>.azure-devices.net` |
203203
| Access key | A primary or secondary key that's associated with the device |
204-
| Shared access signature | A short-lived shared access signature in the following format: `SharedAccessSignature sig={signature-string}&se={expiry}&skn={policyName}&sr={URL-encoded-resourceURI}`. For the code to generate this signature, see [Control access to IoT Hub](./iot-hub-devguide-security.md#security-token-structure).
204+
| Shared access signature | A short-lived shared access signature in the following format: `SharedAccessSignature sig={signature-string}&se={expiry}&skn={policyName}&sr={URL-encoded-resourceURI}`. To get the code for generating this signature, see [Control access to IoT Hub](./iot-hub-devguide-security.md#security-token-structure).
205205

206206

207207
The following code snippet uses the [uAMQP library in Python](https://github.com/Azure/azure-uamqp-python) to connect to an IoT hub via a sender link.

0 commit comments

Comments
 (0)