Skip to content

Commit fde5af0

Browse files
Merge pull request #214339 from btardif/static
Static
2 parents ea840f3 + fc3b91c commit fde5af0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/app-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Create your first web app.
124124
> [Python (on Linux)](quickstart-python.md)
125125
126126
> [!div class="nextstepaction"]
127-
> [HTML (on Windows or Linux)](quickstart-html.md)
127+
> [HTML](quickstart-html.md)
128128
129129
> [!div class="nextstepaction"]
130130
> [Custom container (Windows or Linux)](tutorial-custom-container.md)

articles/app-service/quickstart-html.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ cd html-docs-hello-world
5151
5252
az webapp up --location westeurope --name <app_name> --html
5353
```
54+
> [!NOTE]
55+
> If you want to host your static content on a Linux based App Service instance configure PHP as your runtime using the `--runtime` and `--os-type` flags:
56+
>
57+
> `az webapp up --location westeurope --name <app_name> --runtime "PHP:8.1" --os-type linux`
58+
>
59+
> The PHP container includes a web server that is suitable to host static HTML content.
60+
61+
5462

5563
The `az webapp up` command does the following actions:
5664

0 commit comments

Comments
 (0)