You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: infra-as-code/bicep/modules/hubNetworking/README.md
-14
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,6 @@ Module deploys the following resources:
22
22
> - Although there are generated parameter markdowns for Azure Commercial Cloud, this same module can still be used in Azure China. Example parameter are in the [parameters](./parameters/) folder.
23
23
>
24
24
> - The file `parameters/hubNetworking.parameters.az.all.json` contains parameter values for SKUs that are compatible with availability zones for relevant resource types. In cases where you are deploying to a region that does not support availability zones, you should opt for the `parameters/hubNetworking.parameters.all.json` file.
25
-
>
26
-
> - When deploying using the `parameters/hubNetworking.parameters.all.json` you must update the `parPrivateDnsZones` parameter by replacing the `xxxxxx` placeholders with the deployment region or geo code, for Azure Backup. Failure to do so will cause these services to be unreachable over private endpoints.
27
-
>
28
-
> For example, if deploying to East US the following zone entries:
29
-
> -`privatelink.xxxxxx.azmk8s.io`
30
-
> -`privatelink.xxxxxx.backup.windowsazure.com`
31
-
> -`privatelink.xxxxxx.batch.azure.com`
32
-
>
33
-
> Will become:
34
-
> -`privatelink.eastus.azmk8s.io`
35
-
> -`privatelink.eus.backup.windowsazure.com`
36
-
> -`privatelink.eastus.batch.azure.com`
37
-
>
38
-
> See child module, [`privateDnsZones.bicep` docs](https://github.com/Azure/ALZ-Bicep/tree/main/infra-as-code/bicep/modules/privateDnsZones#dns-zones) for more info on how this works
39
25
40
26
To configure P2S VPN connections edit the vpnClientConfiguration value in the `parVpnGatewayConfig` parameter.
Copy file name to clipboardexpand all lines: infra-as-code/bicep/modules/hubNetworking/generateddocs/hubNetworking-multiRegion.bicep.md
+11-84
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ parDisableBgpRoutePropagationSecondaryLocation | No | Switch to enable/dis
76
76
parHubRouteTableLock | No | Resource Lock Configuration for Hub Route Table. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
77
77
parPrivateDnsZonesEnabled | No | Switch to enable/disable Private DNS Zones deployment.
78
78
parPrivateDnsZonesResourceGroup | No | Resource Group Name for Private DNS Zones.
79
-
parPrivateDnsZones | No | Array of DNS Zones to provision in Hub Virtual Network. Default: All known Azure Private DNS Zones
80
-
parPrivateDnsZoneAutoMergeAzureBackupZone | No | Set Parameter to false to skip the addition of a Private DNS Zone for Azure Backup.
79
+
parPrivateDnsZones | No | Array of DNS Zones to provision and link to Hub Virtual Networks. Default: All known Azure Private DNS Zones, baked into underlying AVM module see: https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/private-link-private-dns-zones#parameter-privatelinkprivatednszones
81
80
parVirtualNetworkIdToLinkFailover | No | Resource ID of Failover VNet for Private DNS Zone VNet Failover Links
81
+
parVirtualNetworkResourceIdsToLinkTo | No | Array of Resource IDs of VNets to link to Private DNS Zones. Hub VNets are automatically included by module.
82
82
parPrivateDNSZonesLock | No | Resource Lock Configuration for Private DNS Zone(s). - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
83
83
parVpnGatewayEnabled | No | Switch to enable/disable VPN virtual network gateway deployment.
84
84
parVpnGatewayEnabledSecondaryLocation | No | Switch to enable/disable VPN virtual network gateway deployment in secondary location.
@@ -686,23 +686,19 @@ Resource Group Name for Private DNS Zones.
Array of DNS Zones to provision in Hub Virtual Network. Default: All known Azure Private DNS Zones
689
+
Array of DNS Zones to provision and link to Hub Virtual Networks. Default: All known Azure Private DNS Zones, baked into underlying AVM module see: https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/private-link-private-dns-zones#parameter-privatelinkprivatednszones
0 commit comments