app Settings
Parameters
A key-value pair of App Settings.
Note: When integrating a
CI/CD pipeline
and expecting to run from a deployed package inAzure
you must seed yourapp settings
as 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 forAzureWebJobsStorage
andFUNCTIONS_EXTENSION_VERSION
will be filled by other input arguments and shouldn't be configured separately.AzureWebJobsStorage
is filled based onstorage_account_name
andstorage_account_access_key
.FUNCTIONS_EXTENSION_VERSION
is filled based onversion
. Note: When using an App Service Plan in theFree
orShared
Tiersuse_32_bit_worker_process
must be set totrue
.
Parameters
A key-value pair of App Settings.
Note: When integrating a
CI/CD pipeline
and expecting to run from a deployed package inAzure
you must seed yourapp settings
as 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 forAzureWebJobsStorage
andFUNCTIONS_EXTENSION_VERSION
will be filled by other input arguments and shouldn't be configured separately.AzureWebJobsStorage
is filled based onstorage_account_name
andstorage_account_access_key
.FUNCTIONS_EXTENSION_VERSION
is filled based onversion
. Note: When using an App Service Plan in theFree
orShared
Tiersuse_32_bit_worker_process
must be set totrue
.