An administrator is onboarding a new custom domain for email in a Microsoft 365 tenant. Which step should be performed first?
Trap 1: Verify domain ownership by adding a TXT record
Adding a TXT record to verify domain ownership is a secondary step that occurs only after the domain has been added to the Microsoft 365 admin center. The admin center generates a unique TXT value that must be published in public DNS, and this verification value does not exist until the domain is registered with the tenant. Attempting verification first is impossible because Microsoft 365 has no domain object to verify.
Trap 2: Configure DNS records for Microsoft services
Configuring DNS records such as MX, CNAME, and TXT for Exchange Online and other Microsoft services is performed only after domain ownership has been verified. Unverified domains cannot receive email or enforce routing rules, and Microsoft 365 will not provision a domain in DNS until the TXT verification is complete. This step is essential but chronologically later, so it cannot be the first action.
Trap 3: Set the domain as the primary email domain
Setting the domain as the primary email domain is a final administrative decision made only after the domain has been verified and its required DNS records are configured. The primary domain affects the default user principal name (UPN), email address policy, and the From address for new users, so changing it prematurely could disrupt existing user provisioning and mail flow. This should be deferred until all prerequisite checks have passed.
- A
Add the domain in the Microsoft 365 admin center
The first step in onboarding a custom email domain is to add it in the Microsoft 365 admin center (Settings > Domains > Add domain). This action registers the domain with your tenant and generates the necessary verification token, allowing you to proceed to the next step of proving ownership. This must occur before any TXT record or DNS changes can be associated with the domain.
- B
Verify domain ownership by adding a TXT record
Why wrong: Adding a TXT record to verify domain ownership is a secondary step that occurs only after the domain has been added to the Microsoft 365 admin center. The admin center generates a unique TXT value that must be published in public DNS, and this verification value does not exist until the domain is registered with the tenant. Attempting verification first is impossible because Microsoft 365 has no domain object to verify.
- C
Configure DNS records for Microsoft services
Why wrong: Configuring DNS records such as MX, CNAME, and TXT for Exchange Online and other Microsoft services is performed only after domain ownership has been verified. Unverified domains cannot receive email or enforce routing rules, and Microsoft 365 will not provision a domain in DNS until the TXT verification is complete. This step is essential but chronologically later, so it cannot be the first action.
- D
Set the domain as the primary email domain
Why wrong: Setting the domain as the primary email domain is a final administrative decision made only after the domain has been verified and its required DNS records are configured. The primary domain affects the default user principal name (UPN), email address policy, and the From address for new users, so changing it prematurely could disrupt existing user provisioning and mail flow. This should be deferred until all prerequisite checks have passed.