Skip to content

Commit 9bdc967

Browse files
committed
changed output blocks to the correct code tag and fixed some phrasing
1 parent afda6d1 commit 9bdc967

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/virtual-machines/linux/quick-create-cli.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ az vm create \
6666

6767
It takes a few minutes to create the VM and supporting resources. The following example output shows the VM create operation was successful.
6868
<!--expected_similarity=0.18-->
69-
```output
69+
```json
7070
{
7171
"fqdns": "",
7272
"id": "/subscriptions/<guid>/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
@@ -114,16 +114,15 @@ Use a web browser of your choice to view the default NGINX welcome page. Use the
114114

115115
![Screenshot showing the N G I N X default web page.](./media/quick-create-cli/nginix-welcome-page-debian.png)
116116

117-
Or Run the following command to see the NGINX welcome page in terminal
117+
Alternatively, run the following command to see the NGINX welcome page in the terminal
118118

119119
```azurecli-interactive
120120
curl $IP_ADDRESS
121121
```
122-
123-
The following example shows the successful the default NGINX web site in HTML as successful output:
124-
122+
123+
The following example shows the default NGINX web site in the terminal as successful output:
125124
<!--expected_similarity=0.8-->
126-
```output
125+
```html
127126
<!DOCTYPE html>
128127
<html>
129128
<head>

0 commit comments

Comments
 (0)