azureazure-web-app-serviceazure-appfabricazure-app-api

Convert a Cloud service web role to Azure App service(Web app)


My subscription has been moved over to CSP subscription and i can no longer can use cloud services within it. For that matter, i guess i need to convert to Azure App services/Service fabric. The application is .NET MVC type and trying to convert to Service Fabric involves converting to .NET Core application which is more difficult i guess.

Is there a way i can convert to Azure App service (Web app) ? How would that go? How do we convert service config settings, service definitions ?


Solution

  • Straight forward answer is that convert the serviceconfig connection strings to the in the web.config of the mvc web application.