Skip to content

Commit 74c1275

Browse files
author
Jill Grant
authored
Apply suggestions from code review
alt text fixes
1 parent cb6b321 commit 74c1275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-metrics-scale-with-keda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Once your new revision is ready, [send requests](./tutorial-scaling.md#send-requ
170170
171171
Here's a sample metric snapshot for the example scale rule.
172172

173-
:::image type="content" source="media/java-metrics-keda/keda-auto-scale-java-gc-portal.png" alt-text="Screenshot of KEDA scale with JVM metrics" lightbox="media/java-metrics-keda/keda-auto-scale-java-gc-portal.png":::
173+
:::image type="content" source="media/java-metrics-keda/keda-auto-scale-java-gc-portal.png" alt-text="Screenshot of KEDA scale with JVM metrics." lightbox="media/java-metrics-keda/keda-auto-scale-java-gc-portal.png":::
174174

175175
1. Initially, there's one replica (the `minReplicas`) for the app.
176176
1. A spike in requests causes the Java app to experience frequent JVM garbage collection (GC).
@@ -191,7 +191,7 @@ ContainerAppSystemLogs
191191
| project TimeGenerated, Type, Reason, ContainerAppName, Log
192192
```
193193

194-
:::image type="content" source="media/java-metrics-keda/keda-auto-scale-java-log.png" alt-text="Screenshot of KEDA scale log query" lightbox="media/java-metrics-keda/keda-auto-scale-java-log.png":::
194+
:::image type="content" source="media/java-metrics-keda/keda-auto-scale-java-log.png" alt-text="Screenshot of KEDA scale log query." lightbox="media/java-metrics-keda/keda-auto-scale-java-log.png":::
195195

196196
## Clean up resources
197197

0 commit comments

Comments
 (0)