Challenge 03 - Run the app on Azure

< Previous Challenge - Home - Next Challenge >

Introduction

In a previous challenge, we updated the app to use an Azure SQL Database, but the app is still running locally. Now with this challenge you will provision an Azure Web App for Containers to host your Rock Paper Scissors Boom app.

Run on Azure

Description

Note: You should use an Infrastructure as Code language (Azure CLI, Bicep, Terraform, etc) to provision your Azure services. You could also use the Azure Portal to provision your Azure services, but it’s not recommended.

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources

Tips