0

我们将一些 Windows 和 Linux VM 从 Hyper-V 复制到 Azure作为恢复准备的一部分,我们需要通过cmdlet
更改 VM 参数,例如大小、nsg、要恢复到的资源组(不同于 ASR vault RG)Set-AzRecoveryServicesAsrReplicationProtectedItem

对于 Windows 它运行良好,但对于 Linux,我们得到了Failed to update the LicenseType for the physical or virtual machine.
我们不需要更改与许可证相关的任何内容,只需将 RG 恢复到

为什么会发生这个问题,我们如何解决它?

4

1 回答 1

0

解决方案是将参数指定-LicenseTypeNoLicenseType

于 2021-07-27T15:46:06.997 回答