Oracle.Database networkAnchors

Bicep resource definition

The networkAnchors 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 Oracle.Database/networkAnchors resource, add the following Bicep to your template.

resource symbolicname 'Oracle.Database/networkAnchors@2026-06-01' = {
  location: 'string'
  name: 'string'
  properties: {
    dnsForwardingRules: [
      {
        domainNames: 'string'
        forwardingIpAddress: 'string'
      }
    ]
    dnsListeningEndpointAllowedCidrs: 'string'
    isOracleDnsForwardingEndpointEnabled: bool
    isOracleDnsListeningEndpointEnabled: bool
    isOracleToAzureDnsZoneSyncEnabled: bool
    ociBackupCidrBlock: 'string'
    ociVcnDnsLabel: 'string'
    proximityPlacementGroup: {
      entityTypeIntendedToUse: 'string'
      proximityAnchorId: 'string'
      proximityPlacementGroupId: 'string'
    }
    resourceAnchorId: 'string'
    subnetId: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
  zones: [
    'string'
  ]
}

Property Values

Oracle.Database/networkAnchors

Name Description Value
location The geo-location where the resource lives string (required)
name The resource name string

Constraints:
Pattern = ^[a-zA-Z0-9-]{3,24}$ (required)
properties The resource-specific properties for this resource. NetworkAnchorProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates
zones The availability zones. string[]

DnsForwardingRule

Name Description Value
domainNames Comma-separated domain names string (required)
forwardingIpAddress Forwarding ip address string (required)

NetworkAnchorProperties

Name Description Value
dnsForwardingRules DNS forwarding rules DnsForwardingRule[]
dnsListeningEndpointAllowedCidrs Comma-separated list of CIDRs that are allowed to send requests to the DNS listening endpoint string
isOracleDnsForwardingEndpointEnabled Indicates whether the Oracle DNS forwarding endpoint is enabled bool
isOracleDnsListeningEndpointEnabled Indicates whether the Oracle DNS listening endpoint is enabled bool
isOracleToAzureDnsZoneSyncEnabled Indicates whether DNS zone sync from OCI to Azure is enabled bool
ociBackupCidrBlock OCI backup subnet cidr block. string
ociVcnDnsLabel OCI DNS label. This is optional if DNS config is provided. string
proximityPlacementGroup Proximity placement group settings ProximityPlacementGroup
resourceAnchorId Corresponding resource anchor Azure ID string (required)
subnetId Client subnet string (required)

ProximityPlacementGroup

Name Description Value
entityTypeIntendedToUse Entity type intended to use the proximity placement group 'CloudExadataInfrastructure'
'OtherProducts' (required)
proximityAnchorId Proximity Anchor ID string
proximityPlacementGroupId Proximity placement group ID string (required)

TrackedResourceTags

Name Description Value

ARM template resource definition

The networkAnchors resource type can be deployed with operations that target:

Usage Examples

Resource format

To create a Oracle.Database/networkAnchors resource, add the following JSON to your template.

{
  "type": "Oracle.Database/networkAnchors",
  "apiVersion": "2026-06-01",
  "name": "string",
  "location": "string",
  "properties": {
    "dnsForwardingRules": [
      {
        "domainNames": "string",
        "forwardingIpAddress": "string"
      }
    ],
    "dnsListeningEndpointAllowedCidrs": "string",
    "isOracleDnsForwardingEndpointEnabled": "bool",
    "isOracleDnsListeningEndpointEnabled": "bool",
    "isOracleToAzureDnsZoneSyncEnabled": "bool",
    "ociBackupCidrBlock": "string",
    "ociVcnDnsLabel": "string",
    "proximityPlacementGroup": {
      "entityTypeIntendedToUse": "string",
      "proximityAnchorId": "string",
      "proximityPlacementGroupId": "string"
    },
    "resourceAnchorId": "string",
    "subnetId": "string"
  },
  "tags": {
    "{customized property}": "string"
  },
  "zones": [ "string" ]
}

Property Values

Oracle.Database/networkAnchors

Name Description Value
apiVersion The api version '2026-06-01'
location The geo-location where the resource lives string (required)
name The resource name string

Constraints:
Pattern = ^[a-zA-Z0-9-]{3,24}$ (required)
properties The resource-specific properties for this resource. NetworkAnchorProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates
type The resource type 'Oracle.Database/networkAnchors'
zones The availability zones. string[]

DnsForwardingRule

Name Description Value
domainNames Comma-separated domain names string (required)
forwardingIpAddress Forwarding ip address string (required)

NetworkAnchorProperties

Name Description Value
dnsForwardingRules DNS forwarding rules DnsForwardingRule[]
dnsListeningEndpointAllowedCidrs Comma-separated list of CIDRs that are allowed to send requests to the DNS listening endpoint string
isOracleDnsForwardingEndpointEnabled Indicates whether the Oracle DNS forwarding endpoint is enabled bool
isOracleDnsListeningEndpointEnabled Indicates whether the Oracle DNS listening endpoint is enabled bool
isOracleToAzureDnsZoneSyncEnabled Indicates whether DNS zone sync from OCI to Azure is enabled bool
ociBackupCidrBlock OCI backup subnet cidr block. string
ociVcnDnsLabel OCI DNS label. This is optional if DNS config is provided. string
proximityPlacementGroup Proximity placement group settings ProximityPlacementGroup
resourceAnchorId Corresponding resource anchor Azure ID string (required)
subnetId Client subnet string (required)

ProximityPlacementGroup

Name Description Value
entityTypeIntendedToUse Entity type intended to use the proximity placement group 'CloudExadataInfrastructure'
'OtherProducts' (required)
proximityAnchorId Proximity Anchor ID string
proximityPlacementGroupId Proximity placement group ID string (required)

TrackedResourceTags

Name Description Value

Terraform (AzAPI provider) resource definition

The networkAnchors resource type can be deployed with operations that target:

  • Resource groups For a list of changed properties in each API version, see change log.

Resource format

To create a Oracle.Database/networkAnchors resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Oracle.Database/networkAnchors@2026-06-01"
  name = "string"
  parent_id = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    properties = {
      dnsForwardingRules = [
        {
          domainNames = "string"
          forwardingIpAddress = "string"
        }
      ]
      dnsListeningEndpointAllowedCidrs = "string"
      isOracleDnsForwardingEndpointEnabled = bool
      isOracleDnsListeningEndpointEnabled = bool
      isOracleToAzureDnsZoneSyncEnabled = bool
      ociBackupCidrBlock = "string"
      ociVcnDnsLabel = "string"
      proximityPlacementGroup = {
        entityTypeIntendedToUse = "string"
        proximityAnchorId = "string"
        proximityPlacementGroupId = "string"
      }
      resourceAnchorId = "string"
      subnetId = "string"
    }
    zones = [
      "string"
    ]
  }
}

