gpt4 book ai didi

azure 。如何使用 ARM 模板从托管镜像部署 VM

转载 作者:行者123 更新时间:2023-12-01 13:30:53 24 4
gpt4 key购买 nike

我有一个虚拟机的托管镜像,如所述 here. 我需要使用托管磁盘作为操作系统磁盘从该镜像部署一些虚拟机。我如何使用 ARM 模板来做到这一点?

最佳答案

只需采用常规 VM ARM 模板并将 storageProfile 替换为:

"storageProfile": {
"imageReference": {
"id": "[resourceId('Microsoft.Compute/images', 'imageName')]"
},
"osDisk": {
"createOption": "FromImage"
}
},

关于 azure 。如何使用 ARM 模板从托管镜像部署 VM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46004747/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com