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

推荐订阅源

博客园_首页
B
Blog
V
V2EX
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 聂微东
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
J
Java Code Geeks
H
Help Net Security
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
D
Docker
L
LangChain Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
WordPress大学
WordPress大学
V
Visual Studio Blog

The Register - Off-Prem: PaaS + IaaS

AWS lets agents drive its virtual cloudy desktops Trump threatens UK with ‘big tariff’ over digital tech tax UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial £2B Microsoft licensing claim gets go-ahead from UK tribunal One of Europe's sovereign cloud picks may not be so-sovereign after all Europe picks 4 sovereign cloud providers, but one has Google Networks not ready for the challenges of AI traffic UK told its Big Tech habit is now a national security risk Commvault has a Ctrl+Z for rogue AI agents Amazon rejects AWS climate disclosure proposal Microsoft cuts cloudy desktop prices by 20 percent Google taps Intel for another round of custom network chips Nutanix thinks some Azure cloud desktops belong on-prem AWS would prefer to forget March in UAE region AWS would prefer to forget March in UAE region CMA dithers as Microsoft's cloud meter runs on your dime Microsoft startup credits are the gift that keeps on billing SAP's grand cloud escape plan €2B short of the runway Alibaba Cloud hikes prices by up to 34%, blames hardware costs and AI demand Alibaba Cloud lifts prices, blames AI and hardware costs Founder finds Azure startup credits don't apply to Claude Lloyds Banking Group apps play mix-and-match with customer transactions Oracle outage knocks TikTok offline for some US users Oracle outage knocks TikTok offline for some US users Bank of England says it can run £431M settlement system without Accenture AWS says drones hit two of its datacenters in UAE, urges users to move resources to different regions AWS says drones hit two of its datacenters in UAE Salesforce CEO 'SaaSquatch' Benioff says his company will monster the SaaSpocalypse Salesforce CEO declared victory over flagging software sales Former Amazon UK boss set to chair CMA
Azure outages ripple across multiple dependent services
Richard Speed Richard Speed · 2026-02-04 · via The Register - Off-Prem: PaaS + IaaS

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.

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.

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