appSettings

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

Parameters

value

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

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.


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

Parameters

values

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

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.