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/manage-devices-assets/howto-manage-assets-remotely.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ In the Azure IoT Operations (preview) portal, an _instance_ represents an Azure
28
28
29
29
This article describes how to use the Azure IoT Operations (preview) portal and the Azure CLI to:
30
30
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.
33
33
34
34
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.
35
35
@@ -124,7 +124,7 @@ The previous example uses the `Anonymous` authentication mode. This mode doesn't
124
124
125
125
To use the `UsernamePassword` authentication mode, complete the following steps:
126
126
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.
128
128
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:
129
129
130
130
| Field | Value |
@@ -136,7 +136,7 @@ To use the `UsernamePassword` authentication mode, complete the following steps:
136
136
137
137
To use the `UsernamePassword` authentication mode, complete the following steps:
138
138
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.
140
140
141
141
1. Use a command like the following example to create your asset endpoint:
142
142
@@ -152,12 +152,12 @@ To configure the asset endpoint to use a transport authentication certificate, c
152
152
153
153
# [Azure IoT Operations portal](#tab/portal)
154
154
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.
156
156
2. In the Azure IoT Operations (preview) portal, select **Use transport authentication certificate** for the **Transport authentication** field and enter the certificate thumbprint.
157
157
158
158
# [Azure CLI](#tab/cli)
159
159
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.
161
161
162
162
1. Use a command like the following example to create your asset endpoint:
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-devices-assets/overview-manage-assets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following tasks are useful for operations teams in sectors such as industry,
53
53
- Create assets remotely
54
54
- To access asset data, subscribe to OPC UA tags and events
55
55
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.
57
57
58
58
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:
0 commit comments