How to create vm using custom image from different storage account, on Azure

前端 未结 5 1664
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 11:39

I\'m currently using this template to create a vm by custom image. For the OS Disk part:

\"storageProfile\": {
  \"osDisk\": {
    \"name\": \"[concat(variab         


        
5条回答
  •  一个人的身影
    2021-01-14 12:13

    For me it has just worked like this:

    Prerequisite - The Storage Account with the User Image VHD should BE THE SAME, in the SAME GROUP.

    Then, it worked.

提交回复
热议问题