You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-dataflow-profile.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ A data flow profile named *default* is created when Azure IoT Operations is depl
33
33
34
34
# [Azure CLI](#tab/azure-cli)
35
35
36
-
Use the [az iot operations dataflow profile show](/cli/azure/iot/ops/dataflow/profile/show#az-iot-ops-dataflow-profile-show) command to view the default data flow profile:
36
+
Use the [az iot operations dataflow profile show](/cli/azure/iot/ops/dataflow/profile#az-iot-ops-dataflow-profile-show) command to view the default data flow profile:
37
37
38
38
```azurecli
39
39
az iot operations dataflow profile show --resource-group <ResourceGroupName> --instance <AioInstanceName> --name default
@@ -110,7 +110,7 @@ To create a new data flow profile, specify the name of the profile and the insta
110
110
111
111
# [Azure CLI](#tab/azure-cli)
112
112
113
-
Use the [az iot operations dataflow profile create](/cli/azure/iot/ops/dataflow/profile/create#az-iot-ops-dataflow-profile-create) command to create a new data flow profile:
113
+
Use the [az iot operations dataflow profile create](/cli/azure/iot/ops/dataflow/profile#az-iot-ops-dataflow-profile-create) command to create a new data flow profile:
@@ -166,7 +166,7 @@ To manually scale the data flow profile, specify the number of instances you wan
166
166
167
167
# [Azure CLI](#tab/azure-cli)
168
168
169
-
Use the [az iot operations dataflow profile update](/cli/azure/iot/ops/dataflow/profile/update#az-iot-ops-dataflow-profile-update) command to update the instance count of a data flow profile:
169
+
Use the [az iot operations dataflow profile update](/cli/azure/iot/ops/dataflow/profile#az-iot-ops-dataflow-profile-update) command to update the instance count of a data flow profile:
@@ -214,7 +214,7 @@ To learn how to configure these diagnostic settings, see [ProfileDiagnostics](/r
214
214
215
215
# [Azure CLI](#tab/azure-cli)
216
216
217
-
Use the [az iot operations dataflow profile update](/cli/azure/iot/ops/dataflow/profile/update#az-iot-ops-dataflow-profile-update) command to update the diagnostics settings of a data flow profile:
217
+
Use the [az iot operations dataflow profile update](/cli/azure/iot/ops/dataflow/profile#az-iot-ops-dataflow-profile-update) command to update the diagnostics settings of a data flow profile:
0 commit comments