Skip to content

Commit 153ab9e

Browse files
author
Pat Altimore
committed
Fix links
1 parent 5f6f85a commit 153ab9e

8 files changed

+74
-74
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Then, go to the Azure Storage account > **Access control (IAM)** > **Add role as
6666

6767
#### Create or replace
6868

69-
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adls) create or replace an Azure Data Lake Storage Gen2 data flow endpoint.
69+
Use the `az iot ops dataflow endpoint create adls` command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint.
7070

7171
```azurecli
7272
az iot ops dataflow endpoint create adls --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --storage-account <StorageAccountName>
@@ -82,7 +82,7 @@ az iot ops dataflow endpoint create adls --resource-group myResourceGroup --inst
8282

8383
#### Create or change
8484

85-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint.
85+
Use the `az iot ops dataflow endpoint apply` command to command to create or change an Azure Data Lake Storage Gen2 data flow endpoint.
8686

8787
```azurecli
8888
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -296,7 +296,7 @@ In most cases, you don't need to specify a service audience. Not specifying an a
296296

297297
#### Create or replace
298298

299-
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adls) create or replace an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
299+
Use the `az iot ops dataflow endpoint create adls` command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
300300

301301
```azurecli
302302
az iot ops dataflow endpoint create adls --auth-type SystemAssignedManagedIdentity --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --storage-account <StorageAccountName>
@@ -312,7 +312,7 @@ az iot ops dataflow endpoint create adls --auth-type SystemAssignedManagedIdenti
312312

313313
#### Create or change
314314

315-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
315+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
316316

317317
```azurecli
318318
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -377,7 +377,7 @@ In most cases, you don't need to specify a service audience. Not specifying an a
377377

378378
#### Create or replace
379379

380-
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adls) create or replace an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
380+
Use the `az iot ops dataflow endpoint create adls` command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
381381

382382
```azurecli
383383
az iot ops dataflow endpoint create adls --auth-type SystemAssignedManagedIdentity --audience https://<account>.blob.core.windows.net --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --storage-account <StorageAccountName>
@@ -393,7 +393,7 @@ az iot ops dataflow endpoint create adls --auth-type SystemAssignedManagedIdenti
393393

394394
#### Create or change
395395

396-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
396+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with system assigned managed identity.
397397

398398
```azurecli
399399
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -475,7 +475,7 @@ Enter the user-assigned managed identity client ID and tenant ID in the appropri
475475

476476
#### Create or replace
477477

478-
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adls) create or replace an Azure Data Lake Storage Gen2 data flow endpoint with user-assigned managed identity.
478+
Use the `az iot ops dataflow endpoint create adls` command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint with user-assigned managed identity.
479479

480480
```azurecli
481481
az iot ops dataflow endpoint create adls --auth-type UserAssignedManagedIdentity --client-id <ClientId> --tenant-id <TenantId> --scope <Scope> --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --storage-account <StorageAccountName>
@@ -491,7 +491,7 @@ az iot ops dataflow endpoint create adls --auth-type UserAssignedManagedIdentity
491491

492492
#### Create or change
493493

494-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with user-assigned managed identity.
494+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with user-assigned managed identity.
495495

496496
```azurecli
497497
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -601,7 +601,7 @@ To learn more about secrets, see [Create and manage secrets in Azure IoT Operati
601601

602602
#### Create or replace
603603

604-
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adls) create or replace an Azure Data Lake Storage Gen2 data flow endpoint with access token authentication.
604+
Use the `az iot ops dataflow endpoint create adls` command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint with access token authentication.
605605

606606
```azurecli
607607
az iot ops dataflow endpoint create adls --auth-type AccessToken --secret-name <SasSecretName> --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --storage-account <StorageAccountName>
@@ -617,7 +617,7 @@ az iot ops dataflow endpoint create adls --auth-type AccessToken --secret-name m
617617

618618
#### Create or change
619619

620-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with access token authentication.
620+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Lake Storage Gen2 data flow endpoint with access token authentication.
621621

622622
```azurecli
623623
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -705,7 +705,7 @@ In the operations experience, select the **Advanced** tab for the data flow endp
705705

706706
# [Azure CLI](#tab/cli)
707707

