Tag: variable group

  • How to fix Azure DevOps library group permission errors

    Are you trying to edit a variable group in an Azure DevOps Library, and getting the error “you do not have permission to create a variable group within library“? Continue on to find out how to rectify this issue. The problem Variable groups within Azure DevOps can have different permissions to your project settings. This…

  • Using key vault values from variable groups in Azure DevOps pipeline tasks

    Earlier this week we had a post about how you can easily access secrets stored within Azure Key Vault in an Azure DevOps pipeline task, using the Key Vault Task. One other way you can achieve this same functionality is by using a variable group, and in this post we’re going to show you how.…

  • How to use variable groups in Azure DevOps

    In a previous post looking at how to use Azure Key Vault to store secrets for a DevOps pipeline, we touched on variable groups and how they can be used. In this post, we’re going to dive a bit deeper into what a variable group is, how you can create one and how you can…