SAFE-BookStore
SAFE-BookStore copied to clipboard
Deployment story to Azure App Service
Description
An alternative (and probably more well-known) mechanism to deploy .NET applications on the Azure App Service is through Kudu without the dependency on Docker and ACS. There should be a documented process for this for the bookstore app.
I seriously question that kudo is more known than docker ;-) But yes let's do it
Am 11.10.2017 18:29 schrieb "Isaac Abraham" [email protected]:
Description
An alternative (and probably more well-known) mechanism to deploy .NET applications on the Azure App Service is through Kudu without the dependency on Docker and ACS. There should be a documented process for this for the bookstore app.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SAFE-Stack/SAFE-BookStore/issues/215, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNCiGqjLPBC-HLkDccayDcaqFAd8bks5srOzNgaJpZM4P1xHH .
You know what I mean - people that are deploying .NET applications today in Azure are (I would strongly imagine) using App Service bare, not with ACS.
#432 is for upgrading the application to SAFE v5