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/iot-overview-device-connectivity.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,9 @@ To exchange data with edge-based services, assets use industry standards such as
42
42
43
43
-**MQTT messaging**. MQTT allows a single broker to serve tens of thousands of clients simultaneously, with lightweight publish-subscribe messaging, topic creation, and management. Many IoT devices support MQTT natively out of the box. The MQTT broker underpins the messaging layer in Azure IoT Operations and supports both MQTT v3.1.1 and MQTT v5. [MQTT](https://mqtt.org/).
44
44
45
-
-**ONVIF media specifications** (preview). The connector for ONVIF in Azure IoT Operations discovers ONVIF conformant cameras and registers them in the Azure Device Registry. The connector enables capabilities like retrieving and updating the configuration of the camera to adjust the output image configuration, or
46
-
controlling the camera pan, tilt, and zoom (PTZ). [ONVIF](https://www.onvif.org/)
45
+
-**ONVIF media specifications** (preview). The connector for ONVIF in Azure IoT Operations discovers ONVIF conformant cameras and registers them in the Azure Device Registry. The connector enables capabilities like retrieving and updating the configuration of the camera to adjust the output image configuration, or controlling the camera pan, tilt, and zoom (PTZ). [ONVIF](https://www.onvif.org/)
47
46
48
-
-**Media protocols such as RTSP, RTCP, SRT, HLS, and JPEG over HTTP** (preview). The media connector makes images and video from media sources such as IP cameras available to other Azure IoT Operations components. It can also capture snapshots from a video stream or from an image URL and publish them to an MQTT topic or proxy a live video stream from a camera to an endpoint that an operator can access.
47
+
-**Media protocols such as RTSP, RTCP, SRT, HLS, and JPEG over HTTP** (preview). The media connector makes images and video from media sources such as IP cameras available to other Azure IoT Operations components. It can also capture snapshots from a video stream or from an image URL and publish them to an MQTT topic, or proxy a live video stream from a camera to an endpoint that an operator can access.
49
48
50
49
Once asset data is received, Azure IoT Operations uses *data flows* to process and route data to cloud endpoints or other edge components.
51
50
@@ -143,8 +142,8 @@ To exchange data with Azure services, assets use industry standards such as:
143
142
-[MQTT v3.1.1](https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) and [MQTT v5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html)
144
143
-[OPC UA](https://opcfoundation.org/)
145
144
-[ONVIF](https://www.onvif.org/) (preview)
146
-
- Media protocols such as RTSP, RTCP, SRT, HLS, and JPEG over HTTP (preview).
147
145
- Media streaming protocols such as RTSP, RTCP, SRT, HLS, and JPEG over HTTP (preview).
146
+
148
147
### [Cloud-based solution](#tab/cloud)
149
148
150
149
An IoT device can use one of several network protocols when it connects to an IoT Hub or DPS endpoint:
@@ -208,7 +207,7 @@ Azure IoT Operations is an edge runtime environment that hosts the services to c
208
207
209
208
Data flows provide data transformation and data contextualization capabilities before routing messages to various locations including cloud endpoints.
210
209
211
-
Azure IoT Operations runs on Azure Arc-enabled edge Kubernetes clusters, enabling a fully automated machine learning operations in hybrid mode, including training and AI model deployment steps that transition seamlessly between cloud and edge. To learn, more see [Introduction to Kubernetes compute target in Azure Machine Learning](/azure/machine-learning/how-to-attach-kubernetes-anywhere).
210
+
Azure IoT Operations runs on Azure Arc-enabled edge Kubernetes clusters, enabling a fully automated machine learning operations in hybrid mode, including training and AI model deployment steps that transition seamlessly between cloud and edge. To learn more, see [Introduction to Kubernetes compute target in Azure Machine Learning](/azure/machine-learning/how-to-attach-kubernetes-anywhere).
0 commit comments