Skip to content

Commit 6cae8ef

Browse files
authored
1 parent 9856ceb commit 6cae8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/webjobs-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Azure Functions provides another way to run programs and scripts. For a comparis
4444

4545
### [Windows code](#tab/windowscode)
4646
The following file types are supported:<br>
47-
**.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.
47+
**.cmd**, **.bat**, **.exe** (using Windows cmd)<br>**.ps1** (using PowerShell)<br>**.sh** (using Bash)<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.
4848
### [Windows container](#tab/windowscontainer)
4949
> [!NOTE]
5050
> WebJobs for Windows container is in preview.

0 commit comments

Comments
 (0)