Skip to content

Commit fce7862

Browse files
authored
Update stream-analytics-quick-create-powershell.md
1 parent d7fb5df commit fce7862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-quick-create-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following Azure CLI code block has many commands to prepare the input data r
7676
az iot hub create --name "MyASAIoTHub" --resource-group $resourceGroup --sku S1
7777
```
7878
79-
Once the IoT hub has been created, get the IoT Hub connection string using the [az iot hub connection-string show](/cli/azure/iot/hub/connection-stringaz-iot-hub-connection-string-show) command. Copy the entire connection string and save it. You need it when you add the IoT Hub as an input to your Stream Analytics job.
79+
Once the IoT hub has been created, get the IoT Hub connection string using the [az iot hub connection-string show](/cli/azure/iot/hub/connection-string#az-iot-hub-connection-string-show) command. Copy the entire connection string and save it. You need it when you add the IoT Hub as an input to your Stream Analytics job.
8080
8181
```azurecli
8282
az iot hub connection-string show --resource-group $resourceGroup --hub-name "MyASAIoTHub"

0 commit comments

Comments
 (0)