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
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,26 @@ 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. If you don't already have an instance, see [Quickstart: Run Azure IoT Operations in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md).
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).
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.
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:
@@ -26,7 +45,7 @@ To create an asset endpoint with discovery enabled:
26
45
27
46
1. Add a new asset endpoint and select the **Enable discovery** option:
28
47
29
-
:::image type="content" source="media/howto-autodetect-opcua-assets-using-akri/enable-auto-discover.png" alt-text="Create an asset endpoint with discovery enabled.":::
48
+
:::image type="content" source="media/howto-autodetect-opcua-assets-using-akri/enable-auto-discover.png" alt-text="Create an asset endpoint with discovery enabled.":::
30
49
31
50
1. Select **Create** to create the asset endpoint.
32
51
@@ -36,7 +55,7 @@ Azure IoT Operations uses the asset endpoint to connect to the OPC UA server and
36
55
37
56
1. Go to the **Discovery** page for your instance in the operations experience:
Copy file name to clipboardExpand all lines: articles/iot-operations/includes/deploy-preview-media-connectors.md
+11-29Lines changed: 11 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,41 +3,23 @@ title: include file
3
3
description: include file
4
4
author: dominicbetts
5
5
ms.topic: include
6
-
ms.date: 03/20/2025
6
+
ms.date: 04/03/2025
7
7
ms.author: dobett
8
8
---
9
9
10
-
To update the version of the media and ONVIF connectors in your Azure IoT Operations deployment, run the following PowerShell commands to enable preview features:
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
-
> [!IMPORTANT]
13
-
> 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>`.
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`.
:::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.":::
25
17
18
+
- To enable the preview connectors after you deploy your Azure IoT Operations instance by using the Azure CLI:
az iot ops update -n <your-instance> -g <your-resource-group> --feature connectors.settings.preview=Enabled
22
+
```
41
23
42
-
> [!NOTE]
43
-
> This update process is for preview components only. The media and ONVIF connectors are currently preview components.
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