Skip to content

Commit f1fee32

Browse files
committed
Merge branch '93616' of https://github.com/cynthn/azure-docs-pr into 93616
2 parents e311d43 + f6620ce commit f1fee32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ az vm open-port --port 80 --resource-group myResourceGroup --name myVM
9393

9494
Use a web browser of your choice to view the default NGINX welcome page. Use the public IP address of your VM as the web address. The following example shows the default NGINX web site:
9595

96-
:::image type="content" source="media/quick-create-cli/view-the-nginx-welcome-page.png" alt-text="Screenshot showing the N G I N X default web page.":::
96+
:::image type="content" source="media/quick-create-cli/nginx-welcome-page.png" alt-text="Screenshot showing the N G I N X default web page.":::
9797

9898
## Clean up resources
9999

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Get-AzPublicIpAddress -Name myPubIP -ResourceGroupName myResourceGroup | select
8989

9090
Use a web browser of your choice to view the default NGINX welcome page. Enter the public IP address of the VM as the web address.
9191

92-
:::image type="content" source="media/quick-create-cli/view-the-nginx-welcome-page.png" alt-text="Screenshot showing the N G I N X default web page.":::
92+
:::image type="content" source="media/quick-create-cli/nginx-welcome-page.png" alt-text="Screenshot showing the N G I N X default web page.":::
9393

9494
## Clean up resources
9595

0 commit comments

Comments
 (0)