VS30063: You are not authorized to access | Azure DevOps
VS30063: You are not authorized to access https://dev.azure.com
Solution : This issue might occur when you are trying to access Azure DevOps using PAT Token in different ways like installing an agent or through REST API calls from different interfaces.
The issue occurs due to either of these
- Invalid PAT Token
- PAT Token doesn’t have proper permissions
- User doesn’t have enough these permissions
Mostly this issue occurs during installation of build agents when we are trying to copy/paste the PAT Token. Make sure you copy/paste it exactly and also try to see whether the PAT token has required permissions.