Microsoft.AzureStackHCI clusters/arcSettings

ARM template resource definition

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

{
  "type": "Microsoft.AzureStackHCI/clusters/arcSettings",
  "apiVersion": "2023-11-01-preview",
  "name": "string",
  "properties": {
    "arcApplicationClientId": "string",
    "arcApplicationObjectId": "string",
    "arcApplicationTenantId": "string",
    "arcInstanceResourceGroup": "string",
    "arcServicePrincipalObjectId": "string",
    "connectivityProperties": {}
  }
}

Property values

clusters/arcSettings

Name Description Value
type The resource type 'Microsoft.AzureStackHCI/clusters/arcSettings'
apiVersion The resource api version '2023-11-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties ArcSetting properties. ArcSettingProperties

ArcSettingProperties

Name Description Value
arcApplicationClientId App id of arc AAD identity. string
arcApplicationObjectId Object id of arc AAD identity. string
arcApplicationTenantId Tenant id of arc AAD identity. string
arcInstanceResourceGroup The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. string
arcServicePrincipalObjectId Object id of arc AAD service principal. string
connectivityProperties contains connectivity related configuration for ARC resources