Search⌘ K
AI Features

Introduction: Configuration and Deployment to Azure

Explore how to configure and deploy both React frontend and ASP.NET Core backend applications to Azure. Learn to set up staging and production environments, publish APIs and databases, and streamline deployments using Visual Studio. This lesson guides you through preparing your code for Azure and deploying efficiently.

We'll cover the following...

Overview

In this chapter, we’ll deploy our app into production in Microsoft Azure so that all of our users can start to use it. We will focus on the backend to start with, making the necessary changes to ...