This guide has been split into focused documents:
- Authentication setup: auth-setup.md
- Azure dev deployment setup: azure-dev-deploy.md
- Azure prod deployment setup: azure-prod-deploy.md
- Use auth-setup.md when configuring local sign-in providers and web environment values.
- Use azure-dev-deploy.md when setting up direct deployment with .github/workflows/deploy-azure-dev.yaml.
- Use azure-prod-deploy.md when setting up slot-based production deployment with .github/workflows/deploy-azure-prod.yaml.
- Copy src/learning-bank-web/.env.example to src/learning-bank-web/.env.local.
- Complete all required values using auth-setup.md.
- Start the app with ./dev.ps1.