Azure Developer CLI templates topic

Azure Developer CLI (azd) templates are idiomatic application templates created using the azd conventions so that you can use azd to get started on Azure. Each template includes application code, infrastructure as code files needed to provision the Azure resources, and configuration file to set up your continuous integration and delivery (CI/CD) pipeline.

List Azure Developer CLI templates repositories

azure-search-openai-demo-csharp

607
Stars
399
Forks
Watchers

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experienc...

fastapi-azure-function-apim

37
Stars
14
Forks
Watchers

A FastAPI app that is designed for deployment to Azure Functions with an API Management Policy.

function-python-ai-langchain

55
Stars
23
Forks
Watchers

Simple starting point function to host LangChains with LLMs and other tools in an Azure Function.

django-quiz-app

26
Stars
16
Forks
Watchers

A sample Django app for quizzes. Designed for deployment with the Azure Developer CLI.

GPT-RAG

849
Stars
166
Forks
Watchers

Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azu...

azure-search-openai-javascript

241
Stars
125
Forks
Watchers

A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGP...

This repository demonstrates a typical front-end UI built with ASP.NET and a complementary back-end API.

msdocs-django-postgresql-sample-app

45
Stars
540
Forks
Watchers

A sample Django app using PostgreSQL for the Azure App Service Web App + Database tutorial