Deploy existing ASP.NET Core web app to Azure

Andriy Veremyeyev 1 Reputation point
2021-01-12T23:33:49.737+00:00

I have my capstone project which was created for local use.

This project was developed in C# on the .NET Core platform 2.2 with ASP.NET Core web processing, using MVC pattern libraries, Razor dynamic templating, and a SQL database.

Now I would like to deploy it to Azure. Can you point me, please, to correct documentation so I can do it?

Do I need to use Visual Studio to deploy it?
You have a lot of examples of how to create a project in Visual Studio and deploy it later, but what if I already have an existing project?
Should I install ASP.NET and web development that requires 9Gb space for it?

Thank you

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,289 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 14,016 Reputation points MVP
    2021-01-13T00:26:22.51+00:00

    @Andriy Veremyeyev

    Yes, you required VS to deploy.

    For more details refer below url.
    Deploy an ASP.NET Core web app to Azure using Visual Studio

    Deploy your ASP.NET Core app to Azure

    Please don’t forget to "Accept the answer" and up-vote wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments