Deploying Web API using ASP.NET core 5.0

Satakopan Veerapuram 1 Reputation point
2022-03-02T06:49:48.65+00:00

Hi,

I have created a web app using Visual Studio 2019 in ASP.NET CORE using .NET Version 5.0. The api uses the angular as front end calling the respective APIs in the web app and doing the respective DB operations in MySQL 8.0 Server Community Edition by using the respective stored procedure. I require the support in hosting the aforesaid details.

Developer technologies | ASP.NET | ASP.NET Core
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
991 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,951 questions
Windows for business | Windows Server | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,851 Reputation points Volunteer Moderator
    2022-03-02T16:31:43.067+00:00

    first review the mysql hosting options, and pick one:

    https://learn.microsoft.com/en-us/azure/mysql/select-right-deployment-type

    then create a azure web app and configure for .net core 5.

    https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs

    if the angular site is a separate static site, rather than hosted by the webapi project, create a static website:

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.