Skip to content

Commit

Permalink
Merge pull request #31 from Azure-Samples/readme-updates
Browse files Browse the repository at this point in the history
README clean-up
  • Loading branch information
pauldotyu committed Jun 29, 2023
2 parents e9301de + c917a01 commit e2e5895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 99 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

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 app is inspired by another demo app called [Red Dog](https://github.com/Azure/reddog-code).

> Note: This is not meant to be an example of perfect code to be used in production, but more about showing a realistic application running in AKS.
<!--
To walk through a quick deployment of this application, see the [AKS Quickstart](https://learn.microsoft.com/azure/aks/learn/quick-kubernetes-deploy-cli).
To walk through a complete experience where this code is packaged into container images, uploaded to Azure Container Registry, and then run in and AKS cluster, see the [AKS Tutorials](https://learn.microsoft.com/azure/aks/tutorial-kubernetes-prepare-app).
There is also an generative AI version of this demo that integrates OpenAI to create product descriptions. (add link when published)
-->

## Architecture

The application has the following services:
Expand All @@ -29,9 +35,6 @@ Architecure Diagram:

![Logical Application Architecture Diagram](assets/demo-arch.png)

## Testing and Getting Started

This [document](./docs/quickstart.md) has some intial commands to set this up in your own environment. Eventually these steps will be in the Azure docs in the links at the top.

## Additional Resources

Expand Down
96 changes: 0 additions & 96 deletions docs/quickstart.md

This file was deleted.

0 comments on commit e2e5895

Please sign in to comment.