1. Home
  2. Companies
  3. Microsoft Azure
Microsoft Azure

Microsoft Azure status: hosting issues and outage reports

No problems detected

If you are having issues, please submit a report below.

Full Outage Map

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.

  • 50% Cloud Services (50%)
  • 25% E-mail (25%)
  • 25% Domains (25%)

Live Outage Map

The most recent Microsoft Azure outage reports came from the following cities:

CityProblem TypeReport Time
Noida Domains 2 months ago
Noida Cloud Services 3 months ago
Greater Noida E-mail 3 months ago
Bristol Cloud Services 3 months ago
Noida E-mail 4 months ago
Noida Hosting 4 months ago
Full Outage Map

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:

  • sid_thinketh
    Siddharth (@sid_thinketh) reported

    @Azure - Please your support for smaller businesses need to get way better. :(

  • AbrahamsConsult
    Angela Gibson (@AbrahamsConsult) reported

    AI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model:

  • ChachraAradhya
    Aradhya Chachra (@ChachraAradhya) reported

    @MicrosoftHelps @Azure I have a Microsoft 365 Business Basic plan. I have locked myself out of the Microsoft authenticator app and am now stuck in a loop. I am able to login to the admin portal but not able to manage authenticator settings. Not even able to raise a support ticket

  • KMESystems
    KME Systems (@KMESystems) reported

    Manual expense processing slows teams down. When Ramp faced this problem, it turned to the Microsoft Azure AI Platform to automate 5M receipts each month - saving the company 30,000 hours of work. 😱 Read the story to understand how AI makes it possible. @Azure

  • nmsjunkie
    R Patel (@nmsjunkie) reported

    Cloud bills must be going through the roof this month… lots of noise but also lots of signal to generate AI content… @Azure @awscloud

  • snappercayt
    zoomies.llamafile (@snappercayt) reported

    @dotMorten So nuget is like default playstore dev version thing? @Azure must support it by default for any VMs shouldn't it? @azureadvocates

  • NetworxITS
    Networx IT Solutions (@NetworxITS) reported

    When manual finance work piled up, Ramp built a custom OCR tool with Microsoft Azure AI to automate it. 📄 Read this customer story for ideas on using Azure AI to support similar goals. @Azure #Microsoft

  • bradgessler
    Brad Gessler (@bradgessler) reported

    @Microsoft @Azure The only thing worse is when you get stuck into their ticketing system, also known as hell. I once was running a project where nothing got fixed because the people working on our case kept leaving to go to other companies and they never replied. Absolutely insanity.

  • WebCoderz
    coderz (@WebCoderz) reported

    @Azure you guys have the absolute worst support ticket system in the world you should be ashamed of yourselves it’s mind blowing I can’t even get a ticket submitted because you stick some canned LLM crap at the end of the claim opening process..

  • EVBTechnology
    EVB Technology (@EVBTechnology) reported

    AI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model:

  • DamianCTO
    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?

  • digitaldink
    Greg B (@digitaldink) reported

    @nvidia @satyanadella @Azure Can you please ask your insiders to stop selling so investors can actually make a return? Or tell the terrible CFO to stop issuing debt and use the stock buy back program. Terrible stock

  • s3cc
    S3CC IT Consulting (@s3cc) reported

    Manual expense processing slows teams down. When Ramp faced this problem, it turned to the Microsoft Azure AI Platform to automate 5M receipts each month - saving the company 30,000 hours of work. 😱 Read the story to understand how AI makes it possible. @Azure

  • LordWaffleman
    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.

  • CyberSecBoss
    Sergey Medved (@CyberSecBoss) reported

    A 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".

  • Tech_p001
    Tech P (@Tech_p001) reported

    @Azure "The question isn't where AI should run—it’s how many billions of dollars are being wasted running models on unoptimized, chaotic data estates just to satisfy FOMO. You can't out-build bad data architecture with more compute."

  • AnneDurgueil
    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.

  • TuhinPramanik01
    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.

  • Rajat_Jas
    Rajat Jaiswal (@Rajat_Jas) reported

    @Azure, please fix your portals. User experience is so bad that I can't create an Azure PAT and project, as the continue button won't work

  • LurusCode
    Lurus (@LurusCode) reported

    @Azure Please fix token caching for GPT 5.6 models at the response api. It is not usable at the moment 🫤

  • cimitsupport
    Sean Jennings (@cimitsupport) reported

    Manual expense processing slows teams down. When Ramp faced this problem, it turned to the Microsoft Azure AI Platform to automate 5M receipts each month - saving the company 30,000 hours of work. 😱 Read the story to understand how AI makes it possible. @Azure

  • DrGhattasMD
    Dodz4allai (@DrGhattasMD) reported

    @grok @alexabelonix @Azure That's one down time for the rest of em (; . Don't piss me off nor act dumb .

  • TeraCloudInc
    TeraCloud (@TeraCloudInc) reported

    When manual finance work piled up, Ramp built a custom OCR tool with Microsoft Azure AI to automate it. 📄 Read this customer story for ideas on using Azure AI to support similar goals. @Azure #Microsoft

  • Mattar_Consult
    Mattar Consulting SRL (@Mattar_Consult) reported

    Manual expense processing slows teams down. When Ramp faced this problem, it turned to the Microsoft Azure AI Platform to automate 5M receipts each month - saving the company 30,000 hours of work. 😱 Read the story to understand how AI makes it possible. @Azure

  • SpaceSector001
    Space & Defense Sector (@SpaceSector001) reported

    @NebiusRocks I’ve been a longtime shareholder so I’m with you on this. The strategic partnership with @Azure and @Google was the buying point for me originally. I saw the potential of what the numbers can be. I also saw the SP go from $1.5-$7 last September. I don’t know much about the staff and the teams around him except the pretty recent expansion, but companies like $EL and all their products are using $RZLV. My issues is the speed of it all brother. The completion now has all the time in the world to catch up with their own products with current AI expansion globally. Dan needs to prove this is u issue and necessary before that happens.

  • steebchen
    Luca Steeb (@steebchen) reported

    just 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

  • SimonHolman
    Simon Holman (@SimonHolman) reported

    @Azure Having alerts on admin user logins that trigger 5-8 hours after an event is not ideal. We’re seeing SignIn logs take that long to make their way into Log Analytics.

  • AQuickAlias
    onion spice latte 🧅 (@AQuickAlias) reported

    Our client has been completely locked out of M365 @Azure for two weeks and @AzureSupport is a total joke. The official rec we received from an MS support rep was to just keep opening tickets and pray that someone responds. Case 2605190040004147 if you all actually want to fix it.

  • jadenfixxx
    Jaden Fix (@jadenfixxx) reported

    Anyone at @googlecloud or @awscloud (or a neocloud) wanting to slide into my DMs and help me rip some free credits? Possibly leading to larger contracts down the road .. I just tried signing up for an @Azure free trial, and the experience felt like what I imagine the elders went through with dial-up internet. Solutions Architects or Account Managers HMU

  • kwells_cit
    Kenneth Wells (@kwells_cit) reported

    AI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model: