Skip to content

Commit b769ded

Browse files
Merge pull request #278685 from slpavkov/slpavkov/3766298-2
3766298 - correcting the dns cache expiration information
2 parents 44203c5 + 39198e0 commit b769ded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/communication-services/how-tos/telephony/domain-validation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ Validating entire FQDN is helpful if you're a service provider and don't want to
4343

4444
[![Screenshot of verifying a custom domain.](./media/direct-routing-verify-domain-2.png)](./media/direct-routing-verify-domain-2.png#lightbox)
4545

46-
It might take up to 30 minutes for a new DNS record to propagate on the Internet.
46+
It might take up to **24-48** hours for a new DNS record to propagate on the Internet.
47+
You can use Windows command [nslookup](/windows-server/administration/windows-commands/nslookup) to verify if dns record has propagated like this:
48+
>```nslookup -q=txt subdomain.contoso.com```
4749
4850
1. Select **Next**. If you set up everything correctly, **Domain status** should change to **Verified** next to the added domain.
4951

0 commit comments

Comments
 (0)