Azure Deploy

Deploy Azure infrastructure, BFF API, static web apps, and App Service configurations.

1|1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/spaarke-dev/spaarke --skill azure-deploy-spaarke-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Azure Deploy
Source: https://github.com/spaarke-dev/spaarke/tree/main/.claude/skills/azure-deploy
Command: npx skills add https://github.com/spaarke-dev/spaarke --skill azure-deploy-spaarke-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Azure deployment tasks—infra, BFF API, SWA, and App Service config—into a repeatable, codified process, reducing manual setup time and error-prone handoffs.

Core Features & Use Cases

  • Infrastructure Deployment: Create and configure Azure resources using Bicep templates and CLI commands.
  • API & SWA Deployment: Deploy BFF API and Static Web Apps with automated settings management.
  • Use Case: A DevOps engineer can spin up a new environment for a customer, including resource groups, apps, and settings, with a single command sequence.

Quick Start

Use the Azure Deploy skill to provision infrastructure, BFF API, and SWA in a single, repeatable flow.

Frequently Asked Questions about Azure Deploy

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

FAQPage Schema
How do I automate Azure infrastructure and SWA deployments?

Automate Azure infrastructure and SWA deployments by codifying provisioning tasks with Bicep templates and CLI commands. This process manages resource groups, App Service configurations, and BFF API deployments in a single deterministic flow to reduce manual setup errors.

What do I need to provision Azure App Service and BFF APIs?

To provision Azure App Service and BFF APIs, you need Azure CLI, Bicep tooling, .NET workloads for APIs, and SWA CLI. These tools execute deterministic provisioning and post-deployment configuration across development, staging, and production environments.

Can I replicate existing Azure environments with Bicep templates?

Yes, you can replicate existing Azure environments using Bicep templates. This approach codifies resource groups, apps, and settings into a repeatable process, allowing DevOps teams to spin up identical setups across different environments with a single command sequence.

What is the best way to deploy static web apps and App Service configurations?

The best way to deploy static web apps and App Service configurations is consolidating them into a codified process using SWA CLI and Azure CLI. This automates settings management and eliminates error-prone manual handoffs during environment provisioning.

Why does deploying Azure infrastructure manually cause errors?

Deploying Azure infrastructure manually causes errors due to handoffs and inconsistent configuration. Codifying the deployment of infra, BFF API, SWA, and App Service settings into a repeatable flow ensures deterministic provisioning and eliminates manual setup mistakes.