Skip to content

Commit 3eaa8b7

Browse files
author
Pat Altimore
committed
Fix links
1 parent 8b82625 commit 3eaa8b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-profile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A data flow profile named *default* is created when Azure IoT Operations is depl
3333

3434
# [Azure CLI](#tab/azure-cli)
3535

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:
3737

3838
```azurecli
3939
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
110110
111111
# [Azure CLI](#tab/azure-cli)
112112
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:
114114
115115
```azurecli
116116
az iot operations dataflow profile create --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <ProfileName>
@@ -166,7 +166,7 @@ To manually scale the data flow profile, specify the number of instances you wan
166166
167167
# [Azure CLI](#tab/azure-cli)
168168
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:
170170
171171
```azurecli
172172
az iot operations dataflow profile update --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <ProfileName> --profile-instance <InstanceCount>
@@ -214,7 +214,7 @@ To learn how to configure these diagnostic settings, see [ProfileDiagnostics](/r
214214
215215
# [Azure CLI](#tab/azure-cli)
216216
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:
218218
219219
```azurecli
220220
az iot operations dataflow profile update --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <ProfileName> --log-level <level>

0 commit comments

Comments
 (0)