Azure Marketplace: Is it possible to use images in Managed Application offer?

前端 未结 3 1253
你的背包
你的背包 2021-01-25 00:49

I created Azure Managed Application. I used managed images in mainTemplate.json to create new VMs, like in example:

{
    \"type\": \"Microsoft.Comp         


        
3条回答
  •  南笙
    南笙 (楼主)
    2021-01-25 01:36

    this can only work with some quirks. basically you need to do something akin to this. So use some sort of third party mechanism to create an image in the customer subscription. you cannot use images across subscriptions (at least at the time of writing).

提交回复
热议问题