Skip to content

Commit f9c75f3

Browse files
authored
Update access-public-endpoints-networking.md
1 parent 613d6e3 commit f9c75f3

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

articles/azure-video-analyzer/video-analyzer-docs/access-public-endpoints-networking.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This section provides a list of Video Analyzer endpoints.
3636
* **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.
3737
* **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.
3838

39-
## Telemetry:
39+
## Telemetry
4040

4141
* **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.
4242
* **Authentication and Authorization**: authorization is based on a pre-established key.
@@ -47,6 +47,31 @@ This section provides a list of Video Analyzer endpoints.
4747
> [!NOTE]
4848
> 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.
4949
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.
65+
66+
## 1.1.5 REFERENCES
67+
68+
Public:
69+
70+
* [Azure Resource Manager overview](../../azure-resource-manager/management/overview.md)
71+
* [Understand Azure IoT Hub endpoints](../../ot-hub/iot-hub-devguide-endpoints.md)
72+
* [What is Azure Private Link?](../../private-link/private-link-overview.md)
73+
* [Azure service tags overview](../../virtual-network/service-tags-overview.md)
74+
5075
## Next steps
5176

5277
[Access Policies](access-policies.md)

0 commit comments

Comments
 (0)