Hi @Selvin Pudusserry,
It seems like you're facing issues with domine verification for your Azure App Service wildcard certificate.
- Since GoDaddy already sent you a request for verification, you should approve it first before attempting the TXT record verification. This ensures that GoDaddy will see the certificate request as valid.
- After approving the request, verify the TXT record you have set up in AWS. As there is an existing TXT record for @, AWS should not block multiple values. Make sure: The name of the TXT record is exactly @ (or your root domain, as handled by AWS). The value contains nothing but the verification token from Azure. If AWS uses more than one TXT record under @, ensure all the values separate and properly formatted.
- DNS updates may take as much as 48 hours to propagate, but it's usually faster.
- Use tools such as MXToolbox TXT Lookup to verify whether the TXT record is publicly accessible.
- Navigate to the Azure portal => App Service Certificates, choose your certificate and click Retry on domain verification.
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex%2Crbac%2Cazure-cli#domain-verification
https://mxtoolbox.com/
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Let me know if you have any further Queries.