Share via

Does creating a Personal Access Token in Azure DevOps cost anything in the Free Tier?

Dev Cyberscope 20 Reputation points
2026-05-15T11:16:04.9533333+00:00

I want to create a Personal Access Token to upload my VS Code extension to the Marketplace. Will this incur any billing charges in the Azure DevOps Free Tier, or is it completely free? Please share your advice.

https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author

Pravallika KV 16,365 Reputation points Microsoft External Staff Moderator
2026-05-15T12:39:25.4333333+00:00

Hi @Dev Cyberscope ,

Thanks for reaching out to Microsoft Q&A.

Creating and using a Personal Access Token (PAT) in Azure DevOps Free Tier won’t cost you anything. PATs are purely an authentication mechanism and aren’t a billed resource. You just need an Azure DevOps organization (the Free Tier gives you one by default) and you can generate as many PATs as you like without incurring charges.

What to watch out for

  • If you start running Azure Pipelines with Microsoft-hosted agents beyond the free minutes, you’d pay for those extra build minutes but that’s unrelated to simply generating a PAT.
  • Publishing a VS Code extension via vsce publish uses the PAT to authenticate against the Marketplace; it doesn’t spin up billable compute in Azure DevOps.

References:

Hope this helps!


If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

Was this answer helpful?

2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Marcin Policht 90,975 Reputation points MVP Volunteer Moderator
    2026-05-15T11:17:39.7266667+00:00

    Creating a Personal Access Token (PAT) in Azure DevOps is free and does not by itself incur any charges. A PAT is simply a way to authenticate and authorize actions like pushing a VS Code extension to the Marketplace or interacting with Azure DevOps REST APIs.

    In the context of the Azure DevOps Free Tier, you get a limited amount of free resources, primarily tied to build pipelines, users, and storage. Generating a PAT and using it to publish an extension does not consume those paid resources, so it remains within the free tier as long as you don’t exceed other usage limits like hosted build minutes or additional users beyond the free allowance.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.