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
Use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/endpoint#az-iot-ops-dataflow-endpoint-apply) command to command to create or change an Azure Data Lake Storage Gen2 data flow endpoint.
85
+
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 Lake Storage Gen2 data flow endpoint.
The storage account name is the name of the Azure Data Lake Storage Gen2 account in the format `<account>.blob.core.windows.net`. 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.
485
485
486
-
An example command to create or replace a Azure Data Lake Storage Gen2 data flow endpoint named `my-endpoint` is:
486
+
An example command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint named `my-endpoint` is:
The storage account name is the name of the Azure Data Lake Storage Gen2 account in the format `<account>.blob.core.windows.net`. The `--auth-type` parameter specifies the authentication method, which is `AccessToken` in this case. The `--secret-name` parameter specifies the name of the Kubernetes secret containing the SAS token.
611
611
612
-
An example command to create or replace a Azure Data Lake Storage Gen2 data flow endpoint named `my-endpoint` is:
612
+
An example command to create or replace an Azure Data Lake Storage Gen2 data flow endpoint named `my-endpoint` is:
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-fabric-endpoint.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If using system-assigned managed identity, in Azure portal, go to your Azure IoT
38
38
39
39
Go to Microsoft Fabric workspace you created, select **Manage access** > **+ Add people or groups**.
40
40
41
-
1. Search for the name of your [user-assigned managed identity set up for cloud connections](../deploy-iot-ops/howto-enable-secure-settings.md#set-up-a-user-assigned-managed-identity-for-cloud-connections) or the system-assigned managed identity. For example, *azure-iot-operations-xxxx7*.
41
+
1. Search for the name of your [user-assigned managed identity set up for cloud connections](../deploy-iot-ops/howto-enable-secure-settings.md#set-up-a-user-assigned-managed-identity-for-cloud-connections) or the system-assigned managed identity. For example, *azure-iot-operations-xxxx7*.
42
42
1. Select **Contributor** as the role, then select **Add**. This gives the managed identity the necessary permissions to write to the Fabric lakehouse. To learn more, see [Roles in workspaces in Microsoft Fabric](/fabric/get-started/roles-workspaces).
43
43
44
44
## Create data flow endpoint for Microsoft Fabric OneLake
@@ -260,7 +260,7 @@ Before you configure the data flow endpoint, assign a role to the Azure IoT Oper
260
260
1. In Azure portal, go to your Azure IoT Operations instance and select **Overview**.
261
261
1. Copy the name of the extension listed after **Azure IoT Operations Arc extension**. For example, *azure-iot-operations-xxxx7*.
262
262
1. Go to Microsoft Fabric workspace, select **Manage access** > **+ Add people or groups**.
263
-
1. Search for the name of your system-assigned managed identity. For example, *azure-iot-operations-xxxx7*.
263
+
1. Search for the name of your system-assigned managed identity. For example, *azure-iot-operations-xxxx7*.
264
264
1. Select an appropriate role, then select **Add**.
265
265
266
266
Then, configure the data flow endpoint with system-assigned managed identity settings.
@@ -445,7 +445,7 @@ fabricOneLakeSettings:
445
445
446
446
To use user-assigned managed identity for authentication, you must first deploy Azure IoT Operations with secure settings enabled. Then you need to [set up a user-assigned managed identity for cloud connections](../deploy-iot-ops/howto-enable-secure-settings.md#set-up-a-user-assigned-managed-identity-for-cloud-connections). To learn more, see [Enable secure settings in Azure IoT Operations deployment](../deploy-iot-ops/howto-enable-secure-settings.md).
447
447
448
-
Before you configure the data flow endpoint, assign a role to the user-assigned managed identity that grants permission to write to the Fabric lakehouse.:
448
+
Before you configure the data flow endpoint, assign a role to the user-assigned managed identity that grants permission to write to the Fabric lakehouse.
449
449
450
450
1. Go to Microsoft Fabric workspace, select **Manage access** > **+ Add people or groups**.
451
451
1. Search for the name of your user-assigned managed identity.
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Next, [create an event hub in the namespace](../../event-hubs/event-hubs-create.
36
36
37
37
To configure a data flow endpoint for Azure Event Hubs, we recommend using either a user-assigned or system-assigned managed identity. This approach is secure and eliminates the need for managing credentials manually.
38
38
39
-
After the Azure Event Hubs namespace and event hub is created, you need to assign a role to the Azure IoT Operations managed identity that grants permission to send or receive messages to the event hub.
39
+
After the Azure Event Hubs namespace and event hub are created, you need to assign a role to the Azure IoT Operations managed identity that grants permission to send or receive messages to the event hub.
40
40
41
41
If using system-assigned managed identity, in Azure portal, go to your Azure IoT Operations instance and select **Overview**. Copy the name of the extension listed after **Azure IoT Operations Arc extension**. For example, *azure-iot-operations-xxxx7*. Your system-assigned managed identity can be found using the same name of the Azure IoT Operations Arc extension.
42
42
@@ -49,7 +49,7 @@ Then, go to the Event Hubs namespace > **Access control (IAM)** > **Add role ass
49
49
50
50
### Create data flow endpoint for Azure Event Hubs
51
51
52
-
Once the Azure Event Hubs namespace and event hub is configured, you can create a data flow endpoint for the Kafka-enabled Azure Event Hubs namespace.
52
+
Once the Azure Event Hubs namespace and event hub are configured, you can create a data flow endpoint for the Kafka-enabled Azure Event Hubs namespace.
0 commit comments