Skip to content

Commit f4546f5

Browse files
committed
updates
1 parent 980fb4b commit f4546f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In this quickstart, you create a scheduled WebJob to delete temporary files from
1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2020
- An App Service App on Linux. In this quickstart, [a Python app](quickstart-python.md) is used.
2121
- **[Always on](configure-common.md?tabs=portal)** must enabled on your app.
22+
- App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `FALSE`.
2223

2324
## Create a scheduled WebJob
2425

articles/app-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ items:
466466
- name: Overview
467467
href: overview-webjobs.md
468468
displayname: WebJobs overview
469-
- name: Create a scheduled WebJob
470-
displayName: WebJobs
469+
- name: WebJob Quickstart
470+
displayName: Create a scheduled WebJob
471471
href: quickstart-webjobs.md
472472
- name: WebJobs How-to
473473
href: webjobs-create.md

0 commit comments

Comments
 (0)