Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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 publishuses 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 and click on Yes for was this answer helpful. And, if you have any further query do let us know.