Home:ALL Converter>Does Azure App Service/Web App replace Azure Cloud Service?

Does Azure App Service/Web App replace Azure Cloud Service?

Ask Time:2016-07-06T06:22:35         Author:Win

Json Formatter

We have been using Azure Cloud Services (Web Roles) since 2013. We use it, because In-Role cache was the only available cache at that time in order for Web Farm to work in Azure.

As of today, App Service (formerly Web App/Web Sites) and Redis Cache are available, and App Service can do pretty much what Cloud Services offers.

According to this comparison, we only see 4 minor areas (IMHO) that App Service can't do –

  • Remote desktop access to servers
  • Install any custom MSI
  • Ability to define/execute start-up tasks
  • Can listen to ETW events

Question

Does it worth converting existing Cloud Service to App Service while updating In-Role cache to Redis Cache anyway?

In other words, should we even consider hosting in Azure Cloud Service (instead host in App Service)?

Author:Win,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38213797/does-azure-app-service-web-app-replace-azure-cloud-service
yy