Microsoft Azure Outage Map
The map below depicts the most recent cities worldwide where Microsoft Azure users have reported problems and outages. If you are having an issue with Microsoft Azure, make sure to submit a report below
The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.
Microsoft Azure users affected:
Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers.
Most Affected Locations
Outage reports and issues in the past 15 days originated from:
| Location | Reports |
|---|---|
| London, England | 3 |
| Los Angeles, CA | 2 |
| Bogotá, Distrito Capital de Bogotá | 2 |
| Paris, Île-de-France | 2 |
| Brussels, Bruxelles-Capitale | 2 |
| Manchester, England | 2 |
| Konstanz, Baden-Württemberg Region | 1 |
| Fairbanks, AK | 1 |
| Tuxtla, CHP | 1 |
| Flatonia, TX | 1 |
| New Delhi, NCT | 1 |
| Betim, MG | 1 |
| Mobile, AL | 1 |
| Istanbul, İstanbul | 1 |
| Riobamba, Provincia del Chimborazo | 1 |
| Houston, TX | 1 |
| Greentown, PA | 1 |
| Atlanta, GA | 1 |
| Barcelona, Catalunya | 1 |
| Nuevo Laredo, TAM | 1 |
| Tamazula de Gordiano, JAL | 1 |
| Cuauhtémoc, CDMX | 1 |
| Soacha, Departamento de Cundinamarca | 1 |
| Brighton, CO | 1 |
| Minneapolis, MN | 1 |
| Valladolid, Castilla y León | 1 |
| Bengaluru, KA | 1 |
| Skopje, Opština Karpoš | 1 |
| Madrid, Comunidad de Madrid | 1 |
| Miguel Hidalgo, CDMX | 1 |
Community Discussion
Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.
Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.
Microsoft Azure Issues Reports
Latest outage, problems and issue reports in social media:
-
Wickram Bagawathinathan
(@WickramBug) reported
Is Azure My Account down? Why is it taking soooo long to load it? @Azure @Microsoft
-
Guy Leech
(@guyrleech) reported
Folks using @Azure Function Apps, where is the best place to store metadata that the PS script running the function app can access so that I don't have to hard code it into the script itself & can be changed by user/customer?
-
Stefan Stranger
(@sstranger) reported
@ChristianHeever @Azure Most developing effort went in the Docker image and retrieval of SAS to be used by azcopy. In Azure Function that wouldn't really changed. And now the customer with less developer skills can add extra actions to the workflow with some clicks.
-
Mantas
(@az_Mantas) reported
@sstranger @Azure It is disappointing that RBAC has been available for a while, but not many Azure services fully support it
-
Stefan Stranger
(@sstranger) reported
@az_Mantas @Azure Yes (for now) Otherwise I had to login within the azcopy container and that sounded challenging. Now I retrieve the SAS under identity and RBAC from Logic App and have them short-lived
-
Mantas
(@az_Mantas) reported
@sstranger @Azure But all of those services support managed identity?
-
Avaneesh singh
(@avaneesh1999) reported
Deploying a web app on @Azure kubernetes Service ....feels better than developing it 🤙🤙.
-
Keith Newton
(@keifnz) reported
For the record, private message just results in the same! More people with no practical experience with @Azure quoting documentation for the happy path, not synthesising the issue or taking ownership. It's all about closing tickets, not helping customers or outcomes!
-
Eyah chibuike
(@brainbox_busy) reported
@leonnoel @Microsoft @Azure Forward ever, backward never
-
Mike
(@MySnozzberries) reported
@guyrleech @Azure If you need the value available within the same App Service, then Configuration > App Settings. If you need it across App Services, then either pass it through the message bus for stateless or through tables or Key Vault for stateful. Many other options though.
-
SuprSyn
(@suprsyn_) reported
It's going to be next level when sign-in with @ensdomains/@unstoppableweb is configurable with @Azure tenant or SAML configurable software. This would help accelerate blockchain adoption in my opinion. Here is my opinion why; 🧵
-
//.//
(@marknoble) reported
@Crystamped @AMBERAlert Hey @Azure , maybe they need help.
-
Keith Newton
(@keifnz) reported
2/2 It seems like I am having to teach your people about Azure, and all they are focused on reasons to close the ticket, not solving the issue. @Azure as a supporter of 12 years I'm exhausted and can hardly feel passionate about this not at all customer centric experience!
-
howcanIhelp
(@ChristianHeever) reported
ources in Azure 1. If you are using a database for your application, configure a server for it. 2. Configure a service bus for messaging. 3. Configure a storage account for storing files and media. S #Azure #Deployments @AzureDevOps @Azure @AzureWeekly
-
Massimiliano Donini
(@maxx_don) reported
@vijayankit @Azure If validating the token means you have no authentication then on the downstream service, I wouldn't do it. I used validate-jwt to perform some autnZ checks but then the downstream service still requires validation