Skip to content

Commit df76319

Browse files
authored
Update diagnostics-container.md
I changed the sample code to have a lowercase "eula" instead of "Eula" since otherwise the command fails stating that the eula was not accepted. I tested on Windows Server 2019 with WSL running this docker command from PowerShell.
1 parent f9879f1 commit df76319

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)