azure-app-platform-delivery

Coordinate Azure hosting and production release delivery for React Router and Prisma web apps.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/anaregdesign/arcade-spec --skill azure-app-platform-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-app-platform-delivery
Source: https://github.com/anaregdesign/arcade-spec/tree/main/.github/skills/azure-app-platform-delivery
Command: npx skills add https://github.com/anaregdesign/arcade-spec --skill azure-app-platform-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates Azure hosting, secretless bootstrap, and production release delivery for React Router + Prisma web apps.

Core Features & Use Cases

  • Own Azure Container Apps hosting and network topology
  • Manage Azure App Configuration, Key Vault, and secretless bootstrap
  • Define IaC templates (azure.yaml, main.bicep) and shared runtime assets
  • GitHub production Environment, OIDC deploy identity, and smoke-test workflows
  • Provide end-to-end release orchestration from build to smoke test

Quick Start

Copy the shared Azure delivery templates, wire App Configuration and Key Vault bootstrap, and validate the release workflow.

Frequently Asked Questions about azure-app-platform-delivery

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

FAQPage Schema
How do I set up production release delivery for React Router on Azure Container Apps?

Production release delivery for React Router on Azure Container Apps is coordinated through IaC templates, container packaging, and GitHub Actions workflows that enforce runtime boundaries and execute smoke tests.

What is secretless bootstrap in Azure App Configuration and Key Vault?

Secretless bootstrap in Azure App Configuration and Key Vault is a configuration pattern where runtime boundaries and shared assets are wired so applications load settings without managing local secrets directly.

Can I use GitHub Actions OIDC to deploy to Azure SQL and Container Apps?

Yes, you can use GitHub Actions OIDC deploy identity to provision Azure SQL and Container Apps infrastructure by defining a production Environment and applying IaC templates like azure.yaml and main.bicep.

How do I automate infrastructure provisioning for Azure Container Apps with Bicep?

Infrastructure provisioning for Azure Container Apps with Bicep is automated by defining IaC templates like main.bicep and azure.yaml, which are then executed through GitHub Actions release pipeline steps during deployment.

Does this Azure delivery workflow support Prisma web apps?

Yes, this Azure delivery workflow supports Prisma web apps by coordinating Azure hosting, secretless bootstrap, and end-to-end release orchestration specifically tailored for React Router and Prisma application architectures.