-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for cross-region copy of incremental snapshots #19773
Comments
@zhoxing-ms for awareness |
@jamesc So CLI needs to add a new parameter to support Copy Start, right? Could you provide the design which includes specific commands and parameters that need to be modified? |
May I know what's the difference between
@jamesc @grizzlytheodore @rytruong Can you help answer? |
Not necessarily. Copy can only be used within the same region. CopyStart can be used when source and target regions are different as well as when they are the same. There are important scenarios (copying across zones, copying from main region to edge location and other way around) where it is necessary to use CopyStart within the same region so CLI should allow it. |
@evelyn-ys you are correct, CLI should smartly use Copy and CopyStart. Here are the different scenarios:
|
Thanks @vikramd-ms @ramankumarlive. So we will autodetect I found that |
CopyStart only applies to snapshots. |
This is a great facility! Few of question about CopyStart:
|
Hi @arorasam, if you are asking CLI's release date, then it will be 11/02. I believe it's GAed from service side. |
#1: We expect to announce the GA of the feature by the end of this month or early March. |
@arorasam the feature in GA now worldwide. |
Resource Provider
Microsoft.Compute
Description of Feature or Work Requested
Support CopyStart of incremental snapshots of managed disks via CLI. The REST API changes introduces a new option called CopyStart for the creationOption for creating snapshots of managed disks.
Minimum API Version Required
Swagger Link
Example: https://github.com/rytruong/azure-rest-api-specs/blob/1f561a67f29460998e4ff8020e0691779ff50756/specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/examples/CreateASnapshotFromAnExistingSnapshotInDifferentRegion.json
Target Date
Ignite
The text was updated successfully, but these errors were encountered: