Currently, I’m deploying app service (web app) environment variables from a library in Azure DevOps using ARM templates. Now, I want to deploy Key Vaults as library variables and pass them through ARM templates. Please guide me with template code suggestions. In my YAML file, I used `csmParametersFile` and `overrideParameters` to deploy these settings in my web app.
@lajosarpad Currently, I’m deploying app setting variables using pipeline library values directly from Azure DevOps. In my template code, I mentioned these variables against each app setting variable. In my YAML file, I used two functions: csmParametersFile
and overrideParameters
.
Ahsan Ullah Khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.