zava-workspace-deploy

Deploy the Zava control plane to Azure Container Apps using Azure Developer CLI and Bicep templates.

1|1|Updated May 26, 2026
One-click install
npx skills add https://github.com/aiappsgbb/zava-constellation --skill zava-workspace-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zava-workspace-deploy
Source: https://github.com/aiappsgbb/zava-constellation/tree/main/skills/zava-workspace-deploy
Command: npx skills add https://github.com/aiappsgbb/zava-constellation --skill zava-workspace-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of the Zava agentic-org control plane to Azure Container Apps, simplifying the process of getting Zava running on Azure.

Core Features & Use Cases

  • Infrastructure Provisioning: Automates the creation of required infrastructure, including storage, UAMI, and an Azure Container App environment.
  • Container Image Building: Constructs a container image from the source code with a multi-stage Docker build process.
  • Deployment: Pushes the image to Azure Container Apps, replacing a placeholder image with the newly built one.
  • Use Case: Use this Skill to deploy the Zava control plane, which includes a FastAPI backend and 3 React/Vite SPAs served via Starlette StaticFiles, along with the necessary backend services and mock servers.

Quick Start

Use the zava-workspace-deploy skill to deploy the Zava control plane to Azure Container Apps.

Frequently Asked Questions about zava-workspace-deploy

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

FAQPage Schema
How do I deploy a FastAPI backend and React SPAs to Azure Container Apps?

To deploy a FastAPI backend and React SPAs to Azure Container Apps, this Skill automates infrastructure provisioning and pushes a multi-stage Docker container image using Azure Developer CLI and Bicep templates within a single container.

What infrastructure is needed to deploy a Python and TypeScript platform to Azure Container Apps?

Deploying a Python and TypeScript platform to Azure Container Apps requires an existing Azure Container Registry in the same region, storage, User-Assigned Managed Identities, and a Container App environment provisioned via Bicep.

Does deploying a FastAPI and React application to Azure Container Apps require Azure Developer CLI?

Yes, deploying a FastAPI and React application to Azure Container Apps requires the Azure Developer CLI. You must configure azd and azd env to orchestrate the multi-stage Docker build and Bicep template provisioning.

Can I serve multiple React/Vite SPAs from a single Azure Container App with a FastAPI backend?

Yes, you can serve multiple React/Vite SPAs from a single Azure Container App. The deployment constructs one container image where FastAPI serves the SPAs via Starlette StaticFiles alongside backend routes.

What is the best way to automate Azure Container Apps deployment for a large multi-domain workflow platform?

The best way to automate Azure Container Apps deployment for a multi-domain workflow platform is using Bicep templates with Azure Developer CLI to provision storage, build the container image, and replace the placeholder image automatically.