Skip to content

Commit 96a8f5f

Browse files
Merge pull request #123985 from Aghyad85/patch-9
Update webjobs-create.md
2 parents e0c355b + 6cae8ef commit 96a8f5f

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
@@ -40,7 +40,7 @@ Azure Functions provides another way to run programs and scripts. For a comparis
4040

4141
### [Windows code](#tab/windowscode)
4242
The following file types are supported:<br>
43-
**.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+
**.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.
4444
### [Windows container](#tab/windowscontainer)
4545
> [!NOTE]
4646
> WebJobs for Windows container is in preview.

0 commit comments

Comments
 (0)