Skip to content

Commit 819c7d3

Browse files
committed
Re-order articles
1 parent e3ebab5 commit 819c7d3

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

articles/iot-operations/manage-devices-assets/howto-manage-assets-remotely.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ In the Azure IoT Operations (preview) portal, an _instance_ represents an Azure
2828

2929
This article describes how to use the Azure IoT Operations (preview) portal and the Azure CLI to:
3030

31-
- Define asset endpoints
32-
- Add assets, and define tags and events
31+
- Define the asset endpoints that connect assets to your Azure IoT Operations instance.
32+
- Add assets, and define their tags and events to enable data flow from OPC UA servers to the Azure IoT MQ broker.
3333

3434
These assets, tags, and events map inbound data from OPC UA servers to friendly names that you can use in the MQ broker and Azure IoT Data Processor Preview pipelines.
3535

@@ -124,7 +124,7 @@ The previous example uses the `Anonymous` authentication mode. This mode doesn't
124124

125125
To use the `UsernamePassword` authentication mode, complete the following steps:
126126

127-
1. Follow the steps in [Configure OPC UA user authentication with username and password](howto-configure-opcua-authentication-options.md#configure-opc-ua-user-authentication-with-username-and-password) to add secrets for username and password in Azure Key Vault, and project them into Kubernetes cluster.
127+
1. Follow the steps in [Configure OPC UA user authentication with username and password](howto-configure-opcua-authentication-options.md#configure-username-and-password-authentication) to add secrets for username and password in Azure Key Vault, and project them into Kubernetes cluster.
128128
2. In the Azure IoT Operations (preview) portal, select **Username & password** for the **User authentication** field to configure the asset endpoint to use these secrets. Then enter the following values for the **Username reference** and **Password reference** fields:
129129

130130
| Field | Value |
@@ -136,7 +136,7 @@ To use the `UsernamePassword` authentication mode, complete the following steps:
136136

137137
To use the `UsernamePassword` authentication mode, complete the following steps:
138138

139-
1. Follow the steps in [Configure OPC UA user authentication with username and password](howto-configure-opcua-authentication-options.md#configure-opc-ua-user-authentication-with-username-and-password) to add secrets for username and password in Azure Key Vault, and project them into Kubernetes cluster.
139+
1. Follow the steps in [Configure OPC UA user authentication with username and password](howto-configure-opcua-authentication-options.md#configure-username-and-password-authentication) to add secrets for username and password in Azure Key Vault, and project them into Kubernetes cluster.
140140

141141
1. Use a command like the following example to create your asset endpoint:
142142

@@ -152,12 +152,12 @@ To configure the asset endpoint to use a transport authentication certificate, c
152152
153153
# [Azure IoT Operations portal](#tab/portal)
154154
155-
1. Follow the steps in [configure mutual trust](howto-configure-opcua-certificates-infrastructure.md#how-to-handle-the-opc-ua-trusted-certificates-list) to add a transport certificate and private key to Azure Key Vault, and project them into Kubernetes cluster.
155+
1. Follow the steps in [configure mutual trust](howto-configure-opcua-certificates-infrastructure.md#configure-the-trusted-certificates-list) to add a transport certificate and private key to Azure Key Vault, and project them into Kubernetes cluster.
156156
2. In the Azure IoT Operations (preview) portal, select **Use transport authentication certificate** for the **Transport authentication** field and enter the certificate thumbprint.
157157
158158
# [Azure CLI](#tab/cli)
159159
160-
1. Follow the steps in [configure mutual trust](howto-configure-opcua-certificates-infrastructure.md#how-to-handle-the-opc-ua-trusted-certificates-list) to add a transport certificate and private key to Azure Key Vault, and project them into Kubernetes cluster.
160+
1. Follow the steps in [configure mutual trust](howto-configure-opcua-certificates-infrastructure.md#configure-the-trusted-certificates-list) to add a transport certificate and private key to Azure Key Vault, and project them into Kubernetes cluster.
161161
162162
1. Use a command like the following example to create your asset endpoint:
163163

articles/iot-operations/manage-devices-assets/overview-akri.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Azure IoT Akri Preview supports the following features:
101101

102102
## Related content
103103

104+
To learn more about Azure IoT Akri, see:
105+
106+
- [Azure IoT Akri architecture](concept-akri-architecture.md)
107+
- [Discover OPC UA data sources using Azure IoT Akri](howto-autodetect-opcua-assets-using-akri.md)
108+
104109
To learn more about the open-source CNCF Akri, see the following resources:
105110

106111
- [Documentation](https://docs.akri.sh/)

articles/iot-operations/manage-devices-assets/overview-manage-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following tasks are useful for operations teams in sectors such as industry,
5353
- Create assets remotely
5454
- To access asset data, subscribe to OPC UA tags and events
5555

56-
The Azure IoT Operations (preview) portal lets operations teams perform these tasks in a simplified web interface. The portal uses the other services described previously, to complete these tasks.
56+
The Azure IoT Operations (preview) portal lets operations teams perform these tasks in a simplified web interface. The portal uses the other services described previously, to complete these tasks. You can also use the Azure IoT Operations CLI to manage assets by using the `az iot ops asset` command.
5757

5858
The Azure IoT Operations (preview) portal uses the OPC UA Broker service to exchange data with local OPC UA servers. OPC UA servers are software applications that communicate with assets. The OPC UA broker exposes:
5959

articles/iot-operations/toc.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ items:
4545
items:
4646
- name: Overview
4747
href: manage-devices-assets/overview-manage-assets.md
48-
- name: Concepts
48+
- name: Manage your assets
49+
href: manage-devices-assets/howto-manage-assets-remotely.md
50+
- name: Automatic asset discovery
4951
items:
5052
- name: Akri overview
5153
href: manage-devices-assets/overview-akri.md
5254
- name: Akri architecture
5355
href: manage-devices-assets/concept-akri-architecture.md
56+
- name: Discover OPC UA data sources with Akri
57+
href: manage-devices-assets/howto-autodetect-opcua-assets-using-akri.md
58+
- name: Connect to your assets
59+
items:
5460
- name: OPC UA broker overview
5561
href: manage-devices-assets/overview-opcua-broker.md
56-
- name: OPC UA certificates infrastructure overview
62+
- name: OPC UA application authentication overview
5763
href: manage-devices-assets/overview-opcua-broker-certificates-management.md
58-
- name: How to
59-
items:
60-
- name: Manage assets remotely
61-
href: manage-devices-assets/howto-manage-assets-remotely.md
62-
- name: Discover OPC UA data sources
63-
href: manage-devices-assets/howto-autodetect-opcua-assets-using-akri.md
64-
- name: Configure OPC UA certificates infrastructure
64+
- name: Configure OPC UA application authentication
6565
href: manage-devices-assets/howto-configure-opcua-certificates-infrastructure.md
66+
- name: Configure OPC UA user authentication
67+
href: manage-devices-assets/howto-configure-opcua-authentication-options.md
6668
- name: Configure an OPC PLC simulator
6769
href: manage-devices-assets/howto-configure-opc-plc-simulator.md
68-
- name: Configure OPC UA authentication options
69-
href: manage-devices-assets/howto-configure-opcua-authentication-options.md
7070
- name: Manage MQTT connectivity
7171
items:
7272
- name: Overview

0 commit comments

Comments
 (0)