Skip to content

Commit 475dc6b

Browse files
committed
Update screenshots
1 parent 20fae60 commit 475dc6b

40 files changed

+22
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ fabricOneLakeSettings:
168168
169169
The following authentication methods are available for Microsoft Fabric OneLake dataflow endpoints. For more information about enabling secure settings by configuring an Azure Key Vault and enabling workload identities, see [Enable secure settings in Azure IoT Operations deployment](../deploy-iot-ops/howto-enable-secure-settings.md).
170170
171-
Before you create the dataflow endpoint, assign workspace *Contributor* role to the IoT Operations extension that grants permission to write to the Fabric lakehouse.
171+
Before you create the dataflow endpoint, assign workspace *Contributor* role to the IoT Operations extension that grants permission to write to the Fabric lakehouse. You can find the extension name in the Azure IoT Operations instance overview page under **Essentials** > **Arc extension**.
172172
173-
![Screenshot of IoT Operations extension name to grant workspace access to.](media/howto-configure-fabric-endpoint/extension-name.png)
173+
![Screenshot of IoT Operations extension name to grant workspace access. ](media/howto-configure-fabric-endpoint/extension-name.png)
174174
175175
To learn more, see [Give access to a workspace](/fabric/get-started/give-access-workspaces).
176176

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,14 @@ Finally, create the *DataflowEndpoint* resource. Use your own values to replace
5858
| Setting | Description |
5959
| -------------------- | ------------------------------------------------------------------------------------------------- |
6060
| Name | The name of the dataflow endpoint. |
61-
| Host | The hostname of the Kafka broker in the format `<NAMEPSACE>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
62-
| Authentication method| The method used for authentication. Choose *System assigned managed identity* |
61+
| Host | The hostname of the Kafka broker in the format `<NAMESPACE>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
62+
| Authentication method| The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, or *SASL*. |
63+
| Client ID | The client ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
64+
| Tenant ID | The tenant ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
65+
| SASL type | Choose `Plain`. |
66+
| Synced secret name | Enter a name of the Kubernetes secret that contains the connection string. Required if using *SASL*. |
67+
| Username reference or token secret | The reference to the username or token secret used for SASL authentication. Either pick it from the Key Vault list or create a new one. The value must be `$ConnectionString`. |
68+
| Password reference of token secret | The reference to the password or token secret used for SASL authentication. Either pick it from the Key Vault list or create a new one. The value must be in the format of `Endpoint=sb://<NAMESPACE>.servicebus.windows.net/;SharedAccessKeyName=<KEY-NAME>;SharedAccessKey=<KEY>`. |
6369

6470
1. Select **Apply** to provision the endpoint.
6571

@@ -234,7 +240,7 @@ To configure a dataflow endpoint for non-Event-Hub Kafka brokers, set the host,
234240
| -------------------- | ------------------------------------------------------------------------------------------------- |
235241
| Name | The name of the dataflow endpoint. |
236242
| Host | The hostname of the Kafka broker in the format `<Kafa-broker-host>:xxxx`. Include port number in the host setting. |
237-
| Authentication method| The method used for authentication. Choose *SASL*. |
243+
| Authentication method| The method used for authentication. Choose *SASL* or *None*. |
238244
| SASL type | The type of SASL authentication. Choose *Plain*, *ScramSha256*, or *ScramSha512*. Required if using *SASL*. |
239245
| Synced secret name | The name of the secret. Required if using *SASL*. |
240246
| Username reference of token secret | The reference to the username in the SASL token secret. Required if using *SASL*. |

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: patricka
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: how-to
9-
ms.date: 11/11/2024
9+
ms.date: 11/14/2024
1010
ai-usage: ai-assisted
1111

1212
#CustomerIntent: As an operator, I want to understand how to understand how to configure dataflow endpoints for MQTT sources and destinations in Azure IoT Operations so that I can send data to and from MQTT brokers.
@@ -126,8 +126,8 @@ You can also create new local MQTT broker endpoints with custom settings. For ex
126126
| -------------------- | ------------------------------------------------------------------------------------------------- |
127127
| Name | The name of the dataflow endpoint. |
128128
| Host | The hostname and port of the MQTT broker. Use the format `<hostname>:<port>` |
129-
| Authentication method | The method used for authentication. Choose *Service account token*, or *X509 certificate* |
130-
| Service audience | The audience for the service account token. Required if using *Service account token*. |
129+
| Authentication method | The method used for authentication. Choose *Kubernetes service account token*, *X509 certificate*, or *None*. |
130+
| Service audience | The audience for the service account token. Required if using *Kubernetes service account token*. |
131131
| X509 client certificate | The X.509 client certificate used for authentication. Required if using *X509 certificate*. |
132132
| X509 client key | The private key corresponding to the X.509 client certificate. Required if using *X509 certificate*. |
133133
| X509 intermediate certificates | The intermediate certificates for the X.509 client certificate chain. Required if using *X509 certificate*. |
@@ -249,7 +249,12 @@ Once the Event Grid namespace is configured, you can create a dataflow endpoint
249249
| -------------------- | ------------------------------------------------------------------------------------------------- |
250250
| Name | The name of the dataflow endpoint. |
251251
| Host | The hostname and port of the Event Grid MQTT broker. Use the format `<NAMESPACE>.<REGION>-1.ts.eventgrid.azure.net:8883` |
252-
| Authentication method | The method used for authentication. Choose *System assigned managed identity* |
252+
| Authentication method | The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, or *X509 certificate* |
253+
| Client ID | The client ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
254+
| Tenant ID | The tenant ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
255+
| X509 client certificate | The X.509 client certificate used for authentication. Required if using *X509 certificate*. |
256+
| X509 client key | The private key corresponding to the X.509 client certificate. Required if using *X509 certificate*. |
257+
| X509 intermediate certificates | The intermediate certificates for the X.509 client certificate chain. Required if using *X509 certificate*. |
253258

254259
1. Select **Apply** to provision the endpoint.
255260

@@ -366,8 +371,8 @@ For other MQTT brokers, you can configure the endpoint, TLS, authentication, and
366371
| --------------------- | ------------------------------------------------------------------------------------------------- |
367372
| Name | The name of the dataflow endpoint |
368373
| Host | The hostname of the MQTT broker endpoint in the format `<hostname>.<port>`. |
369-
| Authentication method | The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, or *Service account token*. |
370-
| Service audience | The audience for the service account token. Required if using service account token. |
374+
| Authentication method | The method used for authentication. Choose *System assigned managed identity*, *Kubernetes service account token*, or *None*. |
375+
| Service audience | The audience for the service account token. Required if using Kubernetes service account token. |
371376
| Client ID | The client ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
372377
| Tenant ID | The tenant ID of the user-assigned managed identity. Required if using *User assigned managed identity*. |
373378
| Access token secret name | The name of the Kubernetes secret containing the SAS token. Required if using *Access token*. |
34.6 KB
Loading
11.9 KB
Loading
26.2 KB
Loading
-21.8 KB
Loading
-5.96 KB
Loading
44.2 KB
Loading

0 commit comments

Comments
 (0)