Overview
From a bare repo to automated deploys: this meetup wired up a complete GitHub
Actions pipeline that builds, tests, and ships a .NET app to Azure on every push
to main.
What we covered
- Workflow basics — triggers, jobs, steps, and the runner model.
- Build & test — restoring, building, and running the test suite as a gate.
- Containers — building an image and pushing to Azure Container Registry.
- Deploy — OIDC federation to Azure with no long-lived secrets, then a Web App / Container Apps deploy.
- Safety — environments, approvals, and rolling back a bad release.
Who attended
Developers and DevOps engineers standardising their release process. 220+ joined live.