Microsoft.AzureStack registrations

ARM template resource definition

The registrations 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.AzureStack/registrations resource, add the following JSON to your template.

{
  "type": "Microsoft.AzureStack/registrations",
  "apiVersion": "2022-06-01",
  "name": "string",
  "location": "global",
  "properties": {
    "registrationToken": "string"
  }
}

Property values

registrations

Name Description Value
type The resource type 'Microsoft.AzureStack/registrations'
apiVersion The resource api version '2022-06-01'
name The resource name string (required)
location Location of the resource. 'global' (required)
properties Properties of the Azure Stack registration resource RegistrationParameterPropertiesOrRegistrationPropert... (required)

RegistrationParameterPropertiesOrRegistrationPropert...

Name Description Value
registrationToken The token identifying registered Azure Stack string (required)