appSettings

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

Parameters

value

A map of key-value pairs for App Settings and custom values.

Note: There are a number of application settings that will be managed for you by this resource type and shouldn't be configured separately as part of the app_settings you specify. AzureWebJobsStorage is filled based on storage_account_name and storage_account_access_key. WEBSITE_CONTENTSHARE is detailed below. FUNCTIONS_EXTENSION_VERSION is filled based on version. APP_KIND is set to workflowApp and AzureFunctionsJobHost__extensionBundle__id and AzureFunctionsJobHost__extensionBundle__version are set as detailed below.


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

Parameters

values

A map of key-value pairs for App Settings and custom values.

Note: There are a number of application settings that will be managed for you by this resource type and shouldn't be configured separately as part of the app_settings you specify. AzureWebJobsStorage is filled based on storage_account_name and storage_account_access_key. WEBSITE_CONTENTSHARE is detailed below. FUNCTIONS_EXTENSION_VERSION is filled based on version. APP_KIND is set to workflowApp and AzureFunctionsJobHost__extensionBundle__id and AzureFunctionsJobHost__extensionBundle__version are set as detailed below.