708-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Lake Storage Gen2 data flow endpoint advanced settings.
708+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Lake Storage Gen2 data flow endpoint advanced settings.
709709

710710
```azurecli
711711
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If using system-assigned managed identity, in Azure portal, go to your Azure IoT
8686
8787
#### Create or replace
8888
89-
Use the [az iot ops dataflow endpoint create adx](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint.
89+
Use the `az iot ops dataflow endpoint create adx` command to create or replace an Azure Data Explorer data flow endpoint.
9090
9191
```azurecli
9292
az iot ops dataflow endpoint create adx --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --host <ClusterName> --database <DatabaseName>
@@ -102,7 +102,7 @@ az iot ops dataflow endpoint create adx --resource-group myResourceGroup --insta
102102

103103
#### Create or change
104104

105-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint.
105+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Explorer data flow endpoint.
106106

107107
```azurecli
108108
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -232,7 +232,7 @@ In the operations experience data flow endpoint settings page, select the **Basi
232232

233233
#### Create or replace
234234

235-
Use the [az iot ops dataflow endpoint create adx](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint.
235+
Use the `az iot ops dataflow endpoint create adx` command to create or replace an Azure Data Explorer data flow endpoint.
236236

237237
```azurecli
238238
az iot ops dataflow endpoint create adx --auth-type SystemAssignedManagedIdentity --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --host <ClusterName> --database <DatabaseName>
@@ -248,7 +248,7 @@ az iot ops dataflow endpoint create adx --auth-type SystemAssignedManagedIdentit
248248

249249
#### Create or change
250250

251-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint.
251+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Explorer data flow endpoint.
252252

253253
```azurecli
254254
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -315,7 +315,7 @@ In most cases, you don't need to specify other settings. This configuration crea
315315

316316
#### Create or replace
317317

318-
Use the [az iot ops dataflow endpoint create adx](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint with system-assigned managed identity.
318+
Use the `az iot ops dataflow endpoint create adx` command to create or replace an Azure Data Explorer data flow endpoint with system-assigned managed identity.
319319

320320
```azurecli
321321
az iot ops dataflow endpoint create adx --auth-type SystemAssignedManagedIdentity --audience https://<cluster>.<region>.kusto.windows.net --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --host <cluster>.<region>.kusto.windows.net --database <DatabaseName>
@@ -331,7 +331,7 @@ az iot ops dataflow endpoint create adx --auth-type SystemAssignedManagedIdentit
331331

332332
#### Create or change
333333

334-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with system-assigned managed identity.
334+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Explorer data flow endpoint with system-assigned managed identity.
335335

336336
```azurecli
337337
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -414,7 +414,7 @@ Enter the user assigned managed identity client ID and tenant ID in the appropri
414414

415415
#### Create or replace
416416

417-
Use the [az iot ops dataflow endpoint create adx](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint with user-assigned managed identity.
417+
Use the `az iot ops dataflow endpoint create adx` command to create or replace an Azure Data Explorer data flow endpoint with user-assigned managed identity.
418418

419419
```azurecli
420420
az iot ops dataflow endpoint create adx --auth-type UserAssignedManagedIdentity --client-id <ClientId> --tenant-id <TenantId> --scope <Scope> --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --host <cluster>.<region>.kusto.windows.net --database <DatabaseName>
@@ -430,7 +430,7 @@ az iot ops dataflow endpoint create adx --auth-type UserAssignedManagedIdentity
430430

431431
#### Create or change
432432

433-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with user-assigned managed identity.
433+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Explorer data flow endpoint with user-assigned managed identity.
434434

435435
```azurecli
436436
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>
@@ -522,7 +522,7 @@ In the operations experience, select the **Advanced** tab for the data flow endp
522522

523523
# [Azure CLI](#tab/cli)
524524

525-
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint/apply#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with advanced settings.
525+
Use the `az iot ops dataflow endpoint apply` command to create or change an Azure Data Explorer data flow endpoint with advanced settings.
526526

527527
```azurecli
528528
az iot ops dataflow endpoint apply --resource-group <ResourceGroupName> --instance <AioInstanceName> --name <EndpointName> --config-file <ConfigFilePathAndName>

0 commit comments

Comments
 (0)