| Version | Date | Author | Changes Made |
|---|---|---|---|
| 1.0 | 12 Nov 2024 | Salma Ghafoor | Initial creation of the document |
| 1.1 | 14 Nov 2025 | Salma Ghafoor | Updated Optix version |
| 1.2 | 17 Nov 2025 | Dominic Garrity | Updating documentation images |
| 1.3 | 17 Nov 2025 | fabfredfrank | Improving documentation |
This getting started guide outlines the integration of FactoryTalk®️ Optix™️ and Azure IoT Operations, tested on a fluid processing demo machine co-developed by Rockwell Automation and Microsoft.
It covers the architecture, installation, and configuration steps necessary for the integration. The architecture section includes a diagram illustrating the adaptive cloud approach, highlighting the current state and the future vision. It also maps the architecture to the ISA-95 network layers. The installation section provides detailed steps for setting up FactoryTalk Optix and Azure IoT Operations, including a shell script for automating the process. The configuration section explains how to set up FactoryTalk Optix and Azure IoT Operations, including creating applications, configuring OPC UA servers, and generating certificates.
The adaptive cloud approach that is being adopted by Rockwell Automation and Microsoft is depicted in the diagram below. This diagram illustrates the adaptive cloud approach, showing how industrial assets and OT systems connect through edge components like Azure IoT Operations and FactoryTalk Optix to cloud services for real-time intelligence, data analytics, and AI-driven applications. It contrasts the current state with the future vision, emphasizing integration across edge, cloud, and AI platforms for secure, scalable operations.
The following architecture view goes into more detail and maps the FactoryTalk Optix and Microsoft Adaptive Cloud approach to the ISA-95 network layers, showing how OT systems (devices, PLCs, smart objects) connect through edge clusters and Azure IoT Operations to IT layers for scalable data processing and orchestration. It highlights integration from plant floor to cloud, enabling real-time intelligence, digital twin experiences, and advanced analytics across industrial and enterprise systems.
Install FactoryTalk Optix Studio and FactoryTalk Optix Runtime from FactoryTalk Hub.
Install a Kubernetes cluster and Azure IoT Operations using instructions in Deployment overview - Azure IoT Operations Preview | Microsoft Learn.
Note
This quick start guide was developed and tested on an Ubuntu machine; however, it should also work with a Windows machine.
The sample FactoryTalk Optix Application in this repository contains the key components required to publish data from a control system to Azure IoT Operations. The sample application contains:
- A sample PLC program for Allen-Bradley L8 ControlLogix
- Ethernet/IP Communication Driver
- Application certificate
- OPC UA Server
- Graphical User Interface
- Read data from PLC
- Manual tag write (for when no PLC is connected)
Note
The application certificate used by the application will need to be regenerated to match your computer name.
Alternatively, follow the steps outlined below to manually create a FactoryTalk Optix application that contains OPC UA data and make it available as an OPC UA Server for use with Azure IoT Operations.
-
Use FactoryTalk Optix Studio to create a FactoryTalk Optix application.
-
Add Communication Driver(s) to read control system data.
- Use the RAEtherNet/IP Driver to connect to a Rockwell Automation controller.
- OPC UA is supported through the OPC UA object.
-
(Optional) Visualise the control system data on a graphical screen.

-
Use the Settings → Create certificate menu to create an application certificate for the FactoryTalk Optix server. This certificate will be used to authenticate the Optix OPC UA Server with Azure IoT Operations.
-
In the project folder pane, add an OPC UA Server.
- Set the Server certificate file and Server private key file properties to use the FactortyTalk Optix certificate.
- Use the Nodes to publish property to create a Configuration to publish a subset of nodes or leave blank to publish all nodes.
- Set the Endpoint URL property to use computer name or IP address so that it is accessible from the AIO box.
- Set the Use node path in NodeIds property to True to use fully qualified tag names when configuring tags in AIO. Setting this to true will ensure the OPC UA tag names use the user-friendly format of ns=<namespace>;s=Path.To.Node instead of having to specify the node id guid.
-
Import the AIO certificates into the project trusted store using the instructions in the FactoryTalk Optix Studio Help.
-
Import the FactoryTalk Optix certificate into the trusted store using instructions in Configure OPC UA certificates - Azure IoT Operations Preview | Microsoft Learn.
-
Open the Operations Experience site to configure a device including the endpoint profile and an asset with the right selection of data points.
-
In the Devices page create a device to point to the FactoryTalk Optix OPC UA Server.
-
In the Assets page create an asset that uses the endpoint profile and then configure an data point for it.
Tip
The node address for OPC UA tags can be seen in FactoryTalk Optix Studio. Alternatively, you can use an OPC UA client such as UAExpert to browse the FactoryTalk Optix OPC UA Server to get the address configuration for the tags. A tag's node id should use the format:
nsu=<Optix_Application_Name>;s=Path.To.Node
e.g. where the Optix application is named aio_optix1 and a tag named Variable1 has been created in folder named AIOTags, which is a child of the Model folder:
nsu=aio_optix1;s=aio_optix1.Model.AIOTags.Variable1











