Skip to content

Commit 4931833

Browse files
authored
Update quickstart-deploy.md
1 parent 65705be commit 4931833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ This script automates the following steps:
141141

142142
* Apply all the required configurations for Azure IoT Operations, including:
143143

144-
* Enable a firewall rule and port forwarding for port 8883 to enable incoming connections to Azure IoT Operations MQ broker.
144+
* Enable a firewall rule and port forwarding for port 8883 to enable incoming connections to Azure IoT Operations broker.
145145

146146
* Install Storage local-path provisioner.
147147

@@ -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 --mq-mode auto --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)