Skip to content

Commit 75e6bfa

Browse files
Merge pull request #292058 from dominicbetts/aio-scale-examples
IoT: Add deployment examples
2 parents ca652c9 + 7e18a01 commit 75e6bfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-operations/deploy-iot-ops/concept-production-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Microsoft used similar configurations and data volumes to validate Azure IoT Ope
1818

1919
## Single node cluster
2020

21-
This example shows the capabilities of Azure IoT Operations when it runs on a host with relatively low hardware specification. In this example, Azure IoT Operations is deployed to a single node cluster. Data generated from assets is first aggregated with a PLC, and then sent to the Azure IoT Operations OPC UA connector.
21+
This example shows the capabilities of Azure IoT Operations when it runs on a host with relatively low hardware specification. In this example, Azure IoT Operations is deployed to a single node cluster. Data generated from assets is first aggregated with a PLC, and then sent to the Azure IoT Operations connector for OPC UA.
2222

2323
### Configuration
2424

@@ -41,13 +41,13 @@ The following table shows the MQTT broker configuration for the single node exam
4141

4242
The end-to-end data flow in the example looks like this:
4343

44-
`Assets -> PLC -> OPC UA connector -> MQTT broker -> Dataflows -> Event Hubs`
44+
`Assets -> PLC -> Connector for OPC UA -> MQTT broker -> Dataflows -> Event Hubs`
4545

4646
The data volumes in the example are:
4747

4848
- 125 assets aggregated by a single OPC UA server.
4949
- 6,250 tags based on 50 tags for each asset. Each tag updates 2/second and has an average size of 20 bytes.
50-
- The OPC UA connector sends 125 message/second to the MQTT broker.
50+
- The connector for OPC UA sends 125 message/second to the MQTT broker.
5151
- One data flow pipeline pushes 6,250 tags to an Event Hubs endpoint.
5252

5353
In this example, Microsoft recommends using Event Hubs because you can only create one dataflow instance with a 4-core CPU. If you choose Event Grid, it can only handle 100 messages/sec.
@@ -83,19 +83,19 @@ The following table shows the MQTT broker configuration for the multi-node examp
8383
| backendPartitions | 5 |
8484
| memoryProfile | High |
8585

86-
In this example, there are two types of data source. One connects through the OPC UA connector, and one connects through the MQTT broker.
86+
In this example, there are two types of data source. One connects through the connector for OPC UA, and one connects through the MQTT broker.
8787

8888
In this example, an asset doesn't represent a real piece of equipment, but is a logical grouping that aggregates data points and sends messages.
8989

9090
The first end-to-end data flow in the example looks like this:
9191

92-
`Assets -> PLC -> OPC UA connector -> MQTT broker -> Dataflows -> Event Hubs`
92+
`Assets -> PLC -> Connector for OPC UA -> MQTT broker -> Dataflows -> Event Hubs`
9393

9494
The data volumes in the first data flow in the example are:
9595

9696
- 85 assets, aggregated by five OPC UA servers.
9797
- 85,000 tags based on 1,000 tags for each asset. Each tag updates 1/second and has an average size of 8 bytes. Approximately 50% of the tag values change each cycle. The data point update rate is 45,000/second.
98-
- The OPC UA connector sends 85 message/second to the MQTT broker.
98+
- The connector for OPC UA sends 85 message/second to the MQTT broker.
9999
- One data flow pipeline pushes 85,000 tags to an Event Hubs endpoint.
100100

101101
The second end-to-end data flow in the example looks like this:

0 commit comments

Comments
 (0)