Web App Azure Storage Accounts Args
data class WebAppAzureStorageAccountsArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val properties: Output<Map<String, AzureStorageInfoValueArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppAzureStorageAccountsArgs>
AzureStorageInfo dictionary resource. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppAzureStorageAccounts myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts
Content copied to clipboard