The privateClouds/globalReachConnections 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.AVS/privateClouds/globalReachConnections resource, add the following JSON to your template.
{
"type": "Microsoft.AVS/privateClouds/globalReachConnections",
"apiVersion": "2022-05-01",
"name": "string",
"properties": {
"authorizationKey": "string",
"expressRouteId": "string",
"peerExpressRouteCircuit": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.AVS/privateClouds/globalReachConnections' |
apiVersion | The resource api version | '2022-05-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties of a global reach connection resource | GlobalReachConnectionProperties |
Name | Description | Value |
---|---|---|
authorizationKey | Authorization key from the peer express route used for the global reach connection | string |
expressRouteId | The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection | string |
peerExpressRouteCircuit | Identifier of the ExpressRoute Circuit to peer with in the global reach connection | string |