Dec 11 2023
01:53 PM
- last edited on
Mar 05 2024
05:03 PM
by
TechCommunityAP
Dec 11 2023
01:53 PM
- last edited on
Mar 05 2024
05:03 PM
by
TechCommunityAP
Hi,
I have been using Azure Self-Hosted Agent to deploy my applications.
But recently I get into a trouble, I am able to install the agent even on the status in DevOps I can see is available.
But when I run a release it fails on Download Build Artifacts task.
I'm guessing that since I have a proxy script and a firewall on my company I am not able to download the artifacts.
The question is, What do i have to unlock in my firewall or my proxy?
Thanks!
Dec 11 2023 04:48 PM
I thought you need to explain further, what kind of firewall rule and Proxy are using and how's on current setting?
Dec 12 2023 07:17 AM
Fixing network issues in your DevOps setup can be tricky, but here is what I have found online in order to possible solve them effectively:
1. Ensure that your proxy settings are correctly configured in Azure DevOps. Go to Project Settings -> Agent Pools -> Select your agent pool -> Agents -> Your agent -> Capabilities. Check if the HTTP_PROXY and HTTPS_PROXY variables are set correctly.
2. Identify the ports and URLs that need to be accessible through your company's firewall for Azure DevOps. Usually, Azure DevOps uses HTTPS (port 443) for communication. Make sure that traffic to Azure DevOps services is allowed.
3. Check the logs and error messages. Common default locations include (directory of the self-hosted agent):
Please share the logs, so that we can investigate the issue further.
Dec 12 2023 01:18 PM
Dec 12 2023 01:48 PM