We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265acf7 commit 8b82625Copy full SHA for 8b82625
articles/iot-operations/connect-to-cloud/howto-create-dataflow.md
@@ -1677,7 +1677,7 @@ Select the data flow you want to export and select **Export** from the toolbar.
1677
1678
# [Azure CLI](#tab/cli)
1679
1680
-Use the [az iot ops dataflow show](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to export a data flow.
+Use the [az iot ops dataflow show](/cli/azure/iot/ops/dataflow/#az-iot-ops-dataflow-show) command to export a data flow.
1681
1682
```azurecli
1683
az iot ops dataflow show --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <DataflowName> --profile <DataflowProfileName> --output json > my-dataflow.json
0 commit comments