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.

  • 22% E-mail (22%)
  • 22% Cloud Services (22%)
  • 22% Web Tools (22%)
  • 22% Hosting (22%)
  • 11% Domains (11%)

Live Outage Map

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

CityProblem TypeReport Time
Noida Domains 6 days ago
Noida Cloud Services 28 days ago
Greater Noida E-mail 1 month ago
Bristol Cloud Services 1 month ago
Noida E-mail 2 months ago
Noida Hosting 2 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:

  • Durly1718
    Durly ❤️‍🩹 (@Durly1718) reported

    @Azure I'm so fed up with the **** this company is doing to harm the gaming business.

  • theuxradar
    UXRadar (@theuxradar) reported

    🚨 Account Access UX Issues on @Microsoft @Azure Multiple login & verification problems across Microsoft Account & Azure. Sharing a thread with 4 major issues 👇 (1/x)

  • zgf2022
    Paleheart (@zgf2022) reported

    @Azure Azure sucks

  • beaniedude0122
    Mark Xiong (@beaniedude0122) reported

    Microsoft needs to replace their Azure customer support team. How tf can every legit call I receive from them sound like a scam????? @Azure

  • KaleidoJosh
    AvantGarde 🇺🇸 ❤️‍🔥 🇷🇺 (@KaleidoJosh) reported

    @Azure @AzureSupport Your content filtering for models is so ******* strict. I didn't live 34 years just to not be allowed to 'cuss' or say '****' - you block everything. I could die tomorrow but at least you prevented me from reading '*****' . **** YOU.

  • DonOfNothing
    டான் (@DonOfNothing) reported

    The problem is that Microsoft and Anthropic haven't opened up Claude APIs in Microsoft Foundry yet. It's a gated program, and even if you submit several access requests, they may choose not to respond. #Claude @Azure

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

  • manitofighh
    Mani (@manitofighh) reported

    How 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

  • Gtoonz1
    Shinaayo. (@Gtoonz1) reported

    @AzureSupport @AzureSupport @Azure . I have been charged for support plan that i didn't know.. Pleas help!!!!!.

  • chrisgatesjr
    Chris Gates (@chrisgatesjr) reported

    @weezerOSINT Now imagine how much big companies pay for defender for business or e3 and e5 just to have the thing they pay for help hackers deliver the virus LMAO @Microsoft @Azure fix your ****

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

  • syedsameer2024
    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

  • pcnerd37
    Jeremy 💻🎮🔭 (@pcnerd37) reported

    WTF!!! 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. @AzureSupport

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

  • DecentCloud_org
    Decent Cloud (@DecentCloud_org) reported

    @florianbador @Azure Login requires a phone you don't have. Cancellation requires login. Support tickets require login. Every exit goes through the same locked door.

  • Ima_Not_You
    FreedomForAll (@Ima_Not_You) reported

    @DrNTXNews @Azure WTF are you doing?!!

  • milebrzanov
    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

  • 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

  • FitSolutionCorp
    Fit Solutions Corp (@FitSolutionCorp) reported

    concerning 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

  • moncadad
    moncd  (@moncadad) reported

    Hey @Azure / @AzureSupport I’m completely blocked from accessing Azure. Error: AADSTS5000225 (tenant blocked due to inactivity) Portal shows: no subscriptions available This looks like a tenant/subscription provisioning issue. Support case already open can this be escalated?

  • crypspaz9999
    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 ****!

  • sid_thinketh
    Siddharth (@sid_thinketh) reported

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

  • Technop54777070
    Technophile (@Technop54777070) reported

    Working 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

  • mergenchat
    MergenChat (@mergenchat) reported

    @Azure gpt-image-2 image editing is not working through your api. generating is working fine though.

  • LensSeen
    SeenThroughaLens (@LensSeen) reported

    Seems like nobody at @Azure or @MicrosoftHelps care about customer service...

  • Its_Alan_Paul
    Poletto (@Its_Alan_Paul) reported

    @msft4startups @Azure We need more support

  • xenappblog
    Trond Eirik Haavarstein (@xenappblog) reported

    @yplavonil @MSIntune @Azure Comes and goes, but better inPrivate or native on the tenant user enrolled device. I guess issue is multiple tabs with multiple tenants.

  • nayanjnv
    Nayan Verma (@nayanjnv) reported

    @Azure is down

  • tejakothapally1
    Teja patel (@tejakothapally1) reported

    Hello @AzureSupport @Azure, Im trying to install azure agent in the server to register the target in the deployment groups. I cannot able to do it even i have the administrator access. I’m getting insufficient permissions to register target. Kindly help.

  • Vishhallu
    Vishal (@Vishhallu) reported

    Anna 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