An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
The available documentation in the provided context does not describe the detailed authentication flow (Entra ID vs. SAS/shared key) between the VMware Mobility Service, the on-premises replication appliance/process server, and the cache storage account, nor does it state whether disabling shared-key authorization on the cache storage account is supported for VMware-to-Azure ASR with Private Endpoints.
The context does state the following relevant points:
- For Private Link–enabled ASR deployments, the Recovery Services vault must have a managed identity so that Site Recovery can access source, target, and cache/log storage accounts when using Private Link:
- The vault’s managed identity is required “when you're using the Private Link service for the vault.”
- The managed identity is used for the vault to access storage accounts (source, target, cache/log) via RBAC.
- Cache storage account requirements and constraints:
- Cache storage accounts must be in the same region as the VM being protected and in the same subscription as the source VMs.
- General-purpose v2 (GPv2) and Premium storage are supported for cache.
- Azure Storage firewalls with virtual networks are supported, but if a user-assigned managed identity (UAMI) is used on the vault, virtual network access to storage accounts used for Site Recovery must not be restricted; access from all networks must be allowed.
- Managed identity is supported for cache storage accounts, with guidance to “Turn off key based access on cache account” referenced, but the detailed steps and exact impact on VMware scenarios are not included in the provided context.
- Private endpoints for cache storage are optional but supported:
- For both Azure-to-Azure and hybrid scenarios, a private endpoint can be created for the cache/log storage account.
- Private endpoints for storage can only be created on GPv2 accounts.
- If private endpoints are not enabled, replication still works but traffic goes over public endpoints.
- For the modernized replication appliance, the support matrix and prerequisites emphasize:
- Use of private links for
*.blob.core.windows.netand*.siterecovery.windowsazure.comis supported and documented. - The appliance uses Azure Storage (
*.blob.core.windows.net) to upload data that becomes target disks, and private endpoints can be configured for this.
- Use of private links for
Within this context, the following can be stated and nothing further:
- The Recovery Services vault uses a managed identity to access storage accounts (including cache/log) when Private Link is used for the vault. This is done via RBAC on the storage accounts.
- The context does not specify whether the on-premises replication appliance/process server itself authenticates directly to the cache storage account using Entra ID/managed identity, or whether it uses storage account keys/SAS internally.
- The context references guidance to “Turn off key based access on cache account” under the “Managed identity” row for cache storage, but the detailed behavior and any VMware-specific limitations are not provided here. Therefore, the context does not explicitly state whether “Allow storage account key access” must remain enabled or whether disabling shared-key authorization is unsupported for VMware-to-Azure ASR with Private Endpoints.
- The context does not contain a document that explicitly walks through the end-to-end authentication flow between Mobility Service → replication appliance/process server → cache storage account for a Private Link–enabled hybrid VMware deployment.
Based only on the provided material, the precise answers to:
- whether the appliance uses Entra ID vs. SAS/shared key,
- whether key-based access must remain enabled, and
- whether disabling shared-key authorization is unsupported for VMware-to-Azure ASR with Private Endpoints,
are not documented.
References:
- Replicate on-premises machines by using private endpoints
- Replicate machines with private endpoints
- Support matrix for Azure VM disaster recovery between Azure regions
- Deploy Azure Site Recovery replication appliance - Modernized
- Azure ExpressRoute with Azure Site Recovery
- Support matrix for deploying the replication appliance with Azure Site Recovery - modernized