I have a web app deployed to Azure App Services. It has a standard domain name under azurewebsites.net. Let's assume it's my-app.azurewebsites.net.
I now need to register a second domain pointing to the same environment. It would be something like alias-to-my-app.azurewebsites.net.
I don't want to use a custom domain. I want the alias to be a subdomain under azurewebsites.net. Is there a way to achieve this in Azure?