Microsoft.Portal tenantConfigurations
The tenantConfigurations resource type can be deployed to: Tenants.
To learn about tenant deployments, see Bicep or ARM template
Template format
To create a Microsoft.Portal/tenantConfigurations resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.Portal/tenantConfigurations@2020-09-01-preview' = {
name: 'default'
properties: {
enforcePrivateMarkdownStorage: bool
}
}
Property values
tenantConfigurations
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.Portal/tenantConfigurations' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2020-09-01-preview' |
| name | The resource name | 'default' |
| properties | Tenant configuration properties. | ConfigurationProperties |
ConfigurationProperties
| Name | Description | Value |
|---|---|---|
| enforcePrivateMarkdownStorage | When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited. | bool |