Azure 域控制器关闭解除分配
Azure domain controllers shutdown deallocation
如果我要在 azure 中关闭并取消分配域控制器从而生成新的 vmgenerationid,我需要采取什么步骤来恢复它?
what steps do I need to take to recover it?
是的,解除分配的 VM 具有不产生费用的优点,但它也会重置 VM-GenerationID,这对于 DC 来说是不可取的。
正如我们所知,vm-generationid 用于在虚拟机中启用特定应用程序 运行 以检测虚拟机是否发生了影响其 "place in time" 的事情。我们无法将 vm-generationid 恢复到旧版本。
获取vm-generationid可以参考这个article.
Note:
You should shut down and restart a VM that runs the domain controller
role in Azure within the guest operating system instead of using the
Shut Down option in the Azure Management Portal.
有关 Azure VM 的 Active Directory 域控制器的更多信息,请参阅此 link。
顺便说一句,关于使用Azure Portal 或powershell 关闭VM 后更改vm-generationid 的反馈,请参考此feedback。
我 赞成 那个反馈,你在那里分享的所有反馈都将由 Microsoft 工程团队监控和审查。
如果我要在 azure 中关闭并取消分配域控制器从而生成新的 vmgenerationid,我需要采取什么步骤来恢复它?
what steps do I need to take to recover it?
是的,解除分配的 VM 具有不产生费用的优点,但它也会重置 VM-GenerationID,这对于 DC 来说是不可取的。
正如我们所知,vm-generationid 用于在虚拟机中启用特定应用程序 运行 以检测虚拟机是否发生了影响其 "place in time" 的事情。我们无法将 vm-generationid 恢复到旧版本。
获取vm-generationid可以参考这个article.
Note:
You should shut down and restart a VM that runs the domain controller role in Azure within the guest operating system instead of using the Shut Down option in the Azure Management Portal.
有关 Azure VM 的 Active Directory 域控制器的更多信息,请参阅此 link。
顺便说一句,关于使用Azure Portal 或powershell 关闭VM 后更改vm-generationid 的反馈,请参考此feedback。
我 赞成 那个反馈,你在那里分享的所有反馈都将由 Microsoft 工程团队监控和审查。