Where is Microsoft Cloud/Azure available worldwide? Where are datacenters located?
The most definitive resource is going to be the Azure products available by region page, which will give you a list of all Azure regions by country with a list of all supported Azure services for that region:
https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region
For datacenter locations, you can explore the interactive map on the Azure geographies page:
https://datacenters.microsoft.com/globe/explore/
If you want more precise information, you can use Azure CLI and az account list-locations
:
https://learn.microsoft.com/en-us/azure/media-services/latest/azure-regions-code-names
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!