Skip to content

Commit 940155b

Browse files
Merge pull request #274240 from ryanwinterms/main
fix variable expansion syntax in "az io ops init" command
2 parents 7a1e4e3 + 0d85dbb commit 940155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ In this section, you use the [az iot ops init](/cli/azure/iot/ops#az-iot-ops-ini
245245
| **KEYVAULT_NAME** | The name of your key vault. |
246246

247247
```azurecli
248-
az iot ops init --simulate-plc --cluster <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kv-id $(az keyvault show --name <KEYVAULT_NAME> -o tsv --query id)
248+
az iot ops init --simulate-plc --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --kv-id $(az keyvault show --name $KEYVAULT_NAME -o tsv --query id)
249249
```
250250

251251
If you get an error that says *Your device is required to be managed to access your resource*, run `az login` again and make sure that you sign in interactively with a browser.

0 commit comments

Comments
 (0)