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

前端 未结 3 1245
你的背包
你的背包 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:24

    It seems something is wrong with access level to the blob container. Check it please, it should be public, not private. So you should not store any secrets in your image.

提交回复
热议问题