storageAccountAccessKey

@JvmName(name = "fvtmvktovoyfbsus")
suspend fun storageAccountAccessKey(value: Output<String>)
@JvmName(name = "dghbfdbhwugledhm")
suspend fun storageAccountAccessKey(value: String?)

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 in Azure you must seed your app 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 the Free or Shared Tiers use_32_bit_worker_process must be set to true.