I have a webapp which is currently serving on mydomain.com/homepage
. It's a nodeJS based app. I want to only move the homepage part of it to be hosted on a static site on Azure blob storage and the the existing app to serve on app.mydomain.com
.
So, the plan is to create a static site on Azure Storage and serve it through CDN on a custom domain. However, the Azure page suggests that root domains are not supported. Is there any way to make this work? https://docs.microsoft.com/en-us/azure/storage/blobs/storage-custom-domain-name?tabs=azure-portal
Or is there a better way to make this kind of change?