Skip to content

Commit 54500cb

Browse files
Merge pull request #289235 from veyalla/patch-5
fix toc and bicep command
2 parents 73adbc2 + 44d37e0 commit 54500cb

8 files changed

+12
-10
lines changed

articles/iot-operations/connect-to-cloud/concept-schema-registry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,9 @@ resource opcuaSchemaVersion 'Microsoft.DeviceRegistry/schemaRegistries/schemas/s
268268
After you've defined the schema content and resources, you can deploy the Bicep template to create the schema in the schema registry.
269269

270270
```azurecli
271-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
271+
az stack group create --name <DEPLOYMENT_NAME> --resource-group
272+
<RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou
273+
deleteResources --yes
272274
```
273275

274276
## Next steps

articles/iot-operations/connect-to-cloud/howto-configure-adlsv2-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource adlsGen2Endpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2
7676
Then, deploy via Azure CLI.
7777

7878
```azurecli
79-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
79+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
8080
```
8181

8282
# [Kubernetes](#tab/kubernetes)
@@ -154,7 +154,7 @@ resource adlsGen2Endpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2
154154
Then, deploy via Azure CLI.
155155

156156
```azurecli
157-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
157+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
158158
```
159159

160160
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/connect-to-cloud/howto-configure-adx-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ resource adxEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-0
100100
Then, deploy via Azure CLI.
101101

102102
```azurecli
103-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
103+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
104104
```
105105

106106
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/connect-to-cloud/howto-configure-fabric-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource oneLakeEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@20
8484
Then, deploy via Azure CLI.
8585

8686
```azurecli
87-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
87+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
8888
```
8989

9090
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ resource kafkaEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024
101101
Then, deploy via Azure CLI.
102102

103103
```azurecli
104-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
104+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
105105
```
106106

107107
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/connect-to-cloud/howto-configure-local-storage-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource localStorageDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflo
6363
Then, deploy via Azure CLI.
6464

6565
```azurecli
66-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
66+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
6767
```
6868

6969
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/connect-to-cloud/howto-configure-mqtt-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ resource defaultMqttBrokerDataflowEndpoint 'Microsoft.IoTOperations/instances/da
8989
Then, deploy via Azure CLI.
9090

9191
```azurecli
92-
az stack group create --name MyDeploymentStack --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
92+
az stack group create --name MyDeploymentStack --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
9393
```
9494

9595
# [Kubernetes](#tab/kubernetes)
@@ -279,7 +279,7 @@ resource remoteMqttBrokerDataflowEndpoint 'Microsoft.IoTOperations/instances/dat
279279
Then, deploy via Azure CLI.
280280

281281
```azurecli
282-
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
282+
az stack group create --name <DEPLOYMENT_NAME> --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep --dm None --aou deleteResources --yes
283283
```
284284

285285
# [Kubernetes](#tab/kubernetes)

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ items:
157157
href: create-edge-apps/howto-develop-mqttnet-apps.md
158158
- name: Tutorials
159159
items:
160-
- name: MQTT bridge
160+
- name: Bi-directional communications with Event Grid
161161
href: connect-to-cloud\tutorial-mqtt-bridge.md
162162
- name: Troubleshoot
163163
items:

0 commit comments

Comments
 (0)