An administrator cannot create a new volume in Azure NetApp Files. The administrator receives an error that the DNS server is not available. What should the administrator do?
A.
Confirm the network security groups allow connectivity
B.
Make sure that the Volume and DNS server are in the same subnet
When an administrator receives an error that the DNS server is not available while trying to create a new volume in Azure NetApp Files, the first action should be to confirm that the network security groups allow connectivity. Here’s the process:
Check Network Security Group Rules:Verify that the network security group (NSG) associated with the subnet where Azure NetApp Files is located has rules that allow traffic to and from the DNS server, specifically permitting DNS query traffic (typically over port 53 for both TCP and UDP).
Adjust NSG Settings if Necessary:If the current NSG rules are restrictive and do not allow DNS traffic, modify them to include the necessary allowances for DNS resolution.
Test Connectivity:After updating the NSG settings, retry the volume creation to see if the DNS issue has been resolved.
For guidance on managing NSGs in Azure, consult the Azure documentation:Azure Network Security Groups.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit