Skip to main content

Cloudflare-hosted personal awesome-azd catalog

Find the right azd template and deploy it fast

Browse Nathan McNulty's public Azure Developer CLI templates, copy the right azd init -t command, and move straight into azd up.

azd init -t nathanmcnulty/azd-{solution}
azd up
Only public, usable repositories are listed here, so every card maps to a real template that can be initialized immediately.
3public templates
8documented solution variants
3featured starting points

Use any template in three steps

The site is optimized for the exact workflow you described: discover a solution, run azd init -t, then provision with azd up.

1

Pick a solution

Search by workload, tags, or platform details until you find the best match for your scenario.

2

Initialize from GitHub

Every card includes the exact template command and any repo-specific follow-up step, such as changing into a solution folder.

3

Run azd up

Provision and deploy with the recommended quickstart for that template, then follow any repo-specific post-deployment guidance.

Featured templates

This lighter homepage mirrors the role of the awesome-azd landing page: orient visitors quickly, then send them into the dedicated gallery for deeper discovery.

Maester on Azure

azd-maester

Featured4 variantsPowerShell

Production-style azd templates for running Maester on Azure with managed identities and minimal operator steps.

Updated May 27, 202637 stars
MaesterSecurityPowerShellManaged Identity
  • Four deployment variants in one repository
  • Recommended starting point: automation-account
  • Interactive azd preprovision wizard for include flags and required values

Quick start

azd init -t nathanmcnulty/azd-maester
cd automation-account
azd up

MyWorkID with azd

azd-myworkid

Featured2 variantsC#

An azd-first MyWorkID template that provisions Azure resources, configures Entra application objects, and supports both releaseZip and sourceBuild deployment flows.

Updated May 13, 2026
Entra IDVerified IDApp Service.NETBicep
  • releaseZip mode avoids local .NET and Node.js requirements
  • Optional sourceBuild flow for contributors
  • Automates Entra application and permission setup with azd hooks

Quick start

azd init -t nathanmcnulty/azd-myworkid
azd up

Entra health monitoring

azd-entra-health-monitoring

Featured2 variantsPowerShell

A secret-free azd template that subscribes to Microsoft Graph Entra health alerts, posts them to Teams, and renews the subscription lifecycle automatically.

Updated Apr 16, 2026
Entra IDLogic AppsMicrosoft GraphTeams
  • No app registration or client secret required
  • Posts Entra health alerts to a Microsoft Teams channel
  • Companion lifecycle workflow keeps the Graph subscription healthy

Quick start

azd init -t nathanmcnulty/azd-entra-health-monitoring
azd up