The registrations resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
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"
}
}
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) |
Name | Description | Value |
---|---|---|
registrationToken | The token identifying registered Azure Stack | string (required) |