Remotely debug ASP.NET Core apps hosted on Azure App Service using Visual Studio

Intermediate
Developer
Student
Visual Studio IDE
ASP.NET Core
Azure
Azure App Service

Learn how to remotely debug your ASP.NET Core apps on Azure App Service directly using Visual Studio 2022.

Learning objectives

By the end of this module, you will be able to:

  • Deploy an ASP.NET Core app to Azure App Service.
  • Configure remote debugging settings.
  • Attach the Visual Studio debugger to apps running in Azure App Service.

Prerequisites

  • Visual Studio 2022 with the ASP.NET and web development and the Azure development workload installed
  • Experience using the Visual Studio debugger at the beginner level
  • Ability to create a simple .NET Core Razor Pages application from a template
  • Knowledge of Azure App Service's capability for hosting web applications at the beginner level