Developing Azure Apps Locally

Runs an Azure Lean Stack app fully offline on localhost — API + SQL Server + blob storage — with no Azure dependency, as the "try" tier of the local→test→prod flow on the main branch. Provides a docker-compose stack (SQL Server 2022 + Azurite), a one-command bootstrap, mock-mode for unset service keys, and an optional seed-from-test path. Use when setting up local development, running the app offline before deploying, adding a local database/blob emulator, or onboarding a developer to the repo.

alexpizarro Updated

File contents

alexpizarro/azure-lean-stack-skills/tree/main/skills/developing-azure-apps-locally commit 5510e7f451

Frequently asked questions

npx skillmds@latest add alexpizarro/developing-azure-apps-locally