storage Account Access Key
Parameters
value
The access key which will be used to access the backend storage account for the Function App.
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: When using an App Service Plan in theFree
orShared
Tiersuse_32_bit_worker_process
must be set totrue
.