Microsoft Azure status: hosting issues and outage reports
No problems detected
If you are having issues, please submit a report below.
Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers.
Problems in the last 24 hours
The graph below depicts the number of Microsoft Azure reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.
At the moment, we haven't detected any problems at Microsoft Azure. Are you experiencing issues or an outage? Leave a message in the comments section!
Most Reported Problems
The following are the most recent problems reported by Microsoft Azure users through our website.
- E-mail (22%)
- Cloud Services (22%)
- Web Tools (22%)
- Hosting (22%)
- Domains (11%)
Live Outage Map
The most recent Microsoft Azure outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
Domains | 23 days ago |
|
|
Cloud Services | 1 month ago |
|
|
2 months ago | |
|
|
Cloud Services | 2 months ago |
|
|
3 months ago | |
|
|
Hosting | 3 months ago |
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:
-
Technophile (@Technop54777070) reportedWorking on setting up disaggregated deployment of azure local connected to pure storage. I see the vision but holy crap the initial config is painful 😭 @Azure
-
Ashish (@AI_geek01) reportedMicrosoft azure account having suspicious installing jason files in chat playground leading to excessive billing and still continuing. My reseller seems clueless. Please help asap. @Microsoft @Azure
-
Ghost🧭 (@Badbreed95) reportedCan I sue @Safaricom_Care for giving out my number to someone else? Am at risk of losing my data because @MSCloud can not allow me to login to account, that number is registered to the number in question
-
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
-
Shinaayo. (@Gtoonz1) reported@AzureSupport Azure support @AzureSupport @Azure please help me. I have been charged for something that i didn't know the implication.. please help me.
-
🔋ATo🔋{🇺🇦💪} (@Florent_ATo) reported@ProtonVPN Hello, could you share the range of IPs from "Globalaxs Quebec NOC" on your Canadian servers ? Apparently, some of those IPs are flagged as coming from the UK by @Azure internal GeoIP database. I'm currently investigating that issue with them (#2606020040008180).
-
Priyanshu (@iproductAI) reportedPlease @Azure fix it i'm seriously even human can't prove that they are human Why not just automated captcha?
-
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
-
Fit Solutions Corp (@FitSolutionCorp) reportedconcerning that a critical production issue impacting our clients has been open with Microsoft Power Pages support for over 2 weeks without meaningful response or escalation. We are heavily invested in the Microsoft ecosystem and need accountability and timely support @MSCloud
-
BagerX (@Bagerix) reportedUnacceptable for an "enterprise" cloud. @awscloud & @Azure give grace periods to prevent disasters. GCP shutting down a live business over a minor payment delay is UNSAFE. We lost actual customers today. Moving our infrastructure immediately. Fix this @AskGoogleCloud! (2/2)
-
Technophile (@Technop54777070) reportedWorking on setting up disaggregated deployment of azure local connected to pure storage. I see the vision but holy crap the initial config is painful 😭 @Azure
-
Mani (@manitofighh) reportedHow Azure billed us $25,000 > Be me > run experiments across AWS, Google Cloud, and Azure > script terminates all instances across all cloud providers > Normal charges from AWS and GCP after instances are termianted > 12 days later, get a notification about a $25,000 bill from Azure > Thinking we got hacked > The Azure dashboard makes it IMPOSSIBLE to figure out *what exactly* was incurring charges. Just a bunch of generic cost break-down > Finally figure things out and delete all resources in the resource group that was previously turned off > Somehow, half the instances were off but not "deallocated" and half were both off and deallocated (but the script used the same command for all instance terminations??) > Ask Azure to dispute charges because this makes no sense > Azure closes ticket without a resolution??? > Reopen ticket > Azure: Sorry, we understand, but nothing we can do > ?????????????????????? @Azure @Microsoft this literally rips apart our research funding and limits our future projects. This is the most messed up way to bill off of weird policies like this
-
Mark Hughes (@huzi8t9) reportedIt seems @Azure SQL Servers/Databases have connectivity issues. Intermittent in the last few days but nothing on their status page 😭
-
whoajack (@whoajack) reportedWho knew Azure was so expensive :P VM, cheap (like less than $20/month). Bastion host to connect to it, not cheap. LIke $150/month. Time to switch to AWS. WTF :P @Azure
-
Decent Cloud (@DecentCloud_org) reported@ghbdigital @Azure Support flows are designed to filter urgency out. The severity selector protects their SLA metrics, not your uptime.
-
Bernard Kasparas (@Bkasparas) reported@GarethDennis The number of times drivers were late to trains before I retired off @GWRHelp because @Azure went down and they couldn't see their Safety Notices was a real issue... is the problem 'digitalia americana' or rather single-sourcing everything with no redundancy/fallback?
-
Ganesh Behera (@ghbdigital) reported@Azure @AzureSupport Thanks, but this issue has already caused prolonged downtime and serious business impact. We need urgent manual review, not just a redirect. Please have @AzureSupport review our case immediately and help with reactivation or data recovery. I can share the support case no by DM.
-
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.
-
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.
-
Tom Sella (@tsella) reportedmicrosoft @Azure is the worst developer experience i've ever seen. from the tenant deletion (no recourse) to expired tokens, its like they are trying to keep people away from using it.
-
Jon Olson (@jonolson_) reported@Azure "You need to be very careful here, because the Azure Portal UI is trying to trap you again. You are experiencing peak Azure naming convention madness right now. The portal is notoriously terrible at keeping its dropdown names consistent with its actual Virtual Machine names."
-
Enmanuel Canelon (@EnmanueICaneIon) reported@Azure When fix windows 11 ? And github ??
-
Guy Leech (@guyrleech) reportedOne of the vendors we use who hook into @Azure @Microsoft365 are reporting that error 503 is being returned and @Microsoft have confirmed that there is a problem
-
Evan Burness (@evanburness) reportedReally nice work by @Signal_65 articulating the #HPC performance and customer value prop of @Azure HBv5 VMs. ~5x speedup v. alternatives for CFD is huge!!
-
Mouhab Tarek (@MouhabTarek) reportedFirst attempt: 2014. Graduation project. An @Xbox @kinect + @Azure remote rehab system — inspired by patients in Cairo who couldn’t reach physio clinics through the traffic. Microsoft noticed. Then my career took over. But the I never let go the idea.
-
Jesse Wursten (@JesseWursten) reportedStill think it's an incredible business model when @Azure keeps giving me a 8vCPU CPU even when I select (and pay for) one with 32 or 48, but to get any support on this bug I need to pay THEM?
-
Quentin | Solo builder (@quentin_zhangy) reportedgpt-5.2 on Azure is down? has been returning 400 error "The model was unable to complete inference due to an internal error." for hours. @Azure
-
Ganesh Behera (@ghbdigital) reportedVery disappointed with @Azure support. A subscription was disabled over “suspicious activity” with no clear explanation, causing our beta app to go down and creating serious business risk. Startups cannot operate on vague flags and delayed resolution. #Azure #Microsoft #Startup
-
Luca Restagno 🐢 blacktwist.app (@ikoichi) reportedgpt-5.2 has been down the whole European morning on @Azure @AzureSupport please help.
-
Proompt Engineer (@laktozmentes5) reportedOk, I finally got approved for better rate limits on @Azure which surprised me cos I’ve been waiting for months… It seems they fixed a few issues and the models feel somewhat reliable now? Also got access to both Claude and GPT models now. Yay. Good job Microsoft.