Skip to content

Commit af47915

Browse files
committed
notes
1 parent 7820f5d commit af47915

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/app-service/webjobs-create.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,19 @@ The following file types are supported:<br>
4242
**.cmd**, **.bat**, **.exe** (using Windows cmd)<br>**.ps1** (using PowerShell)<br>**.sh** (using Bash)<br>**.php** (using PHP)<br>**.py** (using Python)<br>**.js** (using Node.js)<br>**.jar** (using Java)<br><br>The necessary runtimes to run these file types are already installed on the web app instance.
4343
### [Windows container](#tab/windowscontainer)
4444
> [!NOTE]
45-
> WebJobs for Windows container is in preview.
45+
> WebJobs for Windows container is in preview.
46+
4647
The following file types are supported:<br>
4748
**.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.
4849
### [Linux code](#tab/linuxcode)
4950
> [!NOTE]
5051
> WebJobs for Linux code is in preview.
52+
5153
**.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.
5254
### [Linux container](#tab/linuxcontainer)
5355
> [!NOTE]
5456
> WebJobs for Linux container is in preview.
57+
5558
**.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.
5659
---
5760

0 commit comments

Comments
 (0)