I have created a .net web api project and I wish to give the dlls to some customers so that they can deploy it to azure as a web app.
While azure seem to expect the solution and build it there. Is there a way around?
[Update]
We can deploy ASP.Net applications hosted on Github repositories directly to Azure as an App Service. Azure App service automatically detects the project type and deploy a web app in isolated VM (shared/dedicated). So we can publish a Github Repository with dlls and config files and share it with customers. This also have added advantage of easily pushing updates to such customers. Here's link to a write up.