Skip to content

Commit 2efae59

Browse files
committed
tabs
1 parent 6ef1057 commit 2efae59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/webjobs-create.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ The following file types are supported:<br>
4848
### [Linux code](#tab/linuxcode)
4949
> [!NOTE]
5050
> WebJobs for Linux code is in preview.
51-
**.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.
51+
**.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.
5252
### [Linux container](#tab/linuxcontainer)
5353
> [!NOTE]
5454
> WebJobs for Linux container is in preview.
5555
**.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.
5656
---
57+
5758
### Continuous vs. triggered WebJobs
5859

5960
The following table describes the differences between *continuous* and *triggered* WebJobs:

0 commit comments

Comments
 (0)