What problem does it solve?
This Skill automates the generation of Azure Front Door configurations, simplifying the setup of global load balancing, content delivery networks (CDN), and web application firewalls (WAF).
Core Features & Use Cases
- Profile Generation: Creates Bicep templates for Azure Front Door profiles (Standard and Premium tiers).
- Origin Configuration: Sets up various origin types including App Services, Container Apps, Storage, Application Gateways, and custom origins, with support for health probes and multi-region failover.
- WAF and Rules Engine: Configures robust WAF policies with managed and custom rules, and utilizes the Rules Engine for advanced request/response manipulation and security header injection.
- Use Case: You need to deploy a global web application with high availability, caching, and security. This skill will generate the necessary Bicep code to configure Front Door, including custom domains, WAF policies, and routing rules.
Quick Start
Use the azure-front-door skill to generate a Premium tier Front Door profile for a web application with a custom domain 'www.myapp.com' and an App Service origin.