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
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:
Describe alternatives you've considered
N/A
Additional context