This repo contains a demo for an Azure App Service WebApp, Storage Account and Azure Front Door with CDN, allowing to showcase the caching functionality by displaying Seattle scenery images and showing the loading time for different back-ends. This scenario can be deployed to Azure using the Azure Developer CLI - AZD.
💪 This template scenario is part of the larger Microsoft Trainer Demo Deploy Catalog.
- Azure Developer CLI - AZD
- When installing AZD, the above the following tools will be installed on your machine as well, if not already installed:
- You need Owner or Contributor access permissions to an Azure Subscription to deploy the scenario.
- Create a new folder on your machine.
mkdir -p petender/azd-fdcdn
- Next, navigate to the new folder.
cd petender/azd-fdcdn
- Next, run
azd initto initialize the deployment.
azd init -t petender/azd-fdcdn
- Last, run
azd upto trigger an actual deployment.
azd up
⏩ Note: you can delete the deployed scenario from the Azure Portal, or by running azd down from within the initiated folder.
- Use the [demo guide](insert raw link to the demoguide within your repo) for inspiration for your demo
Feel free to create issues for bugs, suggestions or Fork and create a PR with new demo scenarios or optimizations to the templates. If you like the scenario, consider giving a GitHub ⭐