We've been trying to verify our domain, but no mater what we do, we get the same error.
Both the TXT and the MX records are present and this was confirmed using an external nslookup/dig.
From the "new" Azure portal, the error we see when we click "Verify" is:
Unable to verify domain name. Ensure you have added the record above at the registrar 'xxxxxxxxxxxxxx', and try again
in a little while.
We've read through other posts and have tried their recommendations, but nothing. Whether adding/removing the domain, etc..
If we try to use the Confirm-AzureADDomain PowerShell command, we get the following:
Confirm-AzureADDomain : Error occurred while executing ConfirmDomain
StatusCode: BadRequest
ErrorCode: Request_BadRequest
Message: Domain verification failed with the following error: 'VerifyDomain. cannot verify an email-verified domain
with a non-whitelisted service plan. paramName: NonWhitelistedServicePlan, paramValue:
50e68c76-46c6-4674-81f9-75456511b170, objectType: '.
At line:1 char:1
+ Confirm-AzureADDomain -name xxxxxxxxxxxxxxxxx
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Confirm-AzureADDomain], ApiException
+ FullyQualifiedErrorId : Microsoft.Open.AzureAD16.Client.ApiException,Microsoft.Open.AzureAD16.PowerShell.ConfirmDomain
If we call the Get-AzureADDomain, it appears with an empty "AvailabilityStatus" and a "AutehnticationType" of "Managed"
What are the next steps? We really want to finish our migration but this is preventing our next steps.
Stéphane