How to add records

After defining your Edge DNS main settings, you can add records to specify which IPs are associated with the domain and how Edge DNS should handle requests for the domain.


  1. Access Azion Console > Edge DNS.
  2. From the list, choose the Edge DNS zone in which you want to add records.
  3. Select the Records tab.
  4. Click the + Record button.
  5. In Name, provide the new record’s name.
  • Depending on the type of record you want to use, there may exist specific formats and recommendations.
  1. In Record Type, select the type of record you want to add.
  • Accepts the types A, AAAA, ANAME, CAA, CNAME, DS, MX, NS, PTR, SRV, and TXT.
  1. In Value, add the items for the DNS response to the registered record. The accepted values vary according to the chosen type of record.
  2. In TTL (seconds), choose the time, in seconds, that a response can be cached on a resolver server. Maximum value: 2147483647.
  3. In Policy, select between Simple or Weighted.
  4. If you select Weighted in Policy:
    • In Weight, specify the weight for each record. Accepts values from 0 to 255.
    • In Description (optional), you can describe, for example, the distinction between records with the same Name and Type. Accepts up to 45 characters.
  5. Click the Save button.



Contributors