Skip to content

Commit 7c309b8

Browse files
committed
fixing style for command args
1 parent ef494ec commit 7c309b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/quickstart-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cd html-docs-hello-world
5252
az webapp up --location westeurope --name <app_name> --html
5353
```
5454
> [!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 PHP using the `--runtime` and `--os-type` flags:
5656
>
5757
> `az webapp up --location westeurope --name <app_name> --runtime "PHP:8.1" --os-type linux`
5858
>

0 commit comments

Comments
 (0)