azure-front-door

Generate Azure Front Door Bicep templates for load balancing, CDN, and WAF.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill azure-front-door
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-front-door
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/azure-front-door
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill azure-front-door

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about azure-front-door

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Azure Front Door with WAF and global load balancing using Bicep?

You can configure Azure Front Door with WAF and global load balancing by generating production-ready Bicep templates that define Standard or Premium tier profiles, origin groups, and security policies. This automates the deployment of multi-region failover and web application firewall rules.

Can I set up custom domains with managed certificates in Azure Front Door?

Yes, you can set up custom domains with managed certificates in Azure Front Door. The generated Bicep configuration links your custom domain to the Front Door profile and automatically provisions the managed TLS certificate for secure HTTPS traffic.

Does Azure Front Door support App Services and Container Apps as origins?

Yes, Azure Front Door supports App Services and Container Apps as origins. The configuration supports various origin types including Application Gateways, Storage, and custom origins, complete with health probes and multi-region failover capabilities.

What is the difference between Standard and Premium tiers when deploying Front Door with Bicep?

The Standard and Premium tiers for Azure Front Door dictate the available features, with Premium offering advanced capabilities. The generated Bicep templates support both tiers, allowing you to configure global load balancing, CDN, and WAF based on your specific tier selection.

How do I configure WAF policies and Rules Engine in Azure Front Door?

You configure WAF policies and the Rules Engine in Azure Front Door by generating Bicep templates that define managed and custom security rules, advanced request/response manipulation, and security header injection. This ensures robust application protection and traffic control.