If I deploy a windows container trying to do something simple like ping a website the dns does not get resolved and there does not appear to be outgoing network connectivity.
Here's what I tried from the CLI
az container create --resource-group sub-9f01437e-735f-4b53-a52b-dfbe24f4e3e0-jobs --name ping-win --image microsoft/dotnet:latest --location eastus --os-type Windows --restart-policy Never --command-line "ping google.com"
This fails with container logs showing Ping request could not find host google.com. Please check the name and try again.
If I deploy a windows container trying to do something simple like ping a website the dns does not get resolved and there does not appear to be outgoing network connectivity.
Here's what I tried from the CLI
az container create --resource-group sub-9f01437e-735f-4b53-a52b-dfbe24f4e3e0-jobs --name ping-win --image microsoft/dotnet:latest --location eastus --os-type Windows --restart-policy Never --command-line "ping google.com"
This fails with container logs showing
Ping request could not find host google.com. Please check the name and try again.