Unable to change Windows Azure Pipeline agent proxy password

Jon Beets 21 Reputation points
2022-12-08T07:14:26.07+00:00

I have had to configure an Azure Pipelines Agent using the --proxyurl, --proxyusername and --proxypassword parameters during agent configuration (as per https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/proxy?view=azure-devops&tabs=windows), on a computer within my customers' network. This agent has been working perfectly for several releases.

I recently had to change the password for my customer account which is used by the Azure Pipelines Agent for proxy access. The agent now informs me the network proxy requires authentication when I run run.cmd. If I run config remove, I get the same message.

I have tried setting the environment variables VSTS_HTTP_PROXY_USERNAME and VSTS_HTTP_PROXY_PASSWORD but the same message is shown.

How do I update the password, which would seem to be a simple thing to do, and surely thought of in the design of these agents!

If there is no simple way, how do I force delete the agent? Delete it in Azure, delete c:\agent, and ?

TIA

Jon

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,336 Reputation points Microsoft External Staff
    2022-12-08T09:32:59.12+00:00

    Hello @Jon Beets ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    Azure DevOps/Azure Pipeline is currently not supported in the Microsoft Q&A forums, the supported products are listed over here: https://learn.microsoft.com/en-us/answers/products/.

    For the related questions about Azure DevOps/Azure Pipeline, you can post here: Developer Community - Azure DevOps.

    Thanks for your understanding, have a nice day.

    Sincerely,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jon Beets 21 Reputation points
    2022-12-08T11:14:46.333+00:00

    Thanks Tianyu.

    In case anyone comes across this question, I used the forced delete path, and have got the Agent back up and running.

    Jon

    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.