Skip to content

Commit e0e6a5b

Browse files
committed
updates
1 parent 9d0aae2 commit e0e6a5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/app-service/webjobs-create.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ The following file types are supported:
4444
The following file types are supported:
4545
**.cmd**, **.bat**, **.exe** (using Windows cmd)<br><br>In addition to these file types, WebJobs written in the language runtime of the Windows container app.<br>Example: .jar and .war scripts if the container is a Java app.
4646
### [Linux code (preview)](#tab/linuxcode)
47-
The following file types are supported:
48-
**.sh** (using Bash) <br><br>In addition to shell scripts (.sh), WebJobs written in the language of the selected runtime are also supported.<br>Example: Python (.py) scripts if the main site is a Python code app.
47+
**.sh** scripts are supported. <br><br>In addition to shell scripts, WebJobs written in the language of the selected runtime are also supported.<br>Example: Python (.py) scripts if the main site is a Python code app.
4948
### [Linux container (preview)](#tab/linuxcontainer)
50-
The following file types are supported:
51-
**.sh** (using Bash) <br><br>In addition to shell scripts (.sh), WebJobs written in the language runtime of the Linux container app are also supported. <br>Example: Node (.js) scripts if the site is a Node.js app.
49+
**.sh** scripts are supported. <br><br>In addition to shell scripts, WebJobs written in the language runtime of the Linux container app are also supported. <br>Example: Node (.js) scripts if the site is a Node.js app.
5250
---
5351
### Continuous vs. triggered WebJobs
5452

0 commit comments

Comments
 (0)