Skip to content

Commit 6ef1057

Browse files
committed
preview tag
1 parent e0e6a5b commit 6ef1057

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/app-service/webjobs-create.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,20 @@ Azure Functions provides another way to run programs and scripts. For a comparis
3838
### <a name="acceptablefiles"></a>Supported file types for scripts or programs
3939

4040
### [Windows code](#tab/windowscode)
41-
The following file types are supported:
41+
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.
43-
### [Windows container (preview)](#tab/windowscontainer)
44-
The following file types are supported:
43+
### [Windows container](#tab/windowscontainer)
44+
> [!NOTE]
45+
> WebJobs for Windows container is in preview.
46+
The following file types are supported:<br>
4547
**.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.
46-
### [Linux code (preview)](#tab/linuxcode)
48+
### [Linux code](#tab/linuxcode)
49+
> [!NOTE]
50+
> WebJobs for Linux code is in preview.
4751
**.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.
48-
### [Linux container (preview)](#tab/linuxcontainer)
52+
### [Linux container](#tab/linuxcontainer)
53+
> [!NOTE]
54+
> WebJobs for Linux container is in preview.
4955
**.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.
5056
---
5157
### Continuous vs. triggered WebJobs

0 commit comments

Comments
 (0)