Make sure that the name server (NS) records are updated to point to the following:
- ns1.bdm.microsoftonline.com
- ns2.bdm.microsoftonline.com
To do this, click
Back, and then follow the instructions on the screen to update the NS records. After you update the records, you may have to wait up to 72 hours to allow for the changes to propagate and take effect.
To check whether the NS records have propagated, follow these steps:
- Start Command Prompt.
- At a command prompt, type nslookup , and then press Enter.
- Type Set type=ns , and then press Enter.
- Type your domain name. The following example uses contoso.com as the domain to look up.
C:\>nslookup
Default Server: dns1.contoso.com
Address: 1.1.1.1
> set type=ns
> contoso.com
Server: dns1.contoso.com
Address: 1.1.1.1
Non-authoritative answer:
contoso.com nameserver = ns1.bdm.microsoftonline.com
contoso.com nameserver = ns2.bdm.microsoftonline.com