Skip to content

Commit 65d29c8

Browse files
authored
Update virtual-network-network-interface.md
The reason I am adding this change is because this feature appears undocumented at this point. When you change a NIC that is part of an Availability set the portal pops up this notice "If the VM that uses a NIC which is part of an availability set, then all the DNS servers specified for each of the VMs from all NICs that are part of the availability set will be inherited." but this is not mentioned in the documentation. Please confirm and update the doc.
1 parent 10d3306 commit 65d29c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/virtual-network-network-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The DNS server is assigned by the Azure DHCP server to the network interface wit
106106
3. Select **DNS servers** under **SETTINGS**.
107107
4. Select either:
108108
- **Inherit from virtual network**: Choose this option to inherit the DNS server setting defined for the virtual network the network interface is assigned to. At the virtual network level, either a custom DNS server or the Azure-provided DNS server is defined. The Azure-provided DNS server can resolve hostnames for resources assigned to the same virtual network. FQDN must be used to resolve for resources assigned to different virtual networks.
109-
- **Custom**: You can configure your own DNS server to resolve names across multiple virtual networks. Enter the IP address of the server you want to use as a DNS server. The DNS server address you specify is assigned only to this network interface and overrides any DNS setting for the virtual network the network interface is assigned to.
109+
- **Custom**: You can configure your own DNS server to resolve names across multiple virtual networks. Enter the IP address of the server you want to use as a DNS server. The DNS server address you specify is assigned only to this network interface and overrides any DNS setting for the virtual network the network interface is assigned to. (Note: If the VM that uses a NIC which is part of an availability set, then all the DNS servers specified for each of the VMs from all NICs that are part of the availability set will be inherited.)
110110
5. Select **Save**.
111111

112112
**Commands**

0 commit comments

Comments
 (0)