Skip to content

Commit 501099b

Browse files
--html argument has been deprecated
1 parent ed51e14 commit 501099b

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
@@ -46,7 +46,7 @@ In the following example, replace <app_name> with a unique app name.
4646
```bash
4747
cd html-docs-hello-world
4848

49-
az webapp up --location westeurope --name <app_name> --html
49+
az webapp up --location westeurope --name <app_name>
5050
```
5151

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

0 commit comments

Comments
 (0)