Skip to content

Commit a8e7ea0

Browse files
Resolve blocking issues.
1 parent d3b77fe commit a8e7ea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,15 @@ To deploy the application, you use the `azd up` command to create all the object
529529

530530
* An `azure.yaml` file defines a cluster's desired state, such as which container images to fetch and includes the following Kubernetes deployments and services:
531531

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

534534
* **Store front**: Web application for customers to view products and place orders.
535535
* **Product service**: Shows product information.
536536
* **Order service**: Places orders.
537537
* **Rabbit MQ**: Message queue for an order queue.
538538

539539
> [!NOTE]
540-
> We don't recommend running stateful containers, such as 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.
540+
> We don't recommend running stateful containers, such as Rabbit MQ, without persistent storage for production. These are used here for simplicity, but we recommend using managed services, such as Azure Cosmos DB or Azure Service Bus.
541541

542542
### Deploy application resources
543543

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ groups:
30483048
title: Start with a template
30493049
# Owner: sloanster
30503050
- id: acs-web-safari-chrome-firefox-known-issues
3051-
title: Knowns issues
3051+
title: Known issues
30523052
prompt: Choose a platform
30533053
pivots:
30543054
- id: all-browsers

0 commit comments

Comments
 (0)