You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-html.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ cd html-docs-hello-world
52
52
az webapp up --location westeurope --name <app_name> --html
53
53
```
54
54
> [!NOTE]
55
-
> If you want to host your static content on a Linux based App Service instance PHP using the `--runtime` and `--os-type` flags:
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:
0 commit comments