-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure App Service Deploy fails behind proxy #10815
Comments
@vincentdass , I have attached the worker logs, I assume that is the debug log you are referring to? The only route out through to the internet from our corporate network is through the proxy server, so there is no way to bypass it by using the .proxybypass file. |
@TWJH , Please add a variable |
@vincentdass , Please see attached logs. |
@TWJH , Can you check if you are able to ping the Application URL, SCM URL and |
@vincentdass Yes I can ping all of the above listed endpoints from the agent machine. |
@vincentdass Are there any further updates to this issue please? |
@vincentdass can you please have a look into it ? |
As azure-pipeline-tasks uses typed-rest-client, this might give more details: microsoft/typed-rest-client#163 |
@vincentdass I have updated to DevOps server 2019 to "17.153.29207.5 (AzureDevOps2019.Update1) " and the problem still persists. Is there any update to this bug being resolved please?
|
@SumiranAgg , please look into this. |
@vincent1173 @SumiranAgg @RoshanKumarMicrosoft Hi, could you tell me if this bug being investigated at all please? |
@TWJH Are you still facing this issue? |
@eaarora-ms Yes I am. |
I have updated my DevOps server installation to 2019 1.1 (17.153.29522.3 (AzureDevOps2019.Update1.1)), updated the agents and the issue persists. |
@TWJH Apologies for delay. Are you still seeing the issue? |
@SumiranAgg Hi, I have just tried again and get the following error:
We have no other tasks running against azure. Only releasing to app services. |
Hello. Is there any progress with fixing this issue please? |
After further investigation we had to remove the agent, then reinstall after adding the VSTS_HTTP_PROXY environment variable hack with the proxy details. The connectivity is then established successfully. Please close this problem. Thank you for your help. |
Required Information
Entering this information will route you directly to the right team and expedite traction.
Question, Bug, or Feature?
Type: Bug
Enter Task Name: AzureRmWebAppDeployment
Environment
Server - Azure DevOps Server 2019
Agent - Private:
If using private agent, provide the OS of the machine running the agent and the agent version:
Windows Server 2016 (version 1607)
Agent Version: 2.144.2
Issue Description
Task: Azure App Service Deploy.
Version: 3.4.16.
When attempting to deploy to Azure app service from behind our corporate proxy, the task fails with the following error:
The private agents I have running have all be configured following this guide https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/proxy?view=azure-devops&tabs=windows and are able to communicate through our proxy and download packages from nuget without issue as part of our build pipelines. It appears that the Azure App Service Deploy task is using node to communicate with Azure but node doesn't appear to have any knowledge of the proxy config that has been applied to the agent.
Task logs
[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]
Troubleshooting
Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting
Error logs
Release.zip
The text was updated successfully, but these errors were encountered: