Account Static Website
data class AccountStaticWebsite(val error404Document: String? = null, val indexDocument: String? = null)
Properties
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 subfolder. For example, index.html. The value is case-sensitive.