← Explore by area

Azure Developer CLI Templates

11 repos

This cluster represents a collection of starter templates and reference applications built around the Azure Developer CLI (AZD) framework. The repos demonstrate how to scaffold and deploy full-stack applications to Azure using infrastructure-as-code tools like Bicep and Terraform, with various backend stacks (Node.js, Python, C#) and data stores (MongoDB, Cosmos DB, SQL). Someone exploring this area would find practical examples of cloud-native application templates, IaC patterns for Azure, and end-to-end deployment workflows.

TypeScript · 8HCL · 2Bicep · 1azd-templatesazure

azd-starter-bicep

Starter template with Bicep as infrastructure provider for Azure Developer CLI (azd).

Bicep21 commits

azd-starter-terraform

Starter template with Terraform as infrastructure provider for Azure Developer CLI (azd).

HCL17 commits

todo-csharp-cosmos-sql

A blueprint for getting a React web app with a C# API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

TypeScript57 commits

todo-csharp-sql

A blueprint for getting a React web app with a C# API and a SQL database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

TypeScript109 commits

todo-csharp-sql-swa-func

A blueprint for getting a React web app with a C# API and a SQL database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

TypeScript52 commits

todo-nodejs-mongo

A blueprint for getting a React web app with a Node.js API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

TypeScript57 commits

todo-nodejs-mongo-aca

A blueprint for getting a React web app with a Node.js API and a MongoDB database onto Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

TypeScript56 commits

todo-python-mongo

A blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. It includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (Bicep) to get up and running quickly.

TypeScript50 commits

todo-python-mongo-aca

A blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. The frontend, currently a ToDo application, is designed as a placeholder that can easily be removed and replaced with your own frontend code.

TypeScript52 commits

todo-python-mongo-swa-func

A blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. The frontend, currently a ToDo application, is designed as a placeholder that can easily be removed and replaced with your own frontend code. This architecture is for hosting static web apps with serverless logic and functionality.

TypeScript47 commits

todo-python-mongo-terraform

A blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. It includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (Terraform) to get up and running quickly

HCL33 commits