Skip to content

Commit fe3ada4

Browse files
authored
Updated typos in opentelemetry-agents.md
There were some typos in demo commands. Fixed them so the commands can be copy/pasted without having to fix them locally.
1 parent 64bce55 commit fe3ada4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/opentelemetry-agents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ While you can set up as many OTLP-configured endpoints as you like, each endpoin
199199
# [Azure CLI](#tab/azure-cli)
200200

201201
```azurecli
202-
az containerap env telemetry otlp add \
203-
--name "otlp1"
202+
az containerapp env telemetry otlp add \
203+
--name "otlp1" \
204204
--endpoint "ENDPOINT_URL_1" \
205205
--insecure false \
206206
--headers "api-key-1=key" \
207207
--enable-open-telemetry-traces true \
208208
--enable-open-telemetry-metrics true
209-
az containerap env telemetry otlp add \
210-
--name "otlp2"
209+
az containerapp env telemetry otlp add \
210+
--name "otlp2" \
211211
--endpoint "ENDPOINT_URL_2" \
212212
--insecure true \
213213
--enable-open-telemetry-traces true \

0 commit comments

Comments
 (0)