app Settings
A key-value pair of App Settings.
Note: When integrating a
CI/CD pipelineand expecting to run from a deployed package inAzureyou must seed yourapp settingsas part of the application code for function app to be successfully deployed.Important Default key pairs: ("WEBSITE_RUN_FROM_PACKAGE" = "","FUNCTIONS_WORKER_RUNTIME" = "node"(or python, etc),"WEBSITE_NODE_DEFAULT_VERSION" = "10.14.1","APPINSIGHTS_INSTRUMENTATIONKEY" = ""). NOTE: The values forAzureWebJobsStorageandFUNCTIONS_EXTENSION_VERSIONwill be filled by other input arguments and shouldn't be configured separately.AzureWebJobsStorageis filled based onstorage_account_nameandstorage_account_access_key.FUNCTIONS_EXTENSION_VERSIONis filled based onversion. Note: When using an App Service Plan in theFreeorSharedTiersuse_32_bit_worker_processmust be set totrue.