Property Values

Oracle.Database/networkAnchors

Name Description Value
location The geo-location where the resource lives string (required)
name The resource name string

Constraints:
Pattern = ^[a-zA-Z0-9-]{3,24}$ (required)
properties The resource-specific properties for this resource. NetworkAnchorProperties
tags Resource tags Dictionary of tag names and values.
type The resource type "Oracle.Database/networkAnchors@2026-06-01"
zones The availability zones. string[]

DnsForwardingRule

Name Description Value
domainNames Comma-separated domain names string (required)
forwardingIpAddress Forwarding ip address string (required)

NetworkAnchorProperties

Name Description Value
dnsForwardingRules DNS forwarding rules DnsForwardingRule[]
dnsListeningEndpointAllowedCidrs Comma-separated list of CIDRs that are allowed to send requests to the DNS listening endpoint string
isOracleDnsForwardingEndpointEnabled Indicates whether the Oracle DNS forwarding endpoint is enabled bool
isOracleDnsListeningEndpointEnabled Indicates whether the Oracle DNS listening endpoint is enabled bool
isOracleToAzureDnsZoneSyncEnabled Indicates whether DNS zone sync from OCI to Azure is enabled bool
ociBackupCidrBlock OCI backup subnet cidr block. string
ociVcnDnsLabel OCI DNS label. This is optional if DNS config is provided. string
proximityPlacementGroup Proximity placement group settings ProximityPlacementGroup
resourceAnchorId Corresponding resource anchor Azure ID string (required)
subnetId Client subnet string (required)

ProximityPlacementGroup

Name Description Value
entityTypeIntendedToUse Entity type intended to use the proximity placement group 'CloudExadataInfrastructure'
'OtherProducts' (required)
proximityAnchorId Proximity Anchor ID string
proximityPlacementGroupId Proximity placement group ID string (required)

TrackedResourceTags

Name Description Value