Skip to content

Commit 3289a06

Browse files
committed
Fix review issues.
1 parent 0a6bb59 commit 3289a06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
- name: Create and deploy a container app using the CLI
196196
href: tutorial-deploy-first-app-cli.md
197197
- name: Scale a container app
198-
href: tutorial-scaling.md
198+
href: tutorial-scaling.md
199199
- name: Build a multiple app scenario
200200
expanded: true
201201
items:

articles/container-apps/tutorial-scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ In the first shell, where you ran the `az containerapp logs show` command, the o
342342
1. In the *Scale and Replicas* page, select **Replicas**.
343343
1. Your container app now has more than one replica running.
344344

345-
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas.png" alt-text="Container app replicas.":::
345+
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas.png" alt-text="Screenshot of container app replicas.":::
346346

347347
You may need to select **Refresh** to see the new replicas.
348348

@@ -353,16 +353,16 @@ You may need to select **Refresh** to see the new replicas.
353353
1. Select the blue checkmark icon to finish editing the splitting.
354354
1. The graph shows the requests received by your container app, split by replica.
355355

356-
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-1.png" alt-text="Container app metrics graph, showing requests split by replica.":::
356+
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-1.png" alt-text="Container app metrics graph, showing requests split by replica.":::
357357

358358
1. By default, the graph scale is set to last 24 hours, with a time granularity of 15 minutes. Select the scale and change it to the last 30 minutes, with a time granularity of one minute. Select the **Apply** button.
359359
1. Select on the graph and drag to highlight the recent increase in requests received by your container app.
360360

361-
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-2.png" alt-text="Container app metrics graph, showing requests split by replica, with a scale of 30 minutes and time granularity of one minute.":::
361+
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-2.png" alt-text="Screenshot of container app metrics graph, showing requests split by replica, with a scale of 30 minutes and time granularity of one minute.":::
362362

363363
The following screenshot shows a zoomed view of how the requests received by your container app are divided among replicas.
364364

365-
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-3.png" alt-text="Container app metrics graph, showing requests split by replica, in a zoomed view.":::
365+
:::image type="content" source="media/scale-app/azure-container-apps-scale-replicas-metrics-3.png" alt-text="Screenshot of container app metrics graph, showing requests split by replica, in a zoomed view.":::
366366

367367
## Clean up resources
368368

0 commit comments

Comments
 (0)