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 | 21 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:
-
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.
-
ChrisK (@cjk365) reported@guyrleech @Azure **** name, **** experience, **** performance. The sooner it's yeeted into the sun, the better. RD Client still works, is quicker and more reliable. Will continue to be used until it stops working.
-
Lisanth Shanmugam (@lees2103) reported@Azure @AzureSupport Hello guy Please assist me as soon as possible with my support request 2605160030000672 , its far more urgent , and we are barely stuck in mid of production @AzureSupport Please help as soon as possible also since its weekend i am not sure i gonna get help
-
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...!
-
Florian Bador (@florianbador) reported@Azure : Remove this insanity of #AuthenticatorApp! I created a new biz account for some emailing, put the debit card, then the login forces to setup that stupid app, but I don't own a smartphone (and won't borrow anyone's). I tried to call support but got disconnected, calling again leads nowhere. At this point I could not even cancel the membership because I cannot login... Madness! Just let the customer decides what they want as 2FA!!! They know better, you control-freaks. So what am I supposed to do at this point? Cannot login, cannot setup auth app, cannot even cancel because cannot login, cannot open a case online because cannot login, and no "Use another way" option to skip this silly Auth-App setup, and no Desktop App either since I run exclusively on Linux.... Why so complicated??? Keep It Simple Stupid. @Microsoft @Outlook
-
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.
-
Rohan Magdum 🇮🇳 (@RohanMagdum7) reportedHello @Azure @AzureSupport @MSCloud I'm facing an issue renewing my Azure Administrator Associate certification. It shows expired despite multiple attempts over the past month. Request ID: 2603190030003633 Kindly assist urgently.
-
Mecha-Pango (@mechapango) reported@genspark_ai @Microsoft @Azure Excel gets AI to fix formulas nobody understood in the first place. Redemptive arc.
-
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?
-
Victor (@victorpham2212) reportedSo Microsoft Azure platform decided to NOT let me in because it’s so sure that I am a bot. It’s just mind-blowing how terrible Microsoft has gotten, this is probably vibe-coded. @Azure , yall are shameful i aint gonna lie, absolutely ridiculous the kind of user experience yall created
-
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
-
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
-
Luca Steeb (@steebchen) reported@Azure @Microsoft it must be a joke to pay $100 for support then still having to fill out this ****** form for EVERY SINGLE MODEL with 20 fields of the same IDs, names, data, email, etc and different ratios for TPM depending on the model. it can't be real? how does this pass product? is this a joke?
-
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.
-
Guy Leech (@guyrleech) reported@AdamGell @Azure I should think so - I don't use CMtrace sorry but anything that makes getting information about a problematic environment is important. I wrote a script for AppSense support to gather as much relevant information as we could in one go to stop toing and froing with customers just to get basic info
-
Sin (@asinfulqt) reported@Azure @MicrosoftHelps damn this is how your "Azure MVP" developers talk to marginalized people, huh? As a disabled person, very glad I don't use Microsoft products and push back against your AI garbage considering you condone ableist slur usage.
-
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.
-
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
-
Cogniferentials Consultancy (@cogniferentials) reported@Azure AI-Assisted Coding – Leverage GitHub Copilot to accelerate code creation, reduce errors, and improve consistency.
-
sprintfPython (@sprintfPython) reported@Azure its been 3 years of ai and you cant even make yourself a cloud ai mcp and @satyanadella keeps talking about ai slop everywhere, first do your work then you can slop to others, i stuck with your azure errors from 24 hrs **** vibe coding BS
-
MergenChat (@mergenchat) reported@Azure gpt-image-2 image editing is not working through your api. generating is working fine though.
-
Adib X (@AdCoinMy) reported@Azure @AzureSupport Startup credits expired while I was unwell for 3 months. Submitted extension request, no response yet. 4 live AI products at risk. Sub ID: fd50fc63-265f-4b35-a7b3-4ae535d954f5. Please help. i cannot open any ticket tried #AzureStartups #MicrosoftForStartup
-
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.
-
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.
-
Jeff Blankenburg (@jeffblankenburg) reportedI have never seen an organization more aggressive about NOT providing support than I am experiencing with @Azure right now. Can't log in, can't get support. So angry.
-
Technophile (@Technop54777070) reportedA few months ago I attempted to create a RAG index using aisearch in @Azure that pulled it’s knowledge from PDFs in sharepoint libraries. It was a miserable experience tweaking a Logix app flow to ocr, merge, split and chunk the PDFs that i eventually gave up. I attempted it again yesterday because I saw they now allow me to do all of the above by just building out some JSON configs and a skill set. It was easier, ran faster, and didn’t run into the same errors/limitations that I ran into in Logix apps. Kudos to @Microsoft
-
Aditya Jivoji (@adityajivoji) reported@Azure tried to sign-up for a new azure account. wtf is the ‘Press and Hold’ challenge. I tried 23 times and it still does not work. what is wrong with you @Microsoft there is no other way I can prove I am a human? just this one option. wtf??
-
SeenThroughaLens (@LensSeen) reported@Azure Nobody in your terrible support what to help when an issues is outside of the norm. I owe you money but you are preventing me from paying you !
-
Celso Pinto (@cpinto) reported@bradgessler @Azure @googlecloud Yeah it’s been broken for at least a month now
-
Stevie Nips (@stevienipz) reporteddoes anyone appreciate that hypervisors have oversold the **** out of colo's and if Iran actually starts attacking American tech infra we're cooked @aws @gcp @azure