Creating a DNS zone using the Azure CLI
To create a DNS zone using the Azure CLI:
- In the Azure CLI, enter the following commands:
az network dns zone create -g <MyAzureResourceGroup> -n fsaazure.com \
--zone-type Private \
--registration-vnets <myAzureVNet>
-n
must be followed byfsaazure.com
and cannot be replaced with any other names. - Create an FTP DNS record set in the newly created DNS zone.
- Enter the following information: