Skip to content

Commit 92470e7

Browse files
authored
Merge pull request #49239 from thebernardlim/patch-1
--html argument has been deprecated
2 parents 083f7b1 + d03c2dd commit 92470e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-web-get-started-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd html-docs-hello-world
4747
```
4848

4949
```azurecli
50-
az webapp up --location westeurope --name <app_name> --html
50+
az webapp up --location westeurope --name <app_name>
5151
```
5252

5353
The `az webapp up` command does the following actions:

0 commit comments

Comments
 (0)