I created Azure Managed Application. I used managed images in mainTemplate.json
to create new VMs, like in example:
{
\"type\": \"Microsoft.Comp
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.
This is not allowed in the Marketplace (will fail certification). Any vm images used in a marketplace offer (managed app or solution template) must be published to the Azure Marketplace as a VM offer. It can be hidden (so users don't deploy the image directly) but still needs to be in the marketplace.
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).