Deploy two Azure App Services to the same App Service Plan using idempotent ARM TEMPLATE
PROBLEM How to deploy two different Azure App Services to the same App Service plan when using VSTS idempotent continuous integration / continuous deployment processes. ENVIRONMENT I have written two ARM TEMPLATES each of which deploy a web application to Azure App Service. In order to deploy an App Service an Service Plan must be created first. The ARM TEMPLATES currently create a unique Service Plan each for each Web App. I am using VSTS Release Definitions to deploy on each successful VSTS build. i.e releases are designed to be idempotent. Currently each web app has its own Resource Group