You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/webjobs-create.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,13 @@ The following file types are supported:<br>
48
48
### [Linux code](#tab/linuxcode)
49
49
> [!NOTE]
50
50
> 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.
52
52
### [Linux container](#tab/linuxcontainer)
53
53
> [!NOTE]
54
54
> WebJobs for Linux container is in preview.
55
55
**.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.
56
56
---
57
+
57
58
### Continuous vs. triggered WebJobs
58
59
59
60
The following table describes the differences between *continuous* and *triggered* WebJobs:
0 commit comments