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-adlsv2-endpoint.md
+13-5Lines changed: 13 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: 10/27/2024
9
+
ms.date: 10/30/2024
10
10
ai-usage: ai-assisted
11
11
12
12
#CustomerIntent: As an operator, I want to understand how to configure dataflow endpoints for Azure Data Lake Storage Gen2 in Azure IoT Operations so that I can send data to Azure Data Lake Storage Gen2.
@@ -136,11 +136,19 @@ Then, create the *DataflowEndpoint* resource and specify the access token authen
136
136
137
137
# [Portal](#tab/portal)
138
138
139
-
1. In the Azure IoT Operations Preview portal, create a new dataflow or edit an existing dataflow by selecting the **Dataflows** tab. If creating a new dataflow, select a source for the dataflow.
140
-
1.In the editor, select the destination dataflow endpoint.
141
-
1.Choose the Azure Data Lake Storage Gen2 endpoint that you created previously.
139
+
1. In the IoT Operations portal, select the **Dataflow endpoints** tab.
140
+
1.Under **Create new dataflow endpoint**, select **Azure Data Lake Storage (2nd generation)** > **New**.
141
+
1.Enter the following settings for the endpoint:
142
142
143
-
:::image type="content" source="media/howto-configure-adlsv2-endpoint/dataflow-mq-adls.png" alt-text="Screenshot using operations experience to create a dataflow with an MQTT source and ADLS V2 destination.":::
| Host | The hostname of the Azure Data Lake Storage Gen2 endpoint in the format `<account>.blob.core.windows.net`. Replace the account placeholder with the endpoint account name. |
147
+
| Authentication method | The method used for authentication. Choose *Access token*. |
148
+
| Synced secret name | The name of the Kubernetes secret that is synchronized with the ADLSv2 endpoint. |
149
+
| Access token secret name | The name of the Kubernetes secret containing the SAS token. |
0 commit comments