microsoftfeedback / aci-issues

Issue reporting and tracking for the Azure Container Instances service
Creative Commons Attribution 4.0 International
7 stars 0 forks source link

Windows container network connectivity / dns issues? #15

Open johlrich opened 6 years ago

johlrich commented 6 years ago

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.