I recently have not been able to deploy my azure application thru visual studio, error Proxy Authorization Required 407

LAWLOR, KEVIN M 0 Reputation points
2024-02-07T02:26:54.6966667+00:00

I recently have not been able to deploy my azure application thru visual studio, error Proxy Authorization Required 407. Any help appreciated

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2024-02-07T07:19:13.2966667+00:00

    @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 the http://go.microsoft.com address from the allowlist. Removing the address allows the proxy authentication dialog to show up for both the http://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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.