| name | asr-architecture |
| description | ASR architecture for Azure-to-Azure VM replication |
Asr Architecture
When to use this skill
- Designing DR for IaaS VMs
- Regulator requires cross-region recovery
Key concepts
- Components: source VMs, cache storage account (source region), Recovery Services Vault (target region), target replicated disks + managed-identity, network mapping.
- Replication is continuous and asynchronous (RPO ~minutes for healthy replication).
- Target VMs are not running until failover — you pay for storage + minimal management overhead.
- Required outbound: cache storage account endpoints + ASR service tags.
- Trusted Launch and Confidential VMs have specific ASR support — verify version.
Azure CLI examples
Common pitfalls
- Forgetting cache storage account adds cost and needs proper RBAC.
- Not enabling ASR on disks added post-replication — they're silently excluded.
- Trying to recover Confidential VMs without checking current ASR support.
References
Validation-first: verify every Azure fact against the Microsoft Learn MCP server (cite the Learn URL); Learn overrides built-in knowledge. If no Learn MCP server is configured, flag the answer ⚠️ unverified and mark specs as indicative. Analysis only — verify against Microsoft documentation before applying.