Skip to content

Commit 3be5a19

Browse files
authored
Merge pull request #188249 from vmagelo/patch-2
Update bash command for python quickstart.
2 parents 4cf0b88 + a6b1321 commit 3be5a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/includes/quickstart-python/stream-logs-cli-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 01/29/2022
88

99
```azurecli
1010
az webapp log config \
11-
--web-server-logging 'filesystem' \
11+
--web-server-logging filesystem \
1212
--name $APP_SERVICE_NAME \
1313
--resource-group $RESOURCE_GROUP_NAME
1414
```

0 commit comments

Comments
 (0)