-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Azure VM Cross-Region Restore from Recovery Services Vault(RA-GRS) Snapshot #46335
Copy link
Copy link
Open
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
Primary Region -- Resource Group and a VM that is BackedUp in Vault Recovery Services configured with RA-GRS, Creating a VM in Secondary Region using the Backup fails with the SDK.
To Reproduce
Steps to reproduce the behavior:
RecoveryServicesBackupClientExpected behavior
A VM in Secondary Region(target_region and target_rg) needs to be provisioned using the backup identified by RecoveryPoint.
Screenshots
Additional context
Additionally Tried Fetching the RecoveryPoint from Secondary Region using the filter:
filter_string = "use_secondary_region eq 'True'"Same issue.
Also tried using REST endpoint for RecoveryPoints with the above filter and multiple compatible api-versions same error