https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-understand-ip-address
Downloadable JSON File
Actually yes Microsoft publishes the downloaded JSON files for Service tags you can use them pragmatically to whitelist these up ranges
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using the IoT Hub
service from the Microsoft Azure. The name of the service is <somename>-iothub.azure-devices.net and current IP assigned to is, assume 40.xxx.xxx.xxx
Azure Service Tag file has following IPs
"addressPrefixes": [ "13.69.71.0/25", "13.69.109.0/25", "13.95.15.251/32", "23.100.4.253/32", "23.100.8.130/32", "40.113.153.50/32", "40.113.176.160/27", "40.113.176.192/27", "40.113.177.0/24", "40.118.27.192/32", "51.144.118.31/32", "52.236.189.128/25", "2603:1020:206:402::300/123", "2603:1020:206:802::240/123", "2603:1020:206:c02::240/123"
As per Microsoft documentation, The IP address of an IoT hub is subject to change without notice. So my quesiton is, the changed IP will be one from the above list or it can be completely different one?
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-understand-ip-address
Downloadable JSON File
Actually yes Microsoft publishes the downloaded JSON files for Service tags you can use them pragmatically to whitelist these up ranges