@LAWLOR, KEVIN M Thanks for reaching here! If I have understand right you are trying to deploy Azure App using Visual Studio and encountering proxy related errors.
This error generally occurs when users connect to the internet through a proxy server. The proxy server then blocks the calls that Visual Studio makes to some network resources.
To resolve this issue, try these steps:
Restart Visual Studio. A proxy authentication dialog should appear. Enter your credentials when prompted in the dialog.
If restarting Visual Studio doesn't solve the problem, it might be because your proxy server doesn't prompt for credentials for http://go.microsoft.com
addresses, but it does so for *.visualStudio.microsoft.com
addresses. For these servers, add the following URLs to an allowlist to unblock all sign-in scenarios in Visual Studio:
-
*.windows.net
-
*.microsoftonline.com
-
*.visualstudio.microsoft.com
-
*.microsoft.com
-
*.live.com
We recommend that you remove thehttp://go.microsoft.com
address from the allowlist. Removing the address allows the proxy authentication dialog to show up for both thehttp://go.microsoft.com
address and the server endpoints when Visual Studio restarts.
-
Or if you want to use your default credentials with your proxy, follow the steps mentioned here-
Please let us know if further query or issue remains.