We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a5fd6 + 81c3ccb commit 7b0e8beCopy full SHA for 7b0e8be
articles/aks/learn/quick-kubernetes-deploy-cli.md
@@ -360,7 +360,7 @@ You can validate that the application is running by visiting the public IP addre
360
Get the application URL using the following commands:
361
362
```azurecli-interactive
363
-runtime="5 minute"
+runtime="5 minutes"
364
endtime=$(date -ud "$runtime" +%s)
365
while [[ $(date -u +%s) -le $endtime ]]
366
do
@@ -383,7 +383,7 @@ curl $IP_ADDRESS
383
384
Results:
385
<!-- expected_similarity=0.3 -->
386
-```JSON
+```HTML
387
<!doctype html>
388
<html lang="">
389
<head>
@@ -402,7 +402,7 @@ Results:
402
</html>
403
```
404
405
+```OUTPUT
406
echo "You can now visit your web server at $IP_ADDRESS"
407
408
0 commit comments