Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
From the Validation requirements, I see
- A vanity DNS name, such as:
app1.contoso.com. As long as this name is first configured as an A record pointing to the IP address 23.96.52.53 - Similarly, as long as your custom domain (mail.i-smart.me) is pointing to the Azure VM's Public IP (not the DNS Name), you should be able to add this as a reverse FQDN.
So, technically, you do not have to both CNAME and A record for the DNS "mail.i-smart.me" to point to the VM's DNS and Public IP respectively.
Can you please share the output of the below command?
- Azure CLI : az network public-ip show -g <RGName> -n <IPName> --query "{fqdn: dnsSettings.fqdn}"
- Is it null or "mailforismart.eastus2.cloudapp.azure.com" or some other value?
P.S: I believe you are running the commands in the same subscription as the Public IP resides, please confirm once.
Cheers,
Kapil