You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Name**| myScheduledWebJob | A name that is unique within an App Service app. Must start with a letter or a number and must not contain special characters other than "-" and "_". |
80
-
|**File Upload**|ConsoleApp.zip | A *.zip* file that contains your executable or script file and any supporting files needed to run the program or script. The supported executable or script file types are listed in the supported file types section. |
82
+
|**File Upload**|Python-webjob.zip | A *.zip* file that contains your executable or script file and any supporting files needed to run the program or script. The supported executable or script file types are listed in the supported file types section. |
81
83
|**Type**| Scheduled | Continous, Triggered, or Scheduled. |
82
-
|**Triggers**| Scheduled | For the scheduling to work reliably, enable the Always On feature. Always On is available only in the Basic, Standard, and Premium pricing tiers.|
83
-
|**CRON Expression**| 0 0/20 * * * * |[CRON expressions](webjobs-create.md?tabs=windowscode#ncrontab-expressions)are described in the following section. |
84
+
|**Triggers**| Scheduled | For the scheduling to work reliably, `Always On` should be enabled (available in Basic, Standard, and Premium tiers).|
85
+
|**CRON Expression**| 0 0/1 * * * * |For this quickstart, we use a schedule that runs every minute. See [CRON expressions](webjobs-create.md?tabs=windowscode#ncrontab-expressions)to learn more about the syntax. |
84
86
85
87
1. The new WebJob appears on the **WebJobs** page. If you see a message that says the WebJob was added, but you don't see it, select **Refresh**.
0 commit comments