Skip to content

Commit 7b0e8be

Browse files
Merge pull request #276507 from naman-msft/docs-editor/quick-kubernetes-deploy-cli-1716922356
Update quick-kubernetes-deploy-cli.md
2 parents e2a5fd6 + 81c3ccb commit 7b0e8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/learn/quick-kubernetes-deploy-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ You can validate that the application is running by visiting the public IP addre
360360
Get the application URL using the following commands:
361361
362362
```azurecli-interactive
363-
runtime="5 minute"
363+
runtime="5 minutes"
364364
endtime=$(date -ud "$runtime" +%s)
365365
while [[ $(date -u +%s) -le $endtime ]]
366366
do
@@ -383,7 +383,7 @@ curl $IP_ADDRESS
383383

384384
Results:
385385
<!-- expected_similarity=0.3 -->
386-
```JSON
386+
```HTML
387387
<!doctype html>
388388
<html lang="">
389389
<head>
@@ -402,7 +402,7 @@ Results:
402402
</html>
403403
```
404404

405-
```JSON
405+
```OUTPUT
406406
echo "You can now visit your web server at $IP_ADDRESS"
407407
```
408408

0 commit comments

Comments
 (0)