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/quickstart-webjobs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ WebJobs is a feature of Azure App Service that enables you to run a program
18
18
## Prerequisites
19
19
20
20
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
21
-
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python) is used.
21
+
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-dotnetcore.md) is used.
22
22
-**[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
23
23
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
24
24
@@ -30,7 +30,7 @@ dotnet
30
30
## Prerequisites
31
31
32
32
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
33
-
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python) is used.
33
+
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python.md) is used.
34
34
-**[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
35
35
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
36
36
@@ -85,7 +85,7 @@ The file, `run.sh`, calls WebJob.py as shown below:
85
85
## Prerequisites
86
86
87
87
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
88
-
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python) is used.
88
+
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-node.md) is used.
89
89
-**[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
90
90
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
91
91
@@ -144,7 +144,7 @@ node webjob.js
144
144
## Prerequisites
145
145
146
146
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
147
-
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python) is used.
147
+
- An existing App Service Python app on Linux. In this quickstart, a [Java app](quickstart-java.md) is used.
148
148
-**[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
149
149
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
150
150
@@ -156,7 +156,7 @@ node webjob.js
156
156
## Prerequisites
157
157
158
158
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
159
-
- An existing App Service Python app on Linux. In this quickstart, a [Python app](quickstart-python) is used.
159
+
- An existing App Service Python app on Linux. In this quickstart, a [PHP app](quickstart-php.md) is used.
160
160
-**[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
161
161
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
0 commit comments