Hello Launchbury, Phil
I understand that you are unable to access some sites hosted in Azure from certain IP Blocks.
Could you please confirm if those Azure sites are hosted/owned by you?
The issue you're describing suggests that there might be a problem with routing or firewall rules specific to certain IP blocks.
If the Azure sites are hosted/owned by you, you could try the below steps to diagnose and potentially resolve the issue:
Ensure that there are no misconfigured routing tables either within your network or on the Azure side that could be blocking traffic from the affected IP blocks.
Check for any firewall rules that might be blocking traffic from the affected IP range while allowing it from the other range.
Check Azure NSG (Network Security Groups). Ensure that the NSG rules on Azure are not inadvertently blocking traffic from the affected IP range. Verify both inbound and outbound rules.
Use Azure Network Watcher to check for any anomalies or blocked traffic in the diagnostic logs. This can help identify if Azure is blocking the traffic and why.
Refer: https://learn.microsoft.com/en-us/azure/virtual-network/manage-route-table
https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview
https://learn.microsoft.com/en-us/azure/network-watcher/ip-flow-verify-overview
I hope this helps! If these answers your query, do click the "Upvote" of which might be beneficial to other community members reading this thread.
If the above is unclear or you are unsure about something, please add a comment below.