I have an MVC 4 Web Api application that I would like to run in Azure. Using docker-compose and Dockerfile I got it running perfectly on my local, pushed to an Azure Container Registry, and it is running on a test Web App as a proof of concept.
Due to our policies, any site that accesses a database with PII must run on a private network. We have an ASE already setup which is running Linux containers and Windows code apps without issue. When i try to create a new Web App using Windows Docker, I am not able to create an Isolated Service Plan. I get the following message when I try to create one.
Isolated pricing tiers within an App Service Environment (ASE) are not available for your configuration
Does Azure support running Windows Docker Web Apps in an ASE? If so, what am I missing?