Map subdomain to virtual directory Azure WebApps
I am attempting to host multiple websites in a single Azure WebApp rather than having multiple web apps each hosting a site. Each of these sites is rather small, but in order to meet the requirements of the SLA with Azure, we need to have the server scaled with more than one instance for our Production environment, thus the reasoning for combining sites. After researching this topic, I have got the following setup with our Azure account. Created the proper CNAME DNS records in our zone manager (complete and works). Setup the Azure WebApp to respond to the subdomains (complete and works). Setup