Skip to content

Commit 32b77fd

Browse files
committed
fix zone groups
1 parent 7fad26d commit 32b77fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dotnet
4545
| Setting | value | Description  |
4646
| ------------ | ----------------- | ------------ |
4747
| **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 "_". |
48-
| **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](#acceptablefiles) section. |
48+
| **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. |
4949
| **Type** | Scheduled | Continous, Triggered, or Scheduled. |
5050
| **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.|
5151
| **CRON Expression** | 0 0/20 * * * * | [CRON expressions](webjobs-create.md?tabs=windowscode#ncrontab-expressions) are described in the following section. |

articles/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ groups:
347347
title: Python
348348
- id: node
349349
title: Node.js
350-
- id: Java
350+
- id: java
351351
title: Java
352-
- id: PHP
352+
- id: php
353353
title: PHP
354354
- id: app-service-vscode-cli-portal
355355
title: Development environment

0 commit comments

Comments
 (0)