Skip to content

Commit 5ad0d76

Browse files
Merge pull request #277728 from apwestgarth/arcwebquickstartfix
Fix to example quickstart image for custom
2 parents c23191a + 729e0c2 commit 5ad0d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/quickstart-arc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Create a web app on Azure Arc'
33
description: Get started with App Service on Azure Arc deploying your first web app.
44
ms.topic: quickstart
5-
ms.date: 10/19/2023
5+
ms.date: 06/10/2024
66
ms.custom: mode-other, devx-track-azurecli
77
ms.devlang: azurecli
88
author: msangapu-msft
@@ -110,7 +110,7 @@ az webapp create \
110110
--resource-group myResourceGroup \
111111
--name <app-name> \
112112
--custom-location $customLocationId \
113-
--deployment-container-image-name mcr.microsoft.com/appsvc/node:14-lts
113+
--deployment-container-image-name mcr.microsoft.com/appsvc/staticsite:latest
114114
```
115115

116116
<!-- `TODO: currently gets an error but the app is successfully created: "Error occurred in request., RetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /subscriptions/62f3ac8c-ca8d-407b-abd8-04c5496b2221/resourceGroups/myResourceGroup/providers/Microsoft.Web/sites/cephalin-arctest4/config/appsettings?api-version=2020-12-01 (Caused by ResponseError('too many 500 error responses',))"` -->

0 commit comments

Comments
 (0)