Skip to content

Commit 79acaa0

Browse files
authored
Merge pull request #107 from v-xuto/add-metadata
Publish Microsoft Authored templates to azure samples browser
2 parents 1373442 + b8fb367 commit 79acaa0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- azdeveloper
5+
- go
6+
- javascript
7+
- rust
8+
- nodejs
9+
- python
10+
- bicep
11+
- terraform
12+
- dockerfile
13+
products:
14+
- azure
15+
- azure-kubernetes-service
16+
- azure-openai
17+
- azure-cosmos-db
18+
- azure-container-registry
19+
- azure-service-bus
20+
- azure-monitor
21+
- azure-log-analytics
22+
- azure-managed-grafana
23+
- azure-key-vault
24+
urlFragment: aks-store-demo
25+
name: AKS Store Demo
26+
description: This sample demo app consists of a group of containerized microservices that can be easily deployed into an Azure Kubernetes Service (AKS) cluster.
27+
---
28+
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->
29+
130
# AKS Store Demo
231

332
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/).

0 commit comments

Comments
 (0)