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 |
|---|---|
| Noida, UP | 2 |
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:
-
JSeds (@jackseds) reported@ANDY29493 @Azure No, they have too much to fix before they can add new features
-
ChrisK (@cjk365) reported@guyrleech @Azure All of my clients have decided Windows App is a slow, unreliable piece of crap so I now have to wrap their session connections inside a script that checks that the VM(s) they want to connect to are already running and launch the old RD App session connection.
-
Rohan Magdum 🇮🇳 (@RohanMagdum7) reportedUsually it’s complaints here… today it’s appreciation. Got stuck with my certification issue, but @AzureSupport @Azure @MSCloud followed up every single day for 5 days and fixed it today. Not AI bots. Real support. Respect...!
-
Neon Cosmo (@VowOfJudgment) reported@Azure The latest official Edge build can't synchronize Profiles with old MS Accounts like @live.com.ar We've had these accounts for around 20 years, and spent a lot of money on MS Store purchases. If #Microsoft does not fix this it's plain theft.
-
Vishal (@Vishhallu) reportedAnna University’s result server has been down for 16 hours straight Millions of students vs one sad little server. Maybe it’s time for an intervention? @AWSCloudIndia @Azure @digitalocean
-
Neon Cosmo (@VowOfJudgment) reported@Azure The latest official Edge build can't synchronize Profiles with old MS Accounts like @live.com.ar We've had these accounts for around 20 years, and spent a lot of money on MS Store purchases. If #Microsoft does not fix this it's plain theft.
-
ThePunKing (@The_PunKing) reported@Azure making shift-enter run queries is the most dangerous thing in the world. Holy crap! DELETE FROM <enter> students <shift+enter> WHERE <enter> id = 327 Sincerly, Someone who is thankful he is only selecting in this azure interface
-
CryptoKong (@CryptoKong59483) reportedJust the threat should cause @Cloudflare @Google @Azure to start reserving capacity, re-routing traffic and having resources in place. It would be prohibitively disruptive to the industry and AI would negatively impacted by reduced service and increased costs to customers
-
Vishal (@Vishhallu) reportedAnna University’s result server has been down for about 1 day straight, Millions of students vs one sad little server. Maybe its time to use New Technology👇🏻👇🏻 @AWSCloudIndia @digitalocean @Azure
-
Mile Brzanov (@milebrzanov) reported@Azure Fix your stuff! Defender for Cloud. Also, why we can't create support tickets while paying over 2K USD per month? #enshittification #microsoft
-
Kodeus (@TheKodeusLabs) reported@NVIDIADC @Azure Infra is scaling fast to bring agents into production, but infrastructure alone doesn’t solve the core problem running agents is one thing, trusting their execution is another.
-
Jeremy 💻🎮🔭 (@pcnerd37) reportedWTF!!! I have an @Azure App Service Plan that went way past its supposed $69.35/mo plan, blew past my monthly budget and now I'm stuck with an astronomical cloud bill. I can't afford this when I'm unemployed!!! @AzureSupport
-
Sergey Medved (@CyberSecBoss) reportedA story of applying for Startup credits. @Azure - great customer service, hassle-free. @awscloud - back and forth straight out rejections, "at our discretion" from the support, to finally learn that the issue is in spelling out address street name "North" instead of "N".
-
Decent Cloud (@DecentCloud_org) reported@Azure @ghbdigital @AzureSupport Official account: redirect to support. Support: open a ticket. Problem: still yours.
-
Anne Durgueil (@AnneDurgueil) reported@MSCloud assuming you guys handle Windows365 which is cloud based (and whose principles I love), you may consider using what we called a "transaction processor" although frankly it is very hard these days to find a description that fits what I knew of them when I started coding on IBM mainframes in my teens in the 70s. I'm only saying that because the executables' images these days are so huge and full of useless code you'll fast have huge memory management issues, the same we used to have on our mainframes back in time as we squeezed our code in a few kilobytes. The word transaction processor comes from the fact we mostly coded for banks and insurance companies, where one performed transactions before computing turned up, so it doesn't tell you why it's so great, nor how it works: Despite the fact we had thousands of online users for one tiny computer, there was only one executable image contiguously loaded in memory (maybe two). Each user had a session but all that was kept for each session in resident memory was only the data it used, and the adress (the position) of the next instruction to execute in the executable image for that session. And the beauty of that in a multithreading environment, is that it happens automatically without overbearing thread management. To be honest we coders never had to bother about it all, and Cobol as a programing language was well geared to such a use: working storage was defined before the executable code using those data definitions was lined up, unlike Basic for instance where you could define fields as you went, but where professionals defined them up with comments at the top of the program. (I suppose this can be reshuffled at compilation stage.. yes sorry you need to compile). I Guess object orientation that came a little bit later will fit very well in that framework. We used IMS and CICS on IBM, and ACMS on DEC VAX/VMS.