Skip to content

Commit 572a925

Browse files
Merge pull request #269819 from nathaniel-msft/aks-azd-3
Some more minor fixes to AZD article
2 parents 910c957 + 9bb6444 commit 572a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/learn/quick-kubernetes-deploy-azd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ You can review the application code in the [Azure-Samples/aks-store-demo GitHub
3939

4040
The quickstart application includes the following Kubernetes deployments and services:
4141

42-
:::image type="content" source="media/quick-kubernetes-deploy-portal/aks-store-architecture.png" alt-text="Screenshot of Azure Store sample architecture." lightbox="media/quick-kubernetes-deploy-portal/aks-store-architecture.png":::
42+
:::image type="content" source="media/quick-kubernetes-deploy-portal/aks-store-architecture.png" alt-text="Diagram that shows the Azure Store sample architecture." lightbox="media/quick-kubernetes-deploy-portal/aks-store-architecture.png":::
4343

4444
- **Store front**: Web application for customers to view products and place orders.
4545
- **Product service**: Shows product information.
4646
- **Order service**: Places orders.
4747
- **Rabbit MQ**: Message queue for an order queue.
4848

4949
> [!NOTE]
50-
> We don't recommend running stateful containers, such as Rabbit MQ, without persistent storage for production use. These are used here for simplicity, but we recommend using managed services instead, such as Azure CosmosDB or Azure Service Bus.
50+
> We don't recommend running stateful containers, such as Rabbit MQ, without persistent storage for production use. These are used here for simplicity, but we recommend using managed services instead, such as Azure Cosmos DB or Azure Service Bus.
5151
5252
## Clone the Azure Developer CLI template
5353

0 commit comments

Comments
 (0)