-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Related command
=> az Snapshot Create
Is your feature request related to a problem? Please describe.
=> No
Describe the solution you'd like
=> Customers can set a property called “InstantAccessDurationMins” to create instant access snapshot from Pv2 and Ultra disks that customers can use instantaneously for creating new disks with fast restore performance. If duration is not specified, the value will be default to 300 mins.
Some mock up:
- Default: az snapshot create -g MyResourceGroup -n MySnapshot2 --source MyDisk --EnableInstantAccess
- Specified Duration: az snapshot create -g MyResourceGroup -n MySnapshot2 --source MyDisk --EnableInstantAccess 180
Describe alternatives you've considered
N/A
Additional context
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request