Skip to content

Commit 09e68ed

Browse files
committed
new nginx screen
1 parent d62fabd commit 09e68ed

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-664 Bytes
Loading

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-
![View the NGINX welcome page](./media/quick-create-cli/view-the-nginx-welcome-page.png)
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.":::
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-
![NGINX default Welcome page](./media/quick-create-cli/nginix-welcome-page.png)
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.":::
9393

9494
## Clean up resources
9595

0 commit comments

Comments
 (0)