I currently have a domain registered at Ionos with a web hosting package (email, .net hosting).
I plan to move the hosting to Azure App Service. I would like to continue using the email from Ionos and to continue to handle the domain from Ionos. So I only want my domain to target my Azure App Service instead of the Ionos hosting.
In my Azure App Servce, I added my custom domain by adding the following lines in my DNS (managed in Ionos) :
- Name, Type, Value
- www, CNAM, myapp.azurewebsite.com
- asuid.www, TXT, my verification id
It looks like this is the only thing to configure. However, my Azure app is still not in used. I tried to stop my App Service, the website is still responding. I tried to remove the folder on my Ionos hosting folder and it stop working. So it looks like the DNS of my website still target Ionos host instead of Azure App Service.
Am I missing something?
Thank you very much for your help! :)
Dorian