VS30063: You are not authorized to access https://dev.azure.com? Error while trying to register Private agent Pool in Azure DevOps Project using PAT token

Shachindra N Yadav 6 Reputation points
2021-02-14T17:16:41.023+00:00

VS30063: You are not authorized to access https://dev.azure.com? Error while trying to register Private agent Pool in Azure DevOps Project using PAT token.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,268 questions
{count} vote

6 answers

Sort by: Most helpful
  1. rqmang 0 Reputation points
    2024-04-03T18:17:09.6533333+00:00

    i had the same issue and the workaround i tried was;

    • in Azure DEvOps >> Space Game - web - Agent >> Project settings
    • under Pipelines >> Agent pools
    • select MyAgentPool
    • select the Agents tab
    • click on the New agent button
    • select the Linux tab
    • under x64, Create the agent
    • check the version of the tar.gz file (ie. vsts-agent-linux-x64-<version>.tar.gz)
    • in bash, set the value of the export AZP_AGENT_VERSION=<version>
    • rerun sudo -E ./build-agent.sh

    hope this helps.

    0 comments No comments