The peerAsns resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Peering/peerAsns resource, add the following JSON to your template.
{
"type": "Microsoft.Peering/peerAsns",
"apiVersion": "2022-10-01",
"name": "string",
"properties": {
"peerAsn": "int",
"peerContactDetail": [
{
"email": "string",
"phone": "string",
"role": "string"
}
],
"peerName": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Peering/peerAsns' |
apiVersion | The resource api version | '2022-10-01' |
name | The resource name | string (required) |
properties | The properties that define a peer's ASN. | PeerAsnProperties |
Name | Description | Value |
---|---|---|
peerAsn | The Autonomous System Number (ASN) of the peer. | int |
peerContactDetail | The contact details of the peer. | ContactDetail[] |
peerName | The name of the peer. | string |
Name | Description | Value |
---|---|---|
The e-mail address of the contact. | string | |
phone | The phone number of the contact. | string |
role | The role of the contact. | 'Escalation' 'Noc' 'Other' 'Policy' 'Service' 'Technical' |