From 91fbc41ce7f23bd559186ba5a5f63766a9a12151 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Wed, 7 Feb 2024 15:35:46 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28eadf50..0e23077a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=648726487) - --- page_type: sample languages: @@ -29,6 +27,8 @@ description: This sample demo app consists of a group of containerized microserv --- +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=648726487) + # AKS Store Demo This sample demo app consists of a group of containerized microservices that can be easily deployed into an Azure Kubernetes Service (AKS) cluster. This is meant to show a realistic scenario using a polyglot architecture, event-driven design, and common open source back-end services (eg - RabbitMQ, MongoDB). The application also leverages OpenAI's GPT-3 models to generate product descriptions. This can be done using either [Azure OpenAI](https://learn.microsoft.com/azure/ai-services/openai/overview) or [OpenAI](https://openai.com/).