Microsoft.AzureStack linkedSubscriptions

ARM template resource definition

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

{
  "type": "Microsoft.AzureStack/linkedSubscriptions",
  "apiVersion": "2020-06-01-preview",
  "name": "string",
  "location": "global",
  "properties": {
    "linkedSubscriptionId": "string",
    "registrationResourceId": "string"
  }
}

Property values

linkedSubscriptions

Name Description Value
type The resource type 'Microsoft.AzureStack/linkedSubscriptions'
apiVersion The resource api version '2020-06-01-preview'
name The resource name string (required)
location Location of the resource. 'global' (required)
properties Properties of the Linked Subscription resource LinkedSubscriptionParameterPropertiesOrLinkedSubscri... (required)

LinkedSubscriptionParameterPropertiesOrLinkedSubscri...

Name Description Value
linkedSubscriptionId The identifier associated with the device subscription. string (required)
registrationResourceId The identifier associated with the device registration. string (required)