Feature: Virtual Network Link for DnsForwardingRuleset
Closed this issue · 1 comments
vronnG commented
Describe the current behavior
DnsForwardingRuleset
- How to link virtual network to forwarding ruleset ?
- Similar to PrivateDnsZonesVirtualNetworkLink
Similar to how we do it azure portal:
and
https://learn.microsoft.com/en-us/azure/templates/microsoft.network/dnsforwardingrulesets/virtualnetworklinks?pivots=deployment-language-arm-template
Should be able to link virtual network
---
apiVersion: network.azure.com/v1api20220701
kind: DnsForwardingRuleset
metadata:
creationTimestamp: null
name: xx
spec:
azureName: xx
dnsResolverOutboundEndpoints:
- reference:
armId: /subscriptions/XXXXXXX/resourceGroups/XX/providers/Microsoft.Network/dnsResolvers/xx/outboundEndpoints/xx
location: westus3
Describe the improvement
Able to link DNS Forwarding Ruleset with Virtual Network