I have a windows container as Azure Web App, it has a connection to a WCF Service outside the container, when i test the functionality of the container locally it works, but not in Azure.
I have a log file in my application inside the container. It says that: The remote name could not be resolved: 'XXXXXX.azurewebsites.net' <- This is the WCF Service
I have tried:
- Set DNS 8.8.8.8 with application settings on azure [Nothing change]
- Ping google.com [Fails]
Any ideas?
Thanks for the help!