appSettings

@JvmName(name = "vxtblaxeyecbepao")
suspend fun appSettings(value: Output<Map<String, String>>)
@JvmName(name = "bkpohcohicknldme")
suspend fun appSettings(value: Map<String, String>?)

Parameters

value

A key-value pair of App Settings.

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: The values for AzureWebJobsStorage and FUNCTIONS_EXTENSION_VERSION will be filled by other input arguments and shouldn't be configured separately. AzureWebJobsStorage is filled based on storage_account_name and storage_account_access_key. FUNCTIONS_EXTENSION_VERSION is filled based on version. Note: When using an App Service Plan in the Free or Shared Tiers use_32_bit_worker_process must be set to true.


@JvmName(name = "tywuouogschaetug")
fun appSettings(vararg values: Pair<String, String>)

Parameters

values

A key-value pair of App Settings.

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: The values for AzureWebJobsStorage and FUNCTIONS_EXTENSION_VERSION will be filled by other input arguments and shouldn't be configured separately. AzureWebJobsStorage is filled based on storage_account_name and storage_account_access_key. FUNCTIONS_EXTENSION_VERSION is filled based on version. Note: When using an App Service Plan in the Free or Shared Tiers use_32_bit_worker_process must be set to true.