Skip to content

Commit 5a9bbc7

Browse files
authored
Update azure-stack/user/azure-stack-quick-create-vm-linux-cli.md
1 parent 38f9b40 commit 5a9bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-stack/user/azure-stack-quick-create-vm-linux-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ echo "$extracted"
138138

139139
## View the NGINX welcome page
140140

141-
With the NGINX web server installed, and port 80 open on your virtual machine, you can access the web server by using the virtual machine's public IP address. To do so, open a browser, and go to http://<public IP address>. Alternatively, you can use the curl command to view the NGINX welcome page:
141+
With the NGINX web server installed, and port 80 open on your virtual machine, you can access the web server by using the virtual machine's public IP address. To do so, open a browser, and go to `http://<public IP address>`. Alternatively, you can use the **curl** command to view the NGINX welcome page:
142142

143143
```bash
144144
export PUBLIC_IP=$(az vm show -d -g $RESOURCE_GROUP -n $VM_NAME --query publicIps -o tsv)

0 commit comments

Comments
 (0)