Account Static Website Args
data class AccountStaticWebsiteArgs(val error404Document: Output<String>? = null, val indexDocument: Output<String>? = null) : ConvertibleToJava<AccountStaticWebsiteArgs>
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.