Skip to content

Commit df402f6

Browse files
Minor fixes.
1 parent 33f3b96 commit df402f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/deploy-zip.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Deploy files to App Service
33
description: Learn to deploy various app packages or discrete libraries, static files, or startup scripts to Azure App Service.
44
ms.topic: article
5-
ms.date: 01/22/2025
5+
ms.date: 01/24/2025
66
ms.custom: devx-track-azurecli
77
author: cephalin
88
ms.author: cephalin
9-
#customer intent: As an app developer, I want to deploy my Azure App Service code as a ZIP, WAR, JAR, or EAR package or deploy individual files.
9+
#customer intent: As a web app developer, I want to deploy my Azure App Service code as a ZIP, WAR, JAR, or EAR package or deploy individual files.
1010
---
1111

1212
# Deploy files to App Service
@@ -242,7 +242,7 @@ curl -X POST \
242242
```
243243

244244
> [!NOTE]
245-
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
245+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note).
246246
247247
### Deploy a static file
248248

@@ -265,7 +265,7 @@ curl -X POST \
265265
```
266266

267267
> [!NOTE]
268-
> For the actual fully qualified domain name to use in the URL, see the [note at top](#dnl-note)
268+
> For the actual fully qualified domain name to use in the URL, see the [note at top](#dnl-note).
269269
270270
# [ARM template](#tab/arm)
271271

@@ -314,7 +314,7 @@ curl -X POST \
314314
```
315315

316316
> [!NOTE]
317-
> For the actual fully qualified domain name to use in the URL, see the [note at top](#dnl-note)
317+
> For the actual fully qualified domain name to use in the URL, see the [note at top](#dnl-note).
318318
319319
# [ARM template](#tab/arm)
320320

0 commit comments

Comments
 (0)