I'm trying to deploy a quickstart image to my azure container environment and am receiving the following error;
The following field(s) are either invalid or missing. Field
'template.containers.simple-hello-world-container-image' is invalid with
details: 'Invalid Value: "mcr.microsoft.com/k8se/quickstart:latest": Get
"https://mcr.microsoft.com/v2/:EOF';
My environment has a workflow profile, is linked to a custom vnet (with custom DNS) and is internal facing.
If I create this without a custom vnet, I don't have any problems.
It seems like I'm getting blocked outbound. Do I need any additional config for the custom vnet or custom dns?