Skip to content

Commit a56299a

Browse files
authored
Update open-ai-quickstart.md
Updated Note formatting
1 parent 554ff59 commit a56299a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/aks/open-ai-quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ The sample cloud native application is representative of real-world implementati
1818

1919
These applications provide front ends for customers and store admins, REST APIs for sending data to RabbitMQ message queue and MongoDB database, and console apps to simulate traffic.
2020

21-
> Note: Running stateful containers such as MongoDB and Rabbit MQ without persistent storage is not recommended for production. These are used here for simplicity, but it is recommended to use managed services such as Azure CosmosDB, Azure Service Bus, etc.
21+
> [!NOTE]
22+
> We don't recommend running stateful containers, such as MongoDB and Rabbit MQ, without persistent storage for production. These are used here for simplicity, but we recommend using managed services, such as Azure CosmosDB or Azure Service Bus.
2223
2324
The codebase for [AKS Store Demo][aks-store-demo] can be found on GitHub.
2425

@@ -120,7 +121,8 @@ For the [AKS Store application][aks-store-demo], this manifest includes the foll
120121
- Mongo DB: NoSQL instance for persisted data
121122
- Rabbit MQ: Message queue for an order queue
122123
123-
> Note: Running stateful containers such as MongoDB and Rabbit MQ without persistent storage is not recommended for production. These are used here for simplicity, but it is recommended to use managed services such as Azure CosmosDB, Azure Service Bus, etc.
124+
> [!NOTE]
125+
> We don't recommend running stateful containers, such as MongoDB and Rabbit MQ, without persistent storage for production. These are used here for simplicity, but we recommend using managed services, such as Azure CosmosDB or Azure Service Bus.
124126
125127
1. Review the [YAML manifest](https://github.com/Azure-Samples/aks-store-demo/blob/main/aks-store-all-in-one.yaml) for the application. You will see a series of deployments and services that make up the entire application.
126128

0 commit comments

Comments
 (0)