Published on

Deploying a .NET 6 web application to Azure from Visual Studio 2022

Prerequisites

Steps

Right-click your backend project, hit Publish…: Publish
Choose Azure in the Target step: Target
Let’s go with Azure App Service here: Azure APp Service
Create a Resource Group and a Hosting Plan here, if you don’t have them already: Resource Group
Let’s just skip the API Management part" API Management
Choose the first option here — Publish: Deployment type
Almost there… Change Deployment Mode from Framework-dependent to Self-contained: Self-contained
Now hit Publish, and wait for it to do its thing: Output
Good, let’s see if that worked. Open your browser and check that the /weatherforecast endpoint is working. You should see something like this: Result

Yay! Your backend is now up and running in Azure!