ARM Templates for Azure Functions with many appSettings for different environments and slots
- 阅读更多 关于 ARM Templates for Azure Functions with many appSettings for different environments and slots
问题 I've got two Azure Function apps that use deployment slots, stage and production. These two Azure Function apps have about 50~ key:value pairs in Application Settings to define various API keys, application behavior, connection strings, etc. I want to deploy these two Azure Function apps to five different environments (CI, DEV, QA, STG, PROD). I believe that deploying these resources to Azure using ARM templates is the better choice over Azure CLI. I will create tasks in my Azure DevOps