Skip to content

Commit 3734835

Browse files
committed
fix formatting
1 parent af47915 commit 3734835

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/app-service/webjobs-create.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ adobe-target-content: ./webjobs-create-ieux
1818
# Run background tasks with WebJobs in Azure App Service
1919

2020
> [!NOTE]
21-
> WebJobs for Windows container, Linux code, and Linux container is in preview. WebJobs for Windows code is generally available and not in preview.
21+
> WebJobs for **Windows container**, **Linux code**, and **Linux container** is in preview. WebJobs for Windows code is generally available and not in preview.
2222
2323
Deploy WebJobs by using the [Azure portal](https://portal.azure.com) to upload an executable or script. You can run background tasks in the Azure App Service.
2424

@@ -43,19 +43,23 @@ The following file types are supported:<br>
4343
### [Windows container](#tab/windowscontainer)
4444
> [!NOTE]
4545
> WebJobs for Windows container is in preview.
46+
>
4647
4748
The following file types are supported:<br>
4849
**.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.
4950
### [Linux code](#tab/linuxcode)
5051
> [!NOTE]
5152
> WebJobs for Linux code is in preview.
53+
>
5254
5355
**.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.
5456
### [Linux container](#tab/linuxcontainer)
5557
> [!NOTE]
5658
> WebJobs for Linux container is in preview.
59+
>
5760
5861
**.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.
62+
5963
---
6064

6165
### Continuous vs. triggered WebJobs

0 commit comments

Comments
 (0)