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-adx-endpoint.md
+261-5Lines changed: 261 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: patricka
6
6
ms.service: azure-iot-operations
7
7
ms.subservice: azure-data-flows
8
8
ms.topic: how-to
9
-
ms.date: 04/03/2025
9
+
ms.date: 06/12/2025
10
10
ai-usage: ai-assisted
11
11
12
12
#CustomerIntent: As an operator, I want to understand how to configure data flow endpoints for Azure Data Explorer in Azure IoT Operations so that I can send data to Azure Data Explorer.
@@ -63,8 +63,6 @@ If using system-assigned managed identity, in Azure portal, go to your Azure IoT
63
63
64
64
## Create data flow endpoint for Azure Data Explorer
65
65
66
-
<!-- TODO: use the data ingest URI for host? -->
67
-
68
66
# [Operations experience](#tab/portal)
69
67
70
68
1. In the operations experience, select the **Data flow endpoints** tab.
@@ -84,6 +82,60 @@ If using system-assigned managed identity, in Azure portal, go to your Azure IoT
84
82
85
83
1. Select **Apply** to provision the endpoint.
86
84
85
+
# [Azure CLI](#tab/cli)
86
+
87
+
#### Create or replace
88
+
89
+
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/create#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint.
The `--host` parameter is the hostname of the Azure Data Explorer cluster in the format `<cluster>.<region>.kusto.windows.net`. The `--database` parameter is the name of the Azure Data Explorer database.
96
+
97
+
Here's an example command to create or replace an Azure Data Explorer data flow endpoint named adx-endpoint:
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint.
# See available authentication methods section for method types
@@ -176,6 +228,60 @@ Then, configure the data flow endpoint with system-assigned managed identity set
176
228
177
229
In the operations experience data flow endpoint settings page, select the **Basic** tab then choose **Authentication method** > **System assigned managed identity**.
178
230
231
+
# [Azure CLI](#tab/cli)
232
+
233
+
#### Create or replace
234
+
235
+
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/create#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint.
The `--host` parameter is the hostname of the Azure Data Explorer cluster in the format `<cluster>.<region>.kusto.windows.net`. The `--database` parameter is the name of the Azure Data Explorer database.
242
+
243
+
Here's an example command to create or replace an Azure Data Explorer data flow endpoint named adx-endpoint:
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint.
@@ -205,6 +311,62 @@ If you need to override the system-assigned managed identity audience, you can s
205
311
206
312
In most cases, you don't need to specify other settings. This configuration creates a managed identity with the default audience `https://api.kusto.windows.net`.
207
313
314
+
# [Azure CLI](#tab/cli)
315
+
316
+
#### Create or replace
317
+
318
+
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/create#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint with system-assigned managed identity.
The `--host` parameter is the hostname of the Azure Data Explorer cluster in the format `<cluster>.<region>.kusto.windows.net`. The `--database` parameter is the name of the Azure Data Explorer database. The `--audience` parameter is the audience URL for the managed identity to authenticate against Azure Data Explorer.
325
+
326
+
Here's an example command to create or replace an Azure Data Explorer data flow endpoint named `adx-endpoint`:
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with system-assigned managed identity.
@@ -248,6 +410,64 @@ In the operations experience data flow endpoint settings page, select the **Basi
248
410
249
411
Enter the user assigned managed identity client ID and tenant ID in the appropriate fields.
250
412
413
+
# [Azure CLI](#tab/cli)
414
+
415
+
#### Create or replace
416
+
417
+
Use the [az iot ops dataflow endpoint create adls](/cli/azure/iot/ops/dataflow/endpoint/create#az-iot-ops-dataflow-endpoint-create-adx) command to create or replace an Azure Data Explorer data flow endpoint with user-assigned managed identity.
The `--host` parameter is the hostname of the Azure Data Explorer cluster in the format `<cluster>.<region>.kusto.windows.net`. The `--database` parameter is the name of the Azure Data Explorer database. The `--auth-type` parameter specifies the authentication method, which is `UserAssignedManagedIdentity` in this case. The `--client-id`, `--tenant-id`, and `--scope` parameters specify the user-assigned managed identity client ID, tenant ID, and scope respectively.
424
+
425
+
Here's an example command to create or replace an Azure Data Explorer data flow endpoint named `adx-endpoint`:
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with user-assigned managed identity.
@@ -300,6 +520,42 @@ In the operations experience, select the **Advanced** tab for the data flow endp
300
520
301
521
:::image type="content" source="media/howto-configure-adx-endpoint/adx-advanced.png" alt-text="Screenshot using operations experience to set Azure Data Explorer advanced settings.":::
302
522
523
+
# [Azure CLI](#tab/cli)
524
+
525
+
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to create or change an Azure Data Explorer data flow endpoint with advanced settings.
0 commit comments