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.
azure-search-openai-demo-csharp
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...
app-templates-dotnet-azuresql-appservice
Dot Net core MVC web app connected to Azure SQL
fastapi-azure-function-apim
A FastAPI app that is designed for deployment to Azure Functions with an API Management Policy.
function-python-ai-langchain
Simple starting point function to host LangChains with LLMs and other tools in an Azure Function.
django-quiz-app
A sample Django app for quizzes. Designed for deployment with the Azure Developer CLI.
GPT-RAG
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
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...
dotNET-FrontEnd-to-BackEnd-on-Azure-Container-Apps
This repository demonstrates a typical front-end UI built with ASP.NET and a complementary back-end API.
msdocs-django-postgresql-sample-app
A sample Django app using PostgreSQL for the Azure App Service Web App + Database tutorial