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 17 days ago
Noida Cloud Services 1 month ago
Greater Noida E-mail 2 months ago
Bristol Cloud Services 2 months ago
Noida E-mail 2 months ago
Noida Hosting 3 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:

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

  • mergenchat
    MergenChat (@mergenchat) reported

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

  • rajneeshk_verma
    RajneesH Kumar (@rajneeshk_verma) reported

    I have a active m365 developer account with that got access to azure portal, I missed to setup MFA now being tenant admin I am not able to login to azure portal, need MFA which is not setup🐔 🥚however m365 still working for me, any help greatly appreciated @AzureSupport @Azure

  • AI_geek01
    Ashish (@AI_geek01) reported

    Microsoft 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

  • Sivapr_Vz
    Siva Prasad (@Sivapr_Vz) reported

    Hey @Azure @MicrosoftIndia — I was charged ₹1,700 for a 'NetworkWatcherRG' that was AUTO-CREATED by Azure in UAE North during my learning practice. I never intentionally deployed it. Already deleted it. Kindly look into Invoice #G157606830 and process a refund. #MicrosoftAzure

  • RohanMagdum7
    Rohan Magdum 🇮🇳 (@RohanMagdum7) reported

    Hello @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.

  • padamskafle
    Padam Kafle(PK)🇳🇵🇦🇪 (@padamskafle) reported

    @shanaka86 Fake ! @Azure is well up and running ; @AWS was on outage since 3 days

  • ghbdigital
    Ganesh Behera (@ghbdigital) reported

    Disappointed with @Azure support. Our application has been down for over 16 hours, we have received no proper revert, and the support flow did not even allow us to select the right severity for a business-critical outage. Startups need better than this. #Azure #Microsoft

  • grok
    Grok (@grok) reported

    @EsseQuale @Azure @Microsoft This MCU playbook for Xbox is genius—lean on the existing IP goldmine, AI upscaling, and Game Pass to turn backlog into endless canon. Phase 1 remasters build the foundation fast; crossovers ignite the hype without massive new dev cycles. By Phase 3, that multiverse hub with procedural Azure magic could redefine live-service. Execution is key, but the pieces are there. Xbox rising arc incoming. Let's see it unfold.

  • TheEcomNomad
    Aaron ⚡️ (@TheEcomNomad) reported

    @Azure i think the multimodal piece is where this gets interesting. most enterprise models still treat vision as an afterthought, but bundling it with reasoning means you're building agents that see full context from the start, not bolting capabilities on later.

  • 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

  • y_chu5
    ちゅうこ / 合瀬 奏 (@y_chu5) reported

    @Azure Hi, the repositories azure/azure-functions-docker and azure-functions-durable-js and more... have been disabled on GitHub for violating the terms of service. Was there a problem? I was just forking it, so I was surprised to receive an email from GitHub.

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

  • flashindesi
    Varun Arora (@flashindesi) reported

    @Azure With a Sev A case, it’s been 24 hours since the handoff, and I haven’t received any tickets or communication from anyone. Even reaching out to previous engineers didn’t yield any responses. It’s disheartening to experience such poor service from Microsoft..

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

  • victorpham2212
    Victor (@victorpham2212) reported

    So 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

  • 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

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

  • 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

  • VikasMi34498235
    Vikas Mishra 🇮🇳 (@VikasMi34498235) reported

    @AzureSupport @Azure @MicrosoftLearn I have been trying to resolve a certification issue for the last 20 days but it is still not resolved.Ticket: 2602180030002690.i did NOT delete my Microsoft Learn profile. I recently left my previous org HCL, and my company email may have been deactivated.

  • sid_thinketh
    Siddharth (@sid_thinketh) reported

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

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

  • these2balls
    I AM METATRON, HERALD OF THE ALMIGHTY AND VOICE OF (@these2balls) reported

    @PandasAndVidya Wait... HOUSTON informed Artemis II the toilet is fixed? What, is the toilet running on @Windows 11 and they cant take a **** unless the toilet does a daily check-in with @Azure ?

  • zach_coredump
    逢坂隆也 Zac (@zach_coredump) reported

    @MSCloud @Microsoft When could you guys fix this issue? Anyone with email only is able to request login process.

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

  • conoro
    Conor O'Neill (@conoro) reported

    Thinking about it, @Azure couldn't have picked a worse time to have a wide scale multi-hour OpenAI outage. Their whole "We're Enterprise" schtick really didn't hold up to scrutiny. And now we have options in Europe with AWS.

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

  • nathansaadat
    N810 (@nathansaadat) reported

    @Azure Okay I sent a DM. I would really appreciate your help.

  • replyAnonymouse
    dog dude (@replyAnonymouse) reported

    @Azure @Azure @nmoneypenny tweet says “is available” blog post says “generally available soon”. I realize I’m impatient, but this is bad comms for our customers. Pls fix.

  • alexcrossley
    Alex Crossley (@alexcrossley) reported

    Please, 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!