Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我使用 DevTest Labs 创建的开发 Windows VM 上开发和测试 MSI。
直接在身份(预览)上进入虚拟机我可以更改设置,但Save一直被禁用。
Save
我设法通过 Azure CLI 实现了这一点:
az vm list
az vm identity assign --name {vm-name} -g {vms resource groupname}
检查门户,VM / Identity 选项卡,Identity 具有 Status=On
On