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

Commit

Permalink
added --policy-name service to az iot hub show-connection-string comm…
Browse files Browse the repository at this point in the history
…and in comment
  • Loading branch information
Jimaco Brannian committed Jun 20, 2019
1 parent 7a5a959 commit 16638b0
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 16638b0

Please sign in to comment.