1. Home
  2. โฏ
  3. Companies
  4. โฏ
  5. 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.

  • 100% Domains (100%)

Live Outage Map

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

CityProblem TypeReport Time
New York City Domains 4 days ago
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
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:

  • guyrleech
    Guy Leech (@guyrleech) reported

    The problem with a home lab and @Azure and @googlecloud access is that I sometimes forget where I've done a particular piece of work. All scripts, etc come back to my laptop & @OneDrive but I was using PS2EXE the other day but cannot remember where but I want to re-use the command line as I'm lazy (had parameters for the version resources)

  • accutechpro
    AccuTech International (@accutechpro) 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:

  • bradgessler
    Brad Gessler (@bradgessler) reported

    @cpinto @Azure @googlecloud Unbelievable. I bet it's still broken 6 months from now.

  • LouisDace
    Louis Dace (@LouisDace) 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:

  • wehrmeister007
    FANATICSNo (@wehrmeister007) reported

    @CallofDutyCM @Activision @Azure Another day where your anti cheat doesn't work and you **** on the community finally do something against these cheaters it's unplayable cod known as cheater game millions company and no real anti cheat people make fun of your anti cheat

  • tekprosinc
    TEKPROS (@tekprosinc) 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

  • oesnadaki
    oesnada (@oesnadaki) reported

    The European Commission is moving to designate @awscloud and @Azure as gatekeepers under the Digital Markets Act, a shift that signals the end of the unregulated era for cloud infrastructure. By forcing these platforms to adopt strict interoperability and data portability standards, the EU aims to dismantle the technical and contractual lock-in that has long defined the enterprise cloud market. This regulatory expansion means $AMZN and Microsoft will likely be forced to overhaul how they bundle services and manage customer transitions to competitors. The upcoming preliminary finding marks a significant escalation in antitrust pressure on $MSFT and the broader cloud sector.

  • TeamLogicITNB
    TeamLogicIT of CNJ (@TeamLogicITNB) reported

    Customer interactions at scale can be hard to track and improve. ๐Ÿš— See how Carvana tackled this issue by using Azure AI to reduce inbound calls per sale by 45% and improve service quality. @Azure #Microsoft

  • MALSOURI1
    M AL-SOURI (@MALSOURI1) reported

    When audits involve thousands of regulated documents, even small delays matter. ๐Ÿšจ Read how NSF faced this problem, and is now using @Azure AI to reduce audit time and human error risk to help life-saving treatments reach patients faster.

  • Technop54777070
    Technophile (@Technop54777070) reported

    A 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

  • whiteboysumer
    โšก Jesus is King ๐Ÿ‘‘ โšก๏ธ (@whiteboysumer) reported

    @Azure support is designed to stop you from getting or receiving support. It doesn't even let you enter requests that don't fit their carefully curated bullshit. Omg. Microsoft never changes.

  • altcoin_exch
    altcoin (@altcoin_exch) reported

    @Azure @blackboxai This app and its owners are scammers. They take people's money but don't provide the service. There's no response. Many people have been victimized, as seen in the marketplace reviews. Why don't you protect your marketplace from these fraudsters?

  • 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

  • meltingdiodes
    EC โŒœe/ฮปโŒŸ (@meltingdiodes) reported

    @ethstak3r @Azure @Microsoft that isn't how it works, idiot

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

  • sravankumar9866
    sravankumar (@sravankumar9866) reported

    @MicrosoftHelps I'm locked out of my Azure Free Trial admin account due to Microsoft Authenticator MFA. I can't access the 6-digit code and need urgent help to regain access or cancel my subscription. Please assist. @Azure @Outlook

  • techahoy
    Vignesh T.V (@techahoy) reported

    @msft4startups Looking for additional credits from @Azure as we launch our bootstrapped startup soon Have DMed you. Can you please help? Thanks in advance.

  • qcmtech
    QCM Technologies: Your Growth is Our Business (@qcmtech) 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:

  • oising
    Oisรญn Grehan (x0n.web1) ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ฎ๐Ÿ‡ช๐Ÿ‡จ๐Ÿ‡ฆ (@oising) reported

    Microsoft Azure seemed to have rolled out some duff serialization code for device twins to their IoT Hubs. Etag is being serialized as DeviceEtag, and Etag contains corrupted values. Device Twin updates are broken. /cc @Azure @AzureSupport #azure #iothub

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

  • ProftranDotCom
    The President of Earth โ˜€๏ธ (@ProftranDotCom) reported

    @benshapiro @Azure Poor recent Boeing products, poor reliability recent cars and pickup trucks correlate with the adoption of MS @Azure and exponential growth of MSFT. Does this make sense?

  • rdcnetworks
    Robert Duvall Consulting (@rdcnetworks) 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

  • der_chuddie
    ๐”‡๐”ข๐”ฏ โ„ญ๐”ฅ๐”ฒ๐”ก (@der_chuddie) reported

    Any lawyer on X? I'd like to propose a CAL against @googlecloud @awscloud and @Azure for not enforcing basic outgoing request filtering and wasting everybody resources with the scanning of .***, .env, and wordpress plugins which represents 99% of the bad traffic.

  • ethstak3r
    TheBossyAussie (@ethstak3r) reported

    @Azure Oh good another resason to never use @Microsoft products. Chinese AI doorway to steal ideas and code sent right to the PRC. Nice.

  • AmyW111
    Amy Weiss (@AmyW111) 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:

  • TeamLogicITNB
    TeamLogicIT of CNJ (@TeamLogicITNB) 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:

  • cjk365
    ChrisK (@cjk365) reported

    @guyrleech @Azure At some point someone on the Windows App team will reach the same conclusion and fix the slowness and reliability issues. And hopefully rename the App to something more useful. Copilot has problems strongly binding to such a generic name.

  • rep_in_a_box
    repinabox ๐Ÿณ๏ธโ€โšง๏ธ (@rep_in_a_box) reported

    @Azure @MSFTnews Fix your broken clipboard then. Crazy that I have to reset the "foundational" processes of windows explorer and windows compositing so often now.

  • crismsantos
    Chris โœˆ๏ธ๐Ÿ‡ง๐Ÿ‡ท๐Ÿ‡ต๐Ÿ‡น๐Ÿ‡บ๐Ÿ‡ธ๐ŸŒ (@crismsantos) reported

    @guyrleech @Azure That's why I have different brose profiles for each service I need to use frequently (avoids 100% this issue if used correctly) For accounts not used do frequently I do access using the incognito mode

  • GDSTechno
    GDS Technology (@GDSTechno) reported

    When Carvana needed full visibility into millions of monthly customer conversations, it built an AI-powered platform on Azure that helped it cut inbound calls per sale by more than 45%. ๐Ÿš— Have a KPI you need to reach with AI? DM us to discuss how GDS Technology @Azure #Microsoft