File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ az vm create \
66
66
67
67
It takes a few minutes to create the VM and supporting resources. The following example output shows the VM create operation was successful.
68
68
<!-- expected_similarity=0.18-->
69
- ``` output
69
+ ``` json
70
70
{
71
71
"fqdns" : " " ,
72
72
"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
114
114
115
115
![ Screenshot showing the N G I N X default web page.] ( ./media/quick-create-cli/nginix-welcome-page-debian.png )
116
116
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
118
118
119
119
``` azurecli-interactive
120
120
curl $IP_ADDRESS
121
121
```
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:
125
124
<!-- expected_similarity=0.8-->
126
- ``` output
125
+ ``` html
127
126
<!DOCTYPE html>
128
127
<html >
129
128
<head >
You can’t perform that action at this time.
0 commit comments