How to deploy a ASP.NET Web Application + ASP.NET Web API to a single Web App resource on Azure

117 views Asked by At

I am trying to automate the deployment process of an old project to use octopus to deploy to azure. The solution has two projects, one classic ASP.NET Web Application and one Web API, these were previously deployed to a single Web App resource. I can package each project separately using octopack but how can I package the two as one and deploy to one Web App resource on Azure using Octopus?

enter image description here

0

There are 0 answers