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 | 18 days ago |
|
|
Cloud Services | 1 month ago |
|
|
2 months ago | |
|
|
Cloud Services | 2 months ago |
|
|
2 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:
-
Luca Steeb (@steebchen) reportedjust paid $100 for the @Azure support plan just to have an underpaid offshore person tell me that there is no other way of filling a manual form for EVERY goddamn model to lift limits for a new account
-
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
-
Lord Waffleman (@LordWaffleman) reported@Azure I'd rather drag my face across broken glass than use Azure again. It'll happen, but I won't like it.
-
Alex Crossley (@alexcrossley) reportedPlease, can anyone at @Azure Business Support understand that I can not log into Azure, and so I can not use the portal for support? HELP!
-
Mark Xiong (@beaniedude0122) reportedMicrosoft needs to replace their Azure customer support team. How tf can every legit call I receive from them sound like a scam????? @Azure
-
Guy Leech (@guyrleech) reported@tmels @Azure No but it reminded me that I do have #EtherAssist from @EfficientEther in the browser and that found the problem - the "invisible" host pool was missing a Workspace. I created the host pool manually (I usually use my PowerShell script) so must've missed that step. Doh! Automation FTW!
-
Ryuk 🇧🇷🇺🇲 (@Ryuk8567464467) reported@Azure Microslop, so slop. Windows Slop, Azure Slop. Maybe is not slop, just bad.
-
Vu (@soulsocketXBT) reported@Azure u ***** have built the most retarded / confusing platform ever. holy ******* ****. in order for me to deploy a ******* python script i need to go thru millions of pointless actions. i thought its hard to beat GCP but turns out u retards are in another league
-
MergenChat (@mergenchat) reported@Azure gpt-image-2 image editing is not working through your api. generating is working fine though.
-
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.
-
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...!
-
Anže Vodovnik (@Avodovnik) reported@__tosh @Azure I started with trying to fix my old account with the right data, etc., no success. Then tried creating a brand new subscription. And it just fails randomly.
-
Miri (@MiriShipsCode) reported@MeetSon7 @Azure Yes, and they never approve the quota. AWS Bedrock is far better.
-
Damian Figiel (@DamianCTO) reported@Azure just lost its most valuable competitive edge. @OpenAI officially ended its cloud exclusivity with Microsoft. Their models can now be deployed on any cloud provider, and AWS CEO @ajassy already confirmed GPT models are coming to Bedrock "in the coming weeks." This was always going to happen. You can't build a $150B AI company and let one vendor own your distribution channel forever. The 2019 Azure exclusivity deal made sense when OpenAI needed survival compute. In 2026, it was just dead weight. The real lesson is that single-cloud dependencies in AI were always a bad bet. Model access, GPU availability, data sovereignty, you want optionality in all three. Anyone who locked their AI stack to Azure assuming exclusivity would last is doing some uncomfortable math right now. Is your AI stack still locked to one cloud or are you already spreading the risk?
-
Syed Sameer (@syedsameer2024) reported@AzureSupport @Azure We joined for startup support, but unexpected charges we thought Azure credits covered put us at risk of suspension. We’re unable to pay now and request a review of these charges plus an extension or relief. We value long-term partnership. #Azure #Startups
-
Chris G (@crypspaz9999) reported@Azure What is wrong with your back end today...AAD keeps timing out, it's breaking all my damn CI/CD pipeline runs. Please fix your ****!
-
atulsharma (@twitatulsharma) reported@Office @MSCloud @MicrosoftHelps Microsoft team it’s been a month. My 20 employees as waiting to get an email id. Your support is too slow to fix my licensing issue. I can’t buy more licence bcoz of some error and your team just capturing my logs. TrackingID#26052500300052
-
Tuhin Pramanik (@TuhinPramanik01) reported@AzureSupport @Azure hey i have cancelled my subscription last month, and have no active resources, still I got charged for this month, looking forward for help to fix it.
-
Priyanshu (@iproductAI) reportedPlease @Azure fix it i'm seriously even human can't prove that they are human Why not just automated captcha?
-
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.
-
R Patel (@nmsjunkie) reportedCloud bills must be going through the roof this month… lots of noise but also lots of signal to generate AI content… @Azure @awscloud
-
#aditya singh (@mranonymouss272) reportedI have raised a request this is the id 2604100030006977 .kindly support @Azure @AzureSupport
-
Poletto (@Its_Alan_Paul) reported@msft4startups @Azure We need more support
-
N810 (@nathansaadat) reported@Azure Okay I sent a DM. I would really appreciate your help.
-
bhanu (@Bhanu2716) reported@AzureSupport @Azure Is Azure front door have any technical issues ? We are facing not reachable issue in west Europe region
-
Behrooz Evans (@BehEvans) reportedI hate everything you have @Azure worst platform ever
-
AIMadeSimple (@makingAISimple) reportedOpenAI is completing with @awscloud @googlecloud and @Azure This is interesting. But they are still depending on their infrastructure to launch this service. So basically the competition is PaaS
-
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.
-
Romain de Wolff (@romaindewolff) reported@Azure if u see this I can share ticket number for support
-
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