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/deploy-iot-ops/concept-production-examples.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
@@ -18,7 +18,7 @@ Microsoft used similar configurations and data volumes to validate Azure IoT Ope
18
18
19
19
## Single node cluster
20
20
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.
22
22
23
23
### Configuration
24
24
@@ -41,13 +41,13 @@ The following table shows the MQTT broker configuration for the single node exam
41
41
42
42
The end-to-end data flow in the example looks like this:
`Assets -> PLC -> Connector for OPC UA -> MQTT broker -> Dataflows -> Event Hubs`
45
45
46
46
The data volumes in the example are:
47
47
48
48
- 125 assets aggregated by a single OPC UA server.
49
49
- 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.
51
51
- One data flow pipeline pushes 6,250 tags to an Event Hubs endpoint.
52
52
53
53
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
83
83
| backendPartitions | 5 |
84
84
| memoryProfile | High |
85
85
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.
87
87
88
88
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.
89
89
90
90
The first end-to-end data flow in the example looks like this:
`Assets -> PLC -> Connector for OPC UA -> MQTT broker -> Dataflows -> Event Hubs`
93
93
94
94
The data volumes in the first data flow in the example are:
95
95
96
96
- 85 assets, aggregated by five OPC UA servers.
97
97
- 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.
99
99
- One data flow pipeline pushes 85,000 tags to an Event Hubs endpoint.
100
100
101
101
The second end-to-end data flow in the example looks like this:
0 commit comments