Skip to content

Commit bbe4499

Browse files
committed
updates
1 parent fbbcea5 commit bbe4499

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: glenga
1111

1212
# Quickstart: Create a scheduled WebJob
1313

14-
WebJobs in Azure App Service let you run scripts or programs as background tasks. In this quickstart, you’ll create a scheduled WebJob that prints the current time, using a prebuilt script for either Windows or Linux.
14+
WebJobs in Azure App Service let you run scripts or programs as background tasks. In this quickstart, you create a scheduled WebJob that prints the current time, using a prebuilt script for either Windows or Linux.
1515

1616
## Prerequisites
1717

@@ -49,7 +49,7 @@ Each zip contains a single script that prints the current system date and time.
4949

5050
[!INCLUDE [webjobs-cron-timezone-note](../../includes/webjobs-cron-timezone-note.md)]
5151

52-
4. Click **OK** to create the WebJob.
52+
4. Select **OK** to create the WebJob.
5353

5454
## Step 3: Monitor WebJob logs
5555

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ items:
465465
items:
466466
- name: Overview
467467
href: overview-webjobs.md
468-
displayname: WebJobs overview
468+
displayName: WebJobs overview
469469
- name: WebJobs Quickstart
470470
href: quickstart-webjobs.md
471471
displayName: Create a scheduled WebJob

0 commit comments

Comments
 (0)