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/azure-video-analyzer/video-analyzer-docs/access-public-endpoints-networking.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This section provides a list of Video Analyzer endpoints.
36
36
***Authentication and Authorization**: initial authentication is done through a short-lived Provisioning Token issued by the Video Analyzer management APIs. Once the initial handshake is completed, the module and service exchange a set of auto-rotating authorization keys that are used from this point forward.
37
37
***Requirement**: access to this endpoint is required for the correct functioning of the Video Analyzer Edge module. The edge module will stop functioning if this endpoint cannot be reached within a period of 36 hours.
38
38
39
-
## Telemetry:
39
+
## Telemetry
40
40
41
41
***Purpose**: optional periodic submission of telemetry data which enables Microsoft to better understand how the Video Analyzer edge module is used and proactively identify future improvements that can be done on compatibility, performance, and other product areas.
42
42
***Authentication and Authorization**: authorization is based on a pre-established key.
@@ -47,6 +47,31 @@ This section provides a list of Video Analyzer endpoints.
47
47
> [!NOTE]
48
48
> The list of endpoints described in this article, is not meant to be a comprehensive list of the associated service endpoints. It is an informative list of the endpoints which are required for the normal operation of Video Analyzer. Refer to each individual Azure service documentation for a complete list of the endpoints exposed by each respective service.
49
49
50
+
## Azure Storage
51
+
52
+
***Purpose**: to record audio, video, and inference data when pipelines(TODO: link) are configured to store video on the cloud via the Video Sink (TODO: link to section in pipeline.md) node.
53
+
***Authentication and Authorization**: authorization is performed by standard Azure Storage service authentication and authorization enforcement. In this case, storage is accessed through container specific SAS URLs.
54
+
***Requirement**: access to this endpoint is only required when a Video Analyzer edge pipeline is configured to archive the video to the cloud.
55
+
56
+
## IoT Hub
57
+
58
+
***Purpose**: control and data plane for Azure IoT Hub and Edge Devices.
59
+
***Authentication and Authorization**: please refer to the Azure IoT Hub documentation.
60
+
***Requirement**: Properly configured and functioning edge device with Azure IoT Edge Runtime is required to ensure that the Azure Video Analyzer edge module operates correctly.
61
+
62
+
## 1.1.4 TLS ENCRYPTION
63
+
64
+
***Encryption and Server Authentication**: all Video Analyzer endpoints are exposed through TLS 1.2 compliant endpoints.
0 commit comments