I'm starting to work with Azure and tried these steps:
- I added a secret to an Azure Vault.
- I linked a service principal to my Azure DevOps pipelines.
- I created a variable group linked to my vault.
- I created a variable group with some variables.
- I created a azure-pipelines.yaml with a variables: group: group1 group: group2 part
- I have
- task: AzureResourceManagerTemplateDeployment@3
with a template with parameters. How do I satisfy the paramters from the variable groups?