Skip to content

Commit f100a24

Browse files
authored
Merge pull request #100360 from btardif/statichtml
adding --html flag for static content scenarios
2 parents 70fd65a + 1c2a4f0 commit f100a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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>
49+
az webapp up --location westeurope --name <app_name> --html
5050
```
5151

5252
The `az webapp up` command does the following actions:
@@ -98,7 +98,7 @@ Save your changes and exit nano. Use the command `^O` to save and `^X` to exit.
9898
You'll now redeploy the app with the same `az webapp up` command.
9999

100100
```bash
101-
az webapp up --location westeurope --name <app_name>
101+
az webapp up --location westeurope --name <app_name> --html
102102
```
103103

104104
Once deployment has completed, switch back to the browser window that opened in the **Browse to the app** step, and refresh the page.

0 commit comments

Comments
 (0)