Azure Storage Account · JSON Structure

Azure Storage Account Custom Domain Structure

The custom domain assigned to this storage account. This can be set via Update.

Type: object Properties: 2 Required: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

CustomDomain is a JSON Structure definition published by Azure Storage Account, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name useSubDomainName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-custom-domain-structure.json",
  "description": "The custom domain assigned to this storage account. This can be set via Update.",
  "properties": {
    "name": {
      "description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.",
      "type": "string"
    },
    "useSubDomainName": {
      "description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.",
      "type": "boolean"
    }
  },
  "type": "object",
  "required": [
    "name"
  ],
  "name": "CustomDomain"
}