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/get-started/overview-iot-operations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ There are two core elements in the Azure IoT Operations Preview architecture:
35
35
***Azure IoT Data Processor Preview** - a configurable data processing service that can manage the complexities and diversity of industrial data. Use Data Processor to make data from disparate sources more understandable, usable, and valuable.
36
36
***Azure IoT MQ Preview** - an edge-native MQTT broker that powers event-driven architectures.
37
37
***Azure IoT OPC UA Broker Preview** - an OPC UA broker that handles the complexities of OPC UA communication with OPC UA servers and other leaf devices.
38
-
***Azure IoT Operations Experience Preview portal**. This web UI provides a unified experience for operational technologists to manage assets and Data Processor pipelines in an Azure IoT Operations deployment.
38
+
***Azure IoT Operations (preview) portal**. This web UI provides a unified experience for operational technologists to manage assets and Data Processor pipelines in an Azure IoT Operations deployment.
39
39
40
40
## Deploy
41
41
@@ -45,7 +45,7 @@ Azure IoT Operations runs on Arc-enabled Kubernetes clusters on the edge. You ca
45
45
46
46
## Manage devices and assets
47
47
48
-
Azure IoT Operations can connect to various industrial devices and assets. You can use the [Azure IoT Operations (preview) portal](../manage-devices-assets/howto-manage-assets-remotely.md?tabs=portal) or the [Azure CLI](../manage-devices-assets/howto-manage-assets-remotely.md?tabs=cli) to manage the devices and assets that you want to connect to.
48
+
Azure IoT Operations can connect to various industrial devices and assets. You can use the [Azure IoT Operations (preview)](../manage-devices-assets/howto-manage-assets-remotely.md?tabs=portal) portal or the [Azure CLI](../manage-devices-assets/howto-manage-assets-remotely.md?tabs=cli) to manage the devices and assets that you want to connect to.
49
49
50
50
The [Azure IoT OPC UA Broker Preview](../manage-devices-assets/overview-opcua-broker.md) component manages the connection to OPC UA servers and other leaf devices. The OPC UA Broker component publishes data from the OPC UA servers and the devices discovered by _Azure IoT Akri Preview_ to Azure IoT MQ topics.
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started/quickstart-add-assets.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ In this quickstart, you use the Azure IoT Operations (preview) portal to create
27
27
28
28
Complete [Quickstart: Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster](quickstart-deploy.md) before you begin this quickstart.
29
29
30
-
To sign in to the Azure IoT Operations portal, you need a work or school account in the tenant where you deployed Azure IoT Operations. If you're currently using a Microsoft account (MSA), you need to create a Microsoft Entra ID with at least contributor permissions for the resource group that contains your **Kubernetes - Azure Arc** instance. To learn more, see [Known Issues > Create Entra account](../troubleshoot/known-issues.md#azure-iot-operations-preview-portal).
30
+
To sign in to the Azure IoT Operations (preview) portal, you need a work or school account in the tenant where you deployed Azure IoT Operations. If you're currently using a Microsoft account (MSA), you need to create a Microsoft Entra ID with at least contributor permissions for the resource group that contains your **Kubernetes - Azure Arc** instance. To learn more, see [Known Issues > Create Entra account](../troubleshoot/known-issues.md#azure-iot-operations-preview-portal).
31
31
32
32
## What problem will we solve?
33
33
@@ -38,7 +38,7 @@ The data that OPC UA servers expose can have a complex structure and can be diff
38
38
To create asset endpoints, assets and subscribe to OPC UA tags and events, use the Azure IoT Operations (preview) portal. Navigate to the [Azure IoT Operations (preview)](https://iotoperations.azure.com) portal in your browser and sign in with your Microsoft Entra ID credentials.
39
39
40
40
> [!IMPORTANT]
41
-
> You must use a work or school account to sign in to the Azure IoT Operations portal. To learn more, see [Known Issues > Create Entra account](../troubleshoot/known-issues.md#azure-iot-operations-preview-portal).
41
+
> You must use a work or school account to sign in to the Azure IoT Operations (preview) portal. To learn more, see [Known Issues > Create Entra account](../troubleshoot/known-issues.md#azure-iot-operations-preview-portal).
42
42
43
43
## Select your cluster
44
44
@@ -57,7 +57,7 @@ To add an asset endpoint:
57
57
58
58
1. Select **Manage asset endpoints** and then **Create asset endpoint**:
59
59
60
-
:::image type="content" source="media/quickstart-add-assets/asset-endpoints.png" alt-text="Screenshot that shows the asset endpoints page in the Azure IoT Operations portal.":::
60
+
:::image type="content" source="media/quickstart-add-assets/asset-endpoints.png" alt-text="Screenshot that shows the asset endpoints page in the Azure IoT Operations (preview) portal.":::
61
61
62
62
1. Enter the following endpoint information:
63
63
@@ -109,7 +109,7 @@ When the OPC PLC simulator is running, data flows from the simulator, to the con
109
109
110
110
## Manage your assets
111
111
112
-
After you select your cluster in Azure IoT Operations portal, you see the available list of assets on the **Assets** page. If there are no assets yet, this list is empty:
112
+
After you select your cluster in Azure IoT Operations (preview) portal, you see the available list of assets on the **Assets** page. If there are no assets yet, this list is empty:
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-devices-assets/howto-configure-opcua-authentication-options.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Azure IoT Operations Preview installed. For more information, see [Quickstart: D
30
30
| Configuration of OPC UA user authentication with an X.509 user certificate | Unsupported | ❌ |
31
31
32
32
## Configure OPC UA user authentication with username and password
33
-
If an OPC UA Server requires user authentication with username and password, you can select that option in Operations Experience, and configure the secrets references for the username and password.
33
+
If an OPC UA Server requires user authentication with username and password, you can select that option in the Azure IoT Operations (preview) portal, and configure the secrets references for the username and password.
34
34
35
35
Before you can configure secrets for the username and password, you need to complete two more configuration steps:
36
-
If an OPC UA Server requires user authentication with username and password, you can select that option in the Operations Experience portal, and configure the secret references for the username and password.
36
+
If an OPC UA Server requires user authentication with username and password, you can select that option in the Azure IoT Operations (preview) portal, and configure the secret references for the username and password.
37
37
38
-
1. Configure the username and password in Azure Key Vault. In the following example, use the `username` and `password` as secret references for the configuration in Operations Experience.
38
+
1. Configure the username and password in Azure Key Vault. In the following example, use the `username` and `password` as secret references for the configuration in the Azure IoT Operations (preview) portal.
39
39
40
40
> [!NOTE]
41
41
> Replace the values in the example for user (*user1*) and password (*password*) with the actual credentials used in the OPC UA server to connect.
0 commit comments