The tenantConfigurations resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Portal/tenantConfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.Portal/tenantConfigurations",
"apiVersion": "2020-09-01-preview",
"name": "default",
"properties": {
"enforcePrivateMarkdownStorage": "bool"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Portal/tenantConfigurations' |
apiVersion | The resource api version | '2020-09-01-preview' |
name | The resource name | 'default' |
properties | Tenant configuration properties. | 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 |