- Azure Redis (PubSub)
- Azure Container Registry (Registry)
- WebApp + AppService Plan (Workload)
- Entra ID (Identity)
- Build and push docker image to Azure Container Registry
- Deploy to Azure WebApp
make docker
az login
make azure-setup
az ad sp create-for-rbac --name "github-action" --role contributor --scopes /subscriptions/<subcription-id> --sdk-auth