storage Accounts
Parameters
value
One or more storage_account
blocks as defined below.
Note: Using this value requires
WEBSITE_RUN_FROM_PACKAGE=1
to be set on the App inapp_settings
. Refer to the Azure docs for further details.
Parameters
values
One or more storage_account
blocks as defined below.
Note: Using this value requires
WEBSITE_RUN_FROM_PACKAGE=1
to be set on the App inapp_settings
. Refer to the Azure docs for further details.
suspend fun storageAccounts(argument: List<suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit>)
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)
Parameters
argument
One or more storage_account
blocks as defined below.
Note: Using this value requires
WEBSITE_RUN_FROM_PACKAGE=1
to be set on the App inapp_settings
. Refer to the Azure docs for further details.