This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
iot-hub/Tutorials/Routing/SimulatedDevice/resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This command retrieves the subscription id of the current Azure account.
2- # This field is used when setting up the routing rules .
2+ # This field is used when setting up the routing queries .
33subscriptionID=$(az account show --query id -o tsv)
44
55# Concatenate this number onto the resources that have to be globally unique.
Original file line number Diff line number Diff line change 11# This command retrieves the subscription id of the current Azure account.
2- # This field is used when setting up the routing rules .
2+ # This field is used when setting up the routing queries .
33subscriptionID=$(az account show --query id -o tsv)
44
55# Concatenate this number onto the resources that have to be globally unique.
Original file line number Diff line number Diff line change 11# This retrieves the subscription id of the current Azure account.
2- # This field is used when setting up the routing rules .
2+ # This field is used when setting up the routing queries .
33$subscriptionID = (Get-AzureRmContext ).Subscription.Id
44
55# Concatenate this number onto the resources that have to be globally unique.
You can’t perform that action at this time.
0 commit comments