Skip to content

Commit 87e4d30

Browse files
committed
weird art issue
1 parent 6a2d24b commit 87e4d30

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
775 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-
:::image type="content" source="media/quick-create-cli/nginx-welcome-page-debian.png" alt-text="Screenshot showing the N G I N X default web page.":::
96+
![Screenshot showing the N G I N X default web page.](./media/quick-create-cli/nginix-welcome-page-debian.png)
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/nginx-welcome-page-debian.png" alt-text="Screenshot showing the N G I N X default web page.":::
92+
![Screenshot showing the N G I N X default web page.](./media/quick-create-cli/nginix-welcome-page-debian.png)
9393

9494
## Clean up resources
9595

0 commit comments

Comments
 (0)