Closed roy-uijting closed 2 years ago
Hello. There are three ways to customize deployments via variables.
dotnet-apim -c "c:/apim/definition.yml" -f "c:/apim/replace.yml"
dotnet-apim -c "c:/apim/definition.yml" -s "apimInstanceName=value1;apimFolder=value2;uploadLocation=value3"
Sorry for the super late reply. Let me know if you need more help on this.
Hi,
Is it possible to use ARM parameters in the config file? For our backend we make use of Azure Functions with function keys. Function keys are secret and are not allowed to be stored in our repository (e.g. config files). That's why we prefer to use parameters in our ARM deployment. Is this already existing functionality? If so, can you please explain how that works? If not, is there an alternative way to change parameters / variables in config files over different environments?
Thanks in advance.