Skip to content

Commit bc0cf20

Browse files
Fix broken link
1 parent cb75dc2 commit bc0cf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/webjobs-create.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ when making changes in one don't forget the other two.
163163
| **File Upload** | ConsoleApp.zip | A *.zip* file that contains your executable or script file as well as any supporting files needed to run the program or script. The supported executable or script file types are listed in the [Supported file types](#acceptablefiles) section. |
164164
| **Type** | Triggered | The [WebJob types](#webjob-types) are described earlier in this article. |
165165
| **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.|
166-
| **CRON Expression** | 0 0/20 * * * * | [CRON expressions](#ncrontab-expressions) are described in the following section. |
166+
| **CRON Expression** | 0 0/20 * * * * | [CRON expressions](#cron-expressions) are described in the following section. |
167167

168168
4. Click **OK**.
169169

@@ -173,7 +173,7 @@ when making changes in one don't forget the other two.
173173

174174
## CRON expressions
175175

176-
You can enter a [CRON expression](../azure-functions/functions-bindings-timer.md#cron-expressions) in the portal or include a `settings.job` file at the root of your WebJob *.zip* file, as in the following example:
176+
You can enter a [CRON expression](../azure-functions/functions-bindings-timer.md#ncrontab-expressions) in the portal or include a `settings.job` file at the root of your WebJob *.zip* file, as in the following example:
177177

178178
```json
179179
{

0 commit comments

Comments
 (0)