-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Manage Fallback to internet feature on linked VNET at Private DNS Zone level #31070
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Related command
Hi there,
We are using several commands to manage VNET link at Azure Private DNS Zone:
- az network private-dns link vnet create: To create a virtual network link to the specified Private DNS zone,
- az network private-dns link vnet list: To list the virtual network links to the specified private DNS zone,
- az network private-dns link vnet show: To get a virtual network link to the specified private DNS zone,
- az network private-dns link vnet update: To update a virtual network link's properties. Does not modify virtual network within the link.
Is your feature request related to a problem? Please describe.
Currently we cannot manage the fallback to internet feature on linked VNET at Private DNS Zone level.
This feature has been announced in February: https://learn.microsoft.com/en-us/azure/dns/private-dns-fallback
Describe the solution you'd like
It could be really interesting to be able to enable/update/delete the fallback to internet feature on linked VNET at Private DNS Zone level by adding a new configuration:
New parameter: --internet-fallback-enabled
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request