Share via


Deploy an ASP.NET container to a container registry using Visual Studio

This tutorial walks you through using Visual Studio to publish your containerized application to an Azure Container Registry.

If you don't have an Azure subscription, create a free account before you begin.

Prerequisites

Create an ASP.NET Core web app

The following steps guide you through creating a basic ASP.NET Core app that you use in this tutorial. If you already have a project, you can skip this section.

Publish your container to Azure Container Registry

You can now pull the container from the registry to any host capable of running Docker images, such as Azure Container Instances.