Microsoft.Cdn profiles/keyGroups

ARM template resource definition

The profiles/keyGroups resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Cdn/profiles/keyGroups resource, add the following JSON to your template.

{
  "type": "Microsoft.Cdn/profiles/keyGroups",
  "apiVersion": "2023-07-01-preview",
  "name": "string",
  "properties": {
    "keyReferences": [
      {
        "id": "string"
      }
    ]
  }
}

Property values

profiles/keyGroups

Name Description Value
type The resource type 'Microsoft.Cdn/profiles/keyGroups'
apiVersion The resource api version '2023-07-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The JSON object that contains the properties of the key group to create. KeyGroupProperties

KeyGroupProperties

Name Description Value
keyReferences Names of UrlSigningKey type secret objects ResourceReference[]

ResourceReference

Name Description Value
id Resource ID. string