Manages Portal Tenant Configuration.
resource "azurerm_portal_tenant_configuration" "example" {
private_markdown_storage_enforced = true
}
The following arguments are supported:
private_markdown_storage_enforced
- (Required) Is the private tile markdown storage which used to display custom dynamic and static content enabled?In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Portal Tenant Configuration.The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 30 minutes) Used when creating the Portal Tenant Configuration.read
- (Defaults to 5 minutes) Used when retrieving the Portal Tenant Configuration.update
- (Defaults to 30 minutes) Used when updating the Portal Tenant Configuration.delete
- (Defaults to 30 minutes) Used when deleting the Portal Tenant Configuration.Portal Tenant Configurations can be imported using the resource id
, e.g.
terraform import azurerm_portal_tenant_configuration.example /providers/Microsoft.Portal/tenantConfigurations/default