Skip to content

Commit 3a7cb6b

Browse files
committed
Update Akri in quickstarts
1 parent 2f70ed3 commit 3a7cb6b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-add-assets.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The sample tags you added in the previous quickstart generate messages from your
232232

233233
## Discover OPC UA data sources by using Akri services
234234

235-
In the previous section, you saw how to add assets manually. You can also use Akri services to automatically discover OPC UA data sources and create Akri instance custom resources that represent the discovered devices. Currently, Akri services can't detect and create assets that can be ingested into the Azure Device Registry Preview.
235+
In the previous section, you saw how to add assets manually. You can also use Akri services to automatically discover OPC UA data sources and create Akri instance custom resources that represent the discovered devices. Currently, Akri services can't detect and create assets that can be ingested into the Azure Device Registry Preview. Therefore, you can't currently manage assets discovered by Akri in the Azure portal.
236236

237237
When you deploy Azure IoT Operations, the deployment includes the Akri discovery handler pods. To verify these pods are running, run the following command:
238238

@@ -259,10 +259,17 @@ The output from the previous command looks like the following example:
259259
aio-opc-asset-discovery-wzlnj 1/1 Running 0 19m
260260
```
261261

262-
> [!TIP]
263-
> There's currently a known issue where the Akri discovery handler pod might not start. If you encounter this issue, see [Troubleshoot Akri services](../troubleshoot/known-issues.md#akri-services).
262+
To configure the Akri services to discover OPC UA data sources, create an Akri configuration that references your OPC UA source. Run the following command to create the configuration:
263+
264+
```console
265+
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/quickstarts/akri-opcua-asset.yaml
266+
```
267+
268+
The following snippet shows the YAML file that you applied:
269+
270+
:::code language="yaml" source="~/azure-iot-operations-samples/samples/quickstarts/akri-opcua-asset.yaml":::
264271

265-
To verify the configuration, run the following command to view the Akri instances that represent the OPC UA data sources discovered by Akri services:
272+
To verify the configuration, run the following command to view the Akri instances that represent the OPC UA data sources discovered by Akri services. You might need to wait a few minutes for the configuration to be available:
266273

267274
```console
268275
kubectl get akrii -n azure-iot-operations

0 commit comments

Comments
 (0)