External name resolution scenarios and options
To facilitate network communications, external clients (for example, clients on the internet) may need to be able to resolve domain names for our services to public IP addresses. A comprehensive Azure internal name resolution implementation should cover the translation of domain names for the following scenarios (Figure 2.1):
- Scenario 1 – name resolution for internet clients
Alias recordsets are only supported for A
, AAAA
, and CNAME
record types.
A hands-on exercise – implementing Azure Public DNS
In this exercise, you will configure public DNS name resolution for CharisTech using the Azure Public DNS service. You will create a public DNS zone named charistech.xyz
and then test the configuration. Here are the tasks that you will complete:
- Task 1: Creating an Azure Public DNS zone
- Task 2: Reviewing Azure DNS name server information
- Task 3: Adding a DNS record to the DNS zone
- Task 4...