Hello Alex,
Thank you for posting your query here!
When you include storage.westus in the route, you specify a more specific service tag that represents Azure Storage in the West US region. This allows you to route traffic specifically to the IP addresses associated with Azure Storage in the West US region.
On the other hand, when you include just storage in the route, you are using a more general service tag that represents Azure Storage for the entire cloud. This includes IP addresses from all Azure regions, not just a specific region.
So, it’s possible that the storage service tag may not be specific enough to route traffic to the correct endpoint, while storage.westus is more specific and can route traffic properly.
To ensure that the routing works for all regions, you should either:
- Use specific regional service tags for each region where you have Azure Storage accounts (e.g., Storage.WestUS, Storage.EastUS, etc.).
- If your firewall supports routing based on service tags, you can use multiple routes for each region.
Please let us know if you have any further queries. I’m happy to assist you further.