Final Project: Deploy a Full App to Azure
Time to put a real application live on Azure.
Requirements
- Create a resource group for the project using the Azure CLI.
- Deploy a web app (frontend, API, or full-stack) to Azure App Service using
az webapp upor your CI/CD tool of choice. - Create a storage account and use Blob Storage for at least one piece of user-uploaded or generated content (an image, a file export, etc.).
- Confirm the deployed app is reachable at its
azurewebsites.netURL and actually uses the storage account. - Use
az webapp log tailat least once to debug something during deployment.
Stretch goals
- Add an Azure SQL Database or Cosmos DB instance and connect your app to it.
- Set an environment variable/app setting on the Web App via the CLI instead of the Portal.
- Clean up by deleting the resource group when you're done, and confirm everything inside it is gone.
Submit your repository link (or a link to your deployed app) below when you are done, an instructor will review it before you can mark this lesson complete. Good luck! 🚀