Removed cross region copy operation

This commit is contained in:
dikethir 2022-05-31 18:47:20 +05:30 коммит произвёл GitHub
Родитель 1bd0018f33
Коммит 57ed5dfa67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,6 @@ In preview you can perform the following operation on crash consistent restore p
* Create crash consistent VM restore points to protect Azure VMs at 1 hour frequency
* Exclude disks that you do not want to protect as part of crash consistent VM restore points to optimize costs
* Restore all disks from a crash consistent VM restore point
* Copy crash consistent VM restore points from one region to another for remote backup and DR scenarios
All the above operations use the same API interface as app consistent VM restore points. The only change needed is, when creating a crash consistent VM restore point, you need to specify the "consistencyMode" property as "CrashConsistent" in the request as shown below: