Hi
I would recommend using Azure Devops for build and release. Through the release pipeline you can set those variables and use the transform action which would adjust the variables depending on which stage environment you are targeting.
Mox
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, we have azure function with same code deployed into multiple environments or multiple instances. we set the variables locally in local.settings.json and later edit them from the azure portal in the configuration tab. Now, I want to set these variables from the code just like how we do it for a web api or a web app using appsettings.development.json, appsettings.staging.json etc. Is this possible with azure functions?
Hi
I would recommend using Azure Devops for build and release. Through the release pipeline you can set those variables and use the transform action which would adjust the variables depending on which stage environment you are targeting.
Mox