Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Azure/awesome-azd into add-…
Browse files Browse the repository at this point in the history
…musicbinder-template
  • Loading branch information
hemarina committed Jul 31, 2023
2 parents 1beea77 + 4b5fe5e commit 93a9a5b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Awesome `azd` ![Awesome Badge](https://awesome.re/badge-flat2.svg)

View this site here: [aka.ms/awesome-azd](https://aka.ms/awesome-azd)

## 1. Introduction
_Getting started? Click the image below to check out an Azure Friday episode all about the Azure Developer CLI (`azd`)._

Expand Down
Binary file added website/src/data/images/asa-chatgpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 29 additions & 1 deletion website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ const Users: User[] = [
source: 'https://github.com/Azure-Samples/todo-nodejs-mongo-aks',
tags: ['featured','bicep','nodejs','typescript','javascript','mongodb','monitor','keyvault', 'reactjs', 'appservice','cosmosdb','aks'],
},
{
title: 'Static React Web App with Java API and PostgreSQL',
description:
'A blueprint for getting a React web app with a Java API and a Azure Database for PostgreSQL - Flexible Server 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. This architecture is for hosting web apps and APIs without worrying about the infrastructure.',
preview: require('./images/todo-java-postgres-asa.png'),
website: 'https://github.com/Azure-Samples/',
author: 'Yi Liu',
source: 'https://github.com/Azure-Samples/ASA-Samples-Web-Application',
tags: ['featured','bicep','java','nodejs','spring','webapps','azurespringapps','azuredb-postgreSQL'],
},
{
title: 'ChatGPT Plugin using Python (FastAPI)',
description: 'This is a quickstart for creating a ChatGPT Plugin using Python and Azure.',
Expand Down Expand Up @@ -218,7 +228,15 @@ const Users: User[] = [
source: 'https://github.com/Azure-Samples/chatgpt-quickstart',
tags: ['featured', 'bicep','python','openai', 'chatgpt', 'ai', 'flask', 'aca']
},

{
title: 'Spring ChatGPT Application using Azure OpenAI on Azure Spring Apps',
description: 'A sample that uses Java Spring framework to build ChatGPT-style application running in Azure Spring Apps.',
preview: require('./images/asa-chatgpt.png'),
website:'https://github.com/Azure-Samples',
author: 'Yi Liu',
source: 'https://github.com/Azure-Samples/spring-chatgpt-sample',
tags: ['featured', 'bicep','java','openai', 'chatgpt', 'ai', 'blobstorage', 'azurespringapps']
},
//------- ALL OTHER AZURE-SAMPLES HERE - how many do we want to feature?
{
title: 'Azure Health Data Services Toolkit Azure Function Quickstart',
Expand Down Expand Up @@ -584,6 +602,16 @@ const Users: User[] = [
source: 'https://github.com/pamelafox/flask-db-quiz-example',
tags: ['python', 'flask', 'bicep', 'appservice', 'webapps', 'azuredb-postgreSQL']
},
{
title: 'DotNet Function App with Service Bus',
description:
'A sample that uses a C# Function App with native Service Bus bindings to both add and react to Queued Messages',
preview: require('./images/servicebus-dotnet-functionapp.png'),
website: 'https://github.com/gordonby',
author: 'Gordon Byers',
source: 'https://github.com/Gordonby/servicebus-dotnet-functionapp',
tags: ['dotnetCsharp', 'functions', 'bicep', 'servicebus']
},
{
title: 'FastAPI, htmx, TailwindCSS on App Service',
description:
Expand Down

0 comments on commit 93a9a5b

Please sign in to comment.