Skip to content

Commit e42a3a3

Browse files
authored
Merge pull request #99313 from PaulHCode/patch-1
Update diagnostics-container.md
2 parents 84c989f + df76319 commit e42a3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/containers/includes/diagnostics-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Then run the container. Replace `{ENDPOINT_URI}` with your endpoint, and replace
2121

2222
```bash
2323
docker run --rm mcr.microsoft.com/azure-cognitive-services/diagnostic \
24-
Eula=accept \
24+
eula=accept \
2525
Billing={ENDPOINT_URI} \
2626
ApiKey={API_KEY}
2727
```
2828

29-
The container will test for network connectivity to the billing endpoint.
29+
The container will test for network connectivity to the billing endpoint.

0 commit comments

Comments
 (0)