We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef494ec commit 7c309b8Copy full SHA for 7c309b8
articles/app-service/quickstart-html.md
@@ -52,7 +52,7 @@ cd html-docs-hello-world
52
az webapp up --location westeurope --name <app_name> --html
53
```
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:
+> If you want to host your static content on a Linux based App Service instance PHP 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
0 commit comments