Recommended method for migrating .net app to Azure

82104614 40 Reputation points
2023-03-27T15:23:41.5566667+00:00

What is the recommended strategy for migrating a .net web application interacting with API's, web services, and databases to Azure and what are the major activities involved in this?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yuvaraj Madheswaran 390 Reputation points
    2023-03-27T15:35:49.7166667+00:00
    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,191 Reputation points Microsoft Employee
    2023-03-28T11:56:04.2366667+00:00

    @82104614 Thank you for reaching out to Microsoft Q&A

    You can use the Azure App Service Migration tool if you want to migrate your .Net App from on-prem to Azure App Service.

    If your website/application is using public URL/ internet facing, you can run compatibility report from here to check whether your application is good to migrate on Azure App Service.

    For reference you go through recorded session here on step-by-step to migrate you .NET apps to Azure App service and also FAQ section of Azure App service migration assistant tool.

    If you want to ASP.NET Web application to Azure virtual Machine you go refer to this documentation.

    Feel free to reach back to me if you have any further questions on this,

    1 person found this answer helpful.
    0 comments No comments