Scaffolding Multi Tenant Azure Apps

Scaffolds a multi-tenant Azure app where each tenant gets its own resource group on a shared subscription, with one Bicep main.bicep driven by a single tenant parameter that cascades through every resource name. The default tenant keeps the original (single-tenant) names byte-identical so the pattern works for the first deployment with no migration. Use when onboarding the second tenant onto an app that started single-tenant, designing a multi-school/multi-clinic/multi-org SaaS, or refactoring shared resources to be per-tenant.

alexpizarro Updated

File contents

alexpizarro/azure-lean-stack-skills/tree/main/skills/scaffolding-multi-tenant-azure-apps commit 17c9c378f7

Frequently asked questions

npx skillmds@latest add alexpizarro/scaffolding-multi-tenant-azure-apps