Migrating .net app to Azure

82104614 40 Reputation points
2023-03-28T11:57:05.7733333+00:00

Which is the recommended way to deploy a .net application through Azure App Service?

Can I use Visual Studio Publish option to deploy the app through App Service or is there another better and easier option to deploy to Azure?

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

3 answers

Sort by: Most helpful
  1. Sedat SALMAN 13,175 Reputation points
    2023-03-28T12:02:33.9633333+00:00

    if you are not an expert go with

    visual studio publish option is easy and simple

    but if you have a complex application

    you can use Azure DevOps to automate the deployment process


  2. Rajeesh M R 206 Reputation points
    2023-03-31T07:15:19.8633333+00:00

    Hi,

    You can use "publish profile".

    Download publish profile from your respective app service.

    User's image

    Click on Publish in Visual Studio and Import the publish profile which ever we have downloaded from App service.

    User's image

    0 comments No comments

  3. VenkateshDodda-MSFT 18,851 Reputation points Microsoft Employee
    2023-04-03T03:30:02.5666667+00:00

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

    Which is the recommended way to deploy a .net application through Azure App Service?

    Looks like, you have already raised another thread #1193541 in Microsoft Q&A to know about the recommended/approaches to migrate a .NET application from on-prem to Azure App Service.

    Yes, you can use the visual studio publish option to deploy your .NET applications through the below Microsoft learn tutorials to publish application code from on-prem to Azure App service:

    1. Using Visual Studio.
    2. Using Visual Studio Code.

    Alternatively, you can also use other deployment options, such as deploying from source control or using the Azure CLI or Azure PowerShell(using FTP or Zip deploy) to deploy your application.

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

    0 comments No comments