2
2
title : Deploy files to App Service
3
3
description : Learn to deploy various app packages or discrete libraries, static files, or startup scripts to Azure App Service.
4
4
ms.topic : article
5
- ms.date : 01/22 /2025
5
+ ms.date : 01/24 /2025
6
6
ms.custom : devx-track-azurecli
7
7
author : cephalin
8
8
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.
10
10
---
11
11
12
12
# Deploy files to App Service
@@ -242,7 +242,7 @@ curl -X POST \
242
242
```
243
243
244
244
> [ !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 ) .
246
246
247
247
### Deploy a static file
248
248
@@ -265,7 +265,7 @@ curl -X POST \
265
265
```
266
266
267
267
> [ !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 ) .
269
269
270
270
# [ ARM template] ( #tab/arm )
271
271
@@ -314,7 +314,7 @@ curl -X POST \
314
314
```
315
315
316
316
> [ !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 ) .
318
318
319
319
# [ ARM template] ( #tab/arm )
320
320
0 commit comments