Set Azure Container Instance variable using release pipeline YAML and AzDevOps variable group
I want to set Azure Container Instance variable for a .net 8 application using release pipeline YAML and AzDevOps group variable. I want to link the respective AzDevops variable group for DEV, QA, PROD to the respective AzDevops Release pipeline stages as the same variables may have different values for DEV, QA, PROD. The idea is for Container app runtime override the values of appsettings.json from environmentVariables if defined.
Set Azure Container Instance variable using release pipeline YAML and AzDevOps variable group
I want to set Azure Container Instance variable for a .net 8 application using release pipeline YAML and AzDevOps group variable. I want to link the respective AzDevops variable group for DEV, QA, PROD to the respective AzDevops Release pipeline stages as the same variables may have different values for DEV, QA, PROD. The idea is for Container app runtime override the values of appsettings.json from environmentVariables if defined.