Storage Account Static Website
Enables the static website feature of a storage account.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:storage:StorageAccountStaticWebsite myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/staticWebsite
Content copied to clipboard
Properties
Link copied to clipboard
The name of the container to upload blobs to.
Link copied to clipboard
The absolute path to a custom webpage that should be used when a request is made which does not correspond to an existing file.
Link copied to clipboard
The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. For example, 'index.html'. The value is case-sensitive.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard