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 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: When using an App Service Plan in theFreeorSharedTiersuse_32_bit_worker_processmust be set totrue.