I already have configured subdomains which are resolved by my droplet and the are working excellent.
But now what i’m willing to do, is to point a subdomain to an Azure Web Application but i don’t understand quite much about how to achieve this.
What I did (with no results) is to create a CNAME register with my sub domain name to my azure web app domain. For example:
my-sub.domain.com. 1800 IN CNAME azure-webapp.azurewebsites.net.
How should I work this out?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can find more information on setting up DNS records via the DigitalOcean control panel here. It does sound like you have set up the correct records, is your subdomain resolving now?
Create a zone for your subdomain From the Azure portal, select Create a resource. In the search box, type DNS, and select DNS zone. Select Create. In the Create DNS zone pane, type engineering.contoso.com in the Name text box. Select the resource group for your zone. Click Create. I hope this helps. Know more about: azure managed services | azure data migration | windows virtual desktop azure Best Regards
Hi @patorodriguez10 Creating a CNAME is exactly what you want to do in this case. Sometimes DNS can take awhile to propagate. Are you still experiencing problems or does your subdomain resolve now?