Zum Hauptinhalt springen

Deploy your app

Instructions

There are several ways that you can deploy your app so that you can share it with the world, including using GitHub pages or using one of many service providers. A really excellent way to do this is to use Azure Static Web Apps. In this assignment, build your web app and deploy it to the cloud by following these instructions or watching these videos. A benefit of using Azure Static Web Apps is that you can hide any API keys in the portal, so take this opportunity to refactor your subscriptionKey as a variable and store it in the cloud.

Rubric

CriteriaExemplaryAdequateNeeds Improvement
A working web app is presented in a documented GitHub repository with its subscriptionKey stored in the cloud and called via a variableA working web app is presented in a documented GitHub repository but its subscriptionKey is not stored in the cloudThe web app contains bugs or does not work properly