This document *does not include* instructions for setting up and managing a DNS server in the Azure environment.
Instead of using round-robin DNS to load-balance a vFXT cluster in Azure, consider using manual methods to assign IP addresses evenly among clients when they are mounted. Several methods are described in [Mount the Avere cluster](mount_clients.md).
Keep these things in mind when deciding whether or not to use a DNS server:
* If your system is accessed by NFS clients only, using DNS is not required - it is possible to specify all network addresses by using numeric IP addresses.
When clients access the cluster, RRDNS automatically balances their requests among all available interfaces.
For optimal performance, configure your DNS server to handle client-facing cluster addresses as shown in the following diagram.
A cluster vserver is shown on the left, and IP addresses appear in the center and on the right. Configure each client access point with A records and pointers as illustrated.
![Avere cluster round-robin DNS diagram - separate text description file provided](images/rrdns_diagram.png) [diagram text description](rrdns_alt-text.txt)
Each client-facing IP address must have a unique name for internal use by the cluster. (In this diagram, the client IPs are named vs1-client-IP-* for clarity, but in production you should probably use something more concise, like client*.)
Modify your DNS server’s ``named.conf`` file to set cyclic order for queries to your vserver. This option ensures that all of the available values are cycled through. Add a statement like the following:
Read [DNS Settings](<http://library.averesystems.com/ops_guide/4_7/gui_admin_network.html#gui-dns>) in the Cluster Configuration Guide for more details about using this page.