惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
L
LangChain Blog
博客园 - 司徒正美
G
Google Developers Blog
博客园 - 【当耐特】
GbyAI
GbyAI
月光博客
月光博客
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
D
Docker
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
博客园 - 聂微东

The Register - Off-Prem: SaaS

Snowflake to burn $6B on AWS Graviton CPUs and AI accelerators Google Cloud suspended major customer Railway.com without cause, causing outage Anthropic comes for the midmarket software spend ServiceNow under siege as Atlassian adds to ITSM take-outs Survey: US workers are not keen on Microsoft's AI Service change takes down Microsoft Outlook for iOS Workday, Rippling, Slack lflunk data access test: Fivetran UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Atlassian’s new data collection policy protects rich customers while AI eats the rest Atlassian to train AI on user data unless law or cash say no McGraw Hill linked to 13.5M-record data leak UK told its Big Tech habit is now a national security risk How ServiceNow gets customers to gorge at the AI trough Salesforce is taking on ServiceNow in ITSM. The winner is AI Salesforce is taking on ServiceNow in ITSM. The winner is AI Snowflake manager on 'Spider-Man' theory of AI agents Minnesota payroll problems grew after Workday, say auditors Salesforce looks to Slackbot to help solve SaaSpocalypse ServiceNow salesman sues employer in commission dispute ServiceNow salesman sues employer in commission dispute Big Tech has not enforced Australia’s social media ban 'Emphathetic 'Salesforce bots to help fired via Labor Dept Datadog bets DIY AI will mean it dodges the SaaSpocalypse Snowflake's ongoing pitch: bring AI to data, not vice versa CMA dithers as Microsoft's cloud meter runs on your dime Salesforce acquihires team behind Clockwise for Agentforce CMA cracks knuckles, eyes Adobe's cancellation fees SAP's grand cloud escape plan €2B short of the runway Microsoft 365 pauses Copilot creep after admins cry foul
Azure outages ripple across multiple dependent services
2026-02-04 · via The Register - Off-Prem: SaaS

REG AD

PaaS + IaaS

Managed Identity and virtual machine failures triggered knock-on problems throughout cloud platform

Microsoft has reported two Azure service wobbles in as many days, including a disruption affecting Virtual Machine management ops yesterday and a Managed Identity for Azure resources outage in East US and West US regions today.

According to Microsoft, today's Managed Identity for Azure resources issue impacted the East US and West US regions and lasted almost six hours, from 0015 UTC to 0605 UTC. The problem hit when users were trying to create, update, delete, or acquire tokens.

Security vulnerabilities and system downtime often stem from the manual management of secrets and certificates. Managed Identity for Azure resources is intended to removes the burden of credential management from developers.

REG AD

The outage, which has been mitigated, "impacted dependent services such as Azure Synapse Analytics, Azure Databricks, Azure Stream Analytics, Azure Kubernetes Service, Microsoft Copilot Studio, Azure Chaos Studio, Azure Database for PostgreSQL Flexible Servers, Azure Container Apps, and Azure AI Video Indexer." So rather a lot.

REG AD

The blackout followed hot on the heels of another, where service management operations for virtual machines resulted in error notifications. Microsoft gave the example of "create, delete, update, scaling, start, stop."

As with this morning's downtime, yesterday's problem was exacerbated because services had dependencies on these operations, including Azure Arc Enabled Servers, Azure Batch, Azure Cache for Redis, Azure Container Apps, Azure DevOps (ADO), Azure Kubernetes Service (AKS), Azure Backup, Azure Load Testing, Azure Firewall, Azure Search, Azure Virtual Machine Scale Sets (VMSS), and GitHub.

Microsoft acknowledged the issue last night at 1946 UTC but did not provide a timeline for mitigation. The Register asked for more details and will update this piece should the company respond.

GitHub noted degraded performance for Actions at 1903 UTC, and it took until 0056 UTC on February 3 for the code shack to state that the incident was resolved.

As for what caused the virtual machine outage, Microsoft said: "We identified the root cause as a configuration change that unintentionally restricted public access to certain Microsoft‑managed storage accounts used to host virtual machine extension packages."

Yes, Microsoft made a configuration change that inadvertently broke things for developers in multiple regions. Those same developers would likely have some advice for Microsoft on testing changes before deploying to production.

The issues highlight the interdependencies between cloud services. A faulty configuration change in one place can result in a cascade of problems elsewhere. ®