Skip to content

Commit 6f68b5c

Browse files
committed
border
1 parent 9f319be commit 6f68b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ adobe-target-content: ./quickstart-html-uiex
1717

1818
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to deploy a basic HTML+CSS site to Azure App Service. You'll complete this quickstart in [Cloud Shell](../cloud-shell/overview.md), but you can also run these commands locally with [Azure CLI](/cli/azure/install-azure-cli).
1919

20-
![Home page of sample app](media/quickstart-html/hello-world-in-browser.png)
20+
:::image type="content" source="media/quickstart-html/hello-world-in-browser.png" alt-text="Home page of sample app":::
2121

2222
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2323

@@ -83,7 +83,7 @@ In a browser, go to the app URL: `http://<app_name>.azurewebsites.net`.
8383

8484
The page is running as an Azure App Service web app.
8585

86-
![Sample app home page](media/quickstart-html/hello-world-in-browser.png)
86+
:::image type="content" source="media/quickstart-html/hello-world-in-browser.png" alt-text="Sample app home page":::
8787

8888
**Congratulations!** You've deployed your first HTML app to App Service.
8989

@@ -103,7 +103,7 @@ az webapp up --location westeurope --name <app_name> --html
103103

104104
Once deployment has completed, switch back to the browser window that opened in the **Browse to the app** step, and refresh the page.
105105

106-
![Updated sample app home page](media/quickstart-html/hello-app-service-in-browser.png)
106+
:::image type="content" source="media/quickstart-html/hello-world-in-browser.png" alt-text="Updated sample app home page":::
107107

108108
## Manage your new Azure app
109109

0 commit comments

Comments
 (0)