azure-container-apps

Generate Azure Container Apps Bicep and Terraform configurations with auto-scaling and Dapr integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the deployment and configuration of Azure Container Apps, enabling users to define and manage containerized applications on Azure with advanced features like auto-scaling, Dapr integration, and traffic splitting.

Core Features & Use Cases

  • Environment Setup: Generates Bicep templates for creating Azure Container Apps environments, including options for VNET integration and Log Analytics.
  • Container App Deployment: Creates Bicep templates for deploying containerized applications with configurable ingress, secrets, environment variables, and health probes.
  • Autoscaling Configuration: Provides examples for various scaling rules, including HTTP-based, Azure Service Bus queue, Azure Storage Queue, and cron-based scaling using KEDA.
  • Dapr Integration: Demonstrates how to enable and configure Dapr for microservice communication, state management, and pub/sub patterns.
  • Container Apps Jobs: Offers templates for both scheduled and event-driven container jobs.
  • Custom Domains & TLS: Shows how to configure custom domains with managed TLS certificates.
  • Terraform Alternative: Includes a Terraform example for deploying Container Apps.

Quick Start

Use the azure-container-apps skill to generate a Bicep template for deploying a web API with auto-scaling and Dapr integration.

Frequently Asked Questions about azure-container-apps

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

FAQPage Schema
How do I deploy Azure Container Apps with Bicep and Terraform?

You can deploy Azure Container Apps by generating production-ready Bicep and Terraform configurations that define containerized applications with auto-scaling, Dapr integration, and VNET integration. The Skill provides templates for both infrastructure provisioning approaches.

How does KEDA autoscaling work for Azure Container Apps?

KEDA autoscaling for Azure Container Apps works by evaluating scaling rules based on HTTP traffic, Azure Service Bus queues, Azure Storage Queues, or cron schedules. The generated configurations apply these rules to automatically scale your containerized workloads up or down.

Can I use Dapr integration for microservice communication in Azure Container Apps?

Yes, Dapr integration is supported to enable microservice communication, state management, and pub/sub patterns. The configuration enables Dapr components within the Azure Container Apps environment to facilitate these distributed application capabilities.

Does Azure Container Apps support scheduled and event-driven container jobs?

Azure Container Apps supports both scheduled and event-driven container jobs through generated Bicep templates. These templates configure Container Apps Jobs to execute specific tasks based on defined schedules or triggering events.

How do I configure custom domains and TLS for Azure Container Apps?

Custom domains and TLS for Azure Container Apps are configured using generated Bicep templates that apply managed TLS certificates. This secures ingress traffic to your deployed containerized web applications.

Bicep vs Terraform for Azure Container Apps deployment: which is better?

Both Bicep and Terraform are supported for Azure Container Apps deployment. Bicep offers native Azure integration, while the included Terraform alternative provides a multi-cloud infrastructure as code approach for managing the same container app environments and applications.