Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from JimacoMS3/qs-tut-sharedaccesspolicy-update
Browse files Browse the repository at this point in the history
added --policy-name service to az iot hub show-connection-string comm…
  • Loading branch information
robinsh authored Jun 24, 2019
2 parents 7a5a959 + 16638b0 commit 681289a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# The service connection string to authenticate with your IoT hub.
# Using the Azure CLI:
# az iot hub show-connection-string --hub-name {your iot hub name}
# az iot hub show-connection-string --hub-name {your iot hub name} --policy-name service
CONNECTION_STRING = "{Your IoT hub service connection string}"
DEVICE_ID = "MyPythonDevice"

Expand Down

0 comments on commit 681289a

Please sign in to comment.