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.
- Cloud Services (50%)
- E-mail (25%)
- Domains (25%)
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:
-
R Patel (@nmsjunkie) reportedCloud bills must be going through the roof this month… lots of noise but also lots of signal to generate AI content… @Azure @awscloud
-
Vu (@soulsocketXBT) reported@Azure u ***** have built the most retarded / confusing platform ever. holy ******* ****. in order for me to deploy a ******* python script i need to go thru millions of pointless actions. i thought its hard to beat GCP but turns out u retards are in another league
-
Rayon City Tech (@RayonCity) reportedManual 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
-
Priyanshu (@iproductAI) reportedPlease @Azure fix it i'm seriously even human can't prove that they are human Why not just automated captcha?
-
BadDad505 (@Michael96631) reported@Microsoft @Office @Azure Cancel my SUBSCRIPTION as Microsoft is UNRESPONSIVE! As usual.
-
Rayon City Tech (@RayonCity) reportedAI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model:
-
Robot Person (Misogynousos Oreo) (@RobotPerson78) reported@Azure Your products are terrible
-
ChrisK (@cjk365) reported@BlasikRandy @Azure Codex doesn't fix the problem of a cloud-native shell that's actually in the same region as the tenant with an effective set of security controls and behaves correctly in a chromium-based browser on multiple devices.
-
Mecha-Pango (@mechapango) reported@genspark_ai @Microsoft @Azure Excel gets AI to fix formulas nobody understood in the first place. Redemptive arc.
-
AccuTech International (@accutechpro) reportedAI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model:
-
Dodz4allai (@DrGhattasMD) reported@grok @alexabelonix @Azure That's one down time for the rest of em (; . Don't piss me off nor act dumb .
-
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.
-
Mark Hughes (@huzi8t9) reportedIt seems @Azure SQL Servers/Databases have connectivity issues. Intermittent in the last few days but nothing on their status page 😭
-
Himura88 (@himura88) reported@AzureSupport @Azure it is unacceptable that you are not complying with your SLAs on production support. I have created a Severity A ticket, my services are completely down and you've not assigned a support engineer for case yet. 8 hours have passed since I created the ticket
-
Paleheart (@zgf2022) reported@Azure Azure sucks
-
Robert Harju (@RobertHarju) reported@Microsoft / @Azure - Keep charging the monthly charge, and I’ll keep denying the payment. I’ve already cancelled this service for a full year and you’ve not acknowledged nor honored the request. The money is not yours. You shouldn’t even have access to the card you charge.
-
Dace IT℠ (@dace2it) reportedAI experiments are one thing. Running them at scale is another. Check out how Wrtn uses @Azure OpenAI Service and the new o1 model:
-
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.
-
⚡ 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.
-
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
-
S3CC IT Consulting (@s3cc) reportedManual 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
-
Shawn Bailey (@shawnwbailey) reportedManual 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
-
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.
-
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.
-
A1g0rithmIc (@A1g0rithmIc) reportedEnterprise AI vendors have a credibility problem when they sell broad use intelligence while their own product documentation is inaccurate. If the system’s deterministic behavior is already codified, documenting it clearly in natural language should be table stakes in this world... 👀 @Azure @MSCloud 👀
-
Vansh (@vanshbuilds) reported@AzureSupport @Azure Can someone from the Azure team please help? My production subscription was disabled and the app has been down for hours, affecting real users. Case 2606020030002066 was reviewed but remains closed. Requesting urgent escalation and manual re-review. I can provide any verification or documents needed immediately.
-
Nick Venturi (@nickventuri) reported@iamarsibragimov @browser_use @Azure free credits always make us spend money we would never actually pay
-
Americanist🇺🇸 (@Americanist144) reported@PolymarketMoney @Microsoft @Azure Decided to cancel anyways. Done.
-
Gopal Das (@igopaldas) reported@AzureSupport @Azure TrackingID#2605090030001227 I have been wrongly billed and my credit card is wrongly charges multiple times very poor response from billing support team. Azure cloud billing is all fake and it is an scam to individual customer
-
Conor O'Neill (@conoro) reportedThinking 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.