-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Category: Azure Deployment
deploy MaaJ to Azure Container Apps with: managed HTTPS ingress, Azure Files share mounted at /app/data and /app/logs for SQLite persistence, secrets stored in Container Apps secrets (not plain env vars), ASPNETCORE_FORWARDEDHEADERS_ENABLED=true for the managed ingress, and Entra ID app registration with redirect URI pointing to the Container Apps FQDN; provide a bicep or azd (Azure Developer CLI) template so the full environment (resource group, storage account, Azure Files shares, Container Apps environment, Container App) can be provisioned with a single command; extend the existing GitHub Actions release.yml with an az containerapp update --image step to complete the CI/CD loop after each new image tag is pushed
Managed automatically from BACKLOG.md