An Azure service that stores unstructured data in the cloud as blobs.
Hi @ Todd, Peter,
Welcome to Microsoft Q&A Platform.
Yes — seeing a small number of Microsoft public IP addresses from other countries accessing your Azure Storage account can be normal, depending on the storage features and services you are using.
- Microsoft’s own services (geo-replication, backups, diagnostics/monitoring, Azure Backup, etc.) often run from multiple datacenters around the world.
- When you have the Storage Firewall enabled, “Trusted Microsoft Services” still bypass your rules to deliver logs and metrics. Those calls can come from any region where Azure runs those background tasks.
- If you’re using features like geo-redundant storage (GRS/ZRS), cross-region replication traffic will show up with source IPs in the secondary region.
What you can do next:
- Check your Storage Analytics logs to see if those requests are tagged as replication/diagnostic operations.
- If you want to lock down access more tightly, switch from IP-based rules to Virtual Network rules or Private Endpoints—this way only your VNet can reach the account, regardless of which IP the service uses.
- Optionally, review the specific Request IDs in your logs to confirm these requests map to Azure background services.
Reference documentation:
- View public IP address consumption in Azure Stack https://docs.microsoft.com/azure-stack/operator/azure-stack-viewing-public-ip-address-consumption?view=azs-1908#view-public-ip-address-consumption-in-azure-stack
- Azure Storage virtual network rules https://learn.microsoft.com/azure/storage/common/storage-network-security-virtual-networks
- Create and configure a public IP address in the Azure portal https://docs.microsoft.com/azure/virtual-network/public-ip-addresses#create-a-public-ip-address
- Assign the public IP address to your resource https://docs.microsoft.com/azure/virtual-network/public-ip-addresses#assign-a-public-ip-address-to-a-resource
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.