diff --git a/website/static/templates.json b/website/static/templates.json index 96056d57..90d6e81d 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1199,5 +1199,23 @@ "community", "new" ] + }, + { + "title": "Microservices App - Dapr Albums ACA", + "description": "Create two Dapr-enabled microservices - album viewer (Node.js) and the album API (C#) and have them communicate using Dapr in an Azure Container Apps environment.", + "preview": "./templates/images/dapr-albums-diagram.png", + "website": "https://github.com/Azure-Samples", + "author": "Paul Yuknewicz", + "source": "https://github.com/Azure-Samples/containerapps-dapralbums", + "tags": ["dapr", "dotnetCsharp", "aca", "nodejs", "msft", "new"] + }, + { + "title": "Azure Functions - Chat using ChatGPT (.NET C# v4 Isolated Function)", + "description": "This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, and then returns the output plus caches in a Blob state store.", + "preview": "./templates/images/test.png", + "website": "https://github.com/Azure-Samples", + "author": "Paul Yuknewicz", + "source": "https://github.com/Azure-Samples/function-csharp-ai-openai-chatgpt", + "tags": ["functions", "openai", "dotnetCsharp", "ai", "chatgpt", "msft", "new"] } ] diff --git a/website/static/templates/images/dapr-albums-diagram.png b/website/static/templates/images/dapr-albums-diagram.png new file mode 100644 index 00000000..f6e60311 Binary files /dev/null and b/website/static/templates/images/dapr-albums-diagram.png differ diff --git a/website/static/templates/images/dapr-pubsub-java-aks-diagram.png b/website/static/templates/images/dapr-pubsub-java-aks-diagram.png new file mode 100644 index 00000000..06e02ee5 Binary files /dev/null and b/website/static/templates/images/dapr-pubsub-java-aks-diagram.png differ diff --git a/website/static/templates/images/pubsub-dapr-servicebus.png b/website/static/templates/images/pubsub-dapr-servicebus.png new file mode 100644 index 00000000..bb4617ae Binary files /dev/null and b/website/static/templates/images/pubsub-dapr-servicebus.png differ