Skip to content

Commit 3fe85a8

Browse files
committed
Fix link
1 parent 0b33f0c commit 3fe85a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example shows how to create a BrokerAuthorization resource by usin
4545

4646
# [Azure CLI](#tab/cli)
4747

48-
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-show) command to create or change an authorization policy.
48+
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-apply) command to create or change an authorization policy.
4949

5050
```azurecli
5151
az iot ops broker authz apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --broker <BrokerName> --name <AuthenticationResourceName> --config-file <ConfigFilePathAndName>
@@ -277,7 +277,7 @@ In the broker authorization rules for your authorization policy, use the followi
277277

278278
# [Azure CLI](#tab/cli)
279279

280-
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-show) command to create or change an authorization policy.
280+
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-apply) command to create or change an authorization policy.
281281

282282
```azurecli
283283
az iot ops broker authz apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --broker <BrokerName> --name <AuthenticationResourceName> --config-file <ConfigFilePathAndName>
@@ -495,7 +495,7 @@ In the broker authorization rules for your authorization policy, use the followi
495495

496496
# [Azure CLI](#tab/cli)
497497

498-
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-show) command to create or change an authorization policy.
498+
Use the [az iot ops broker authz apply](/cli/azure/iot/ops/broker/authz#az-iot-ops-broker-authz-apply) command to create or change an authorization policy.
499499

500500
```azurecli
501501
az iot ops broker authz apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --broker <BrokerName> --name <AuthenticationResourceName> --config-file <ConfigFilePathAndName>

0 commit comments

Comments
 (0)