Skip to content

Commit 2eb2aaf

Browse files
authored
Fix grammar and improve clarity in documentation
1 parent 7300538 commit 2eb2aaf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/container-apps/opentelemetry-agents.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ From api version 2024-08-02-preview, you might configure your container app envi
578578
Now, we support Dapr Traces and Keda Metrics
579579

580580
### Dapr Traces
581-
The following example ARM template shows how to export Dapr Traces to your traces destinations
581+
582+
The following example ARM template shows how to export Dapr Traces to your traces destinations.
582583
```json
583584
{
584585
...
@@ -597,10 +598,12 @@ The following example ARM template shows how to export Dapr Traces to your trace
597598
}
598599
}
599600
```
600-
To learn more about how to use dapr in container apps [Dapr Overview](./dapr-overview.md)
601+
602+
To learn more about how to use Dapr in container apps, see [Dapr Overview](./dapr-overview.md).
601603

602604
### Keda Metrics
603-
The following example ARM template shows how to export Keda Metrics to your metrics destinations
605+
606+
The following example ARM template shows how to export Keda metrics to your metrics destinations.
604607
```json
605608
{
606609
...
@@ -619,7 +622,8 @@ The following example ARM template shows how to export Keda Metrics to your metr
619622
}
620623
}
621624
```
622-
To learn more about KEDA support in container apps [Autoscale](scale-app.md)
625+
626+
To learn more about KEDA support in Container Apps, see [Set scaling rules](scale-app.md).
623627

624628
## Example OpenTelemetry configuration
625629

0 commit comments

Comments
 (0)