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/discover-manage-assets/howto-autodetect-opcua-assets-using-akri.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,38 @@ In this article, you learn how to automatically discover and configure OPC UA as
16
16
17
17
## Prerequisites
18
18
19
-
-A deployed instance of Azure IoT Operations with resource sync rules enabled. You can only enable resource sync rules when you create your Azure IoT Operations instance. To learn more, see [Deploy Azure IoT Operations](../deploy-iot-ops/overview-deploy.md).
19
+
A deployed instance of Azure IoT Operations with resource sync rules enabled. To learn more, see [Deploy Azure IoT Operations](../deploy-iot-ops/overview-deploy.md).
20
20
21
-
> [!NOTE]
22
-
> By default, the [deployment quickstart](../get-started-end-to-end-sample/quickstart-deploy.md) instructions do not enable resource sync rules.
21
+
> [!TIP]
22
+
> By default, the [deployment quickstart](../get-started-end-to-end-sample/quickstart-deploy.md) instructions do not enable resource sync rules. If resource sync rules aren't enabled on your instance, see [Enable resource sync rules on an existing instance](../troubleshoot/troubleshoot.md#you-want-to-enable-resource-sync-rules-on-an-existing-instance).
23
+
24
+
The custom location in the resource group where you deployed Azure IoT Operations must have the **Azure Kubernetes Service Arc Contributor Role** role enabled with **K8 Bridge** as a member: For example:
25
+
26
+
# [Azure portal](#tab/portal)
27
+
28
+
1. Go to the custom location for your Azure IoT Operations instance in the Azure portal.
29
+
30
+
1. Select **Access control (IAM)**.
31
+
32
+
1. Select **Add > Add role assignment**.
33
+
34
+
1. Search for and select the **Azure Kubernetes Service Arc Contributor Role** role. Then click **Next**.
23
35
24
-
- The custom location in the resource group where you deployed Azure IoT Operations must have the **Azure Kubernetes Service Arc Contributor Role** role enabled with **K8 Bridge** as a member. For example:
36
+
1. Select **Select members**. Search for and select **K8 Bridge**. Then click **Review + Assign**.
Copy file name to clipboardExpand all lines: articles/iot-operations/includes/deploy-preview-media-connectors.md
+28-9Lines changed: 28 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,38 @@ ms.date: 04/03/2025
7
7
ms.author: dobett
8
8
---
9
9
10
-
To deploy the preview version of the connectors, you can either enable them when you deploy your Azure IoT Operations instance or enable them after you deploy your instance:
10
+
To deploy the preview version of the connectors, you can either enable them when you deploy your Azure IoT Operations instance or enable them after you deploy your instance.
11
11
12
-
-To enable the preview connectors when you deploy your Azure IoT Operations instance include the `--feature connectors.settings.preview=Enabled` parameter when you run `az iot ops create`.
12
+
To enable the preview connectors when you deploy your Azure IoT Operations instance:
13
13
14
-
- To enable the preview connectors after you deploy your Azure IoT Operations instance by using the Azure portal:
14
+
# [Azure portal](#tab/portal)
15
+
16
+
Select **ONVIF Connector and Media Connector (Preview)** in the **Connectors** section of the **Install Azure IoT Operations > Basics** page:
17
+
18
+
:::image type="content" source="media/deploy-preview-media-connectors/portal-deploy-preview-connectors.png" alt-text="Screenshot of Azure portal that shows how to select the preview connectors.":::
19
+
20
+
# [Azure CLI](#tab/cli)
21
+
22
+
Include the `--feature connectors.settings.preview=Enabled` parameter when you run the `az iot ops create` command.
23
+
24
+
---
25
+
26
+
To enable the preview connectors after you deploy your Azure IoT Operations instance:
27
+
28
+
# [Azure portal](#tab/portal)
29
+
30
+
1. Go to your Azure IoT Operations instance in the Azure portal.
31
+
32
+
1. Enable the preview connectors:
15
33
16
34
:::image type="content" source="media/deploy-preview-media-connectors/portal-enable-preview-connectors.png" alt-text="Screenshot of Azure portal that shows how to enable the preview connectors.":::
17
35
18
-
- To enable the preview connectors after you deploy your Azure IoT Operations instance by using the Azure CLI:
36
+
# [Azure CLI](#tab/cli)
37
+
38
+
Run the following command to enable the preview connectors:
19
39
20
-
```console
21
-
az iot ops update -n <your-instance> -g <your-resource-group> --feature connectors.settings.preview=Enabled
22
-
```
40
+
```azcli
41
+
az iot ops update -n <your-instance> -g <your-resource-group> --feature connectors.settings.preview=Enabled
42
+
```
23
43
24
-
> [!IMPORTANT]
25
-
> If you don't enable preview features, you see the following error message in the `aio-supervisor-...` pod logs when you try to use the media or ONVIF connectors: `No connector configuration present for AssetEndpointProfile: <AssetEndpointProfileName>`.
0 commit comments