ASP.NET Core  

Deploying ASP.NET Core Applications to Azure App Service and AWS Elastic Beanstalk

Building your .NET application is only half the journey — the real value comes when you deploy it to the cloud so users can access it at scale. Two of the most popular Platform-as-a-Service (PaaS) options are Azure App Service and AWS Elastic Beanstalk. Both let you deploy ASP.NET Core applications without worrying about infrastructure.

This article shows you how to deploy the same ASP.NET Core application to Azure App Service and AWS Elastic Beanstalk, step by step.

1. Prerequisites

https://www.github.com/myprofile