Skip to content

Commit a9a665b

Browse files
committed
update images
1 parent 7609cc1 commit a9a665b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
61.1 KB
Loading
64 KB
Loading

articles/app-service/quickstart-webjobs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WebJobs is a feature of Azure App Service that enables you to run a program
1818
## Prerequisites
1919

2020
- 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.
2222
- **[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
2323
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
2424

@@ -30,7 +30,7 @@ dotnet
3030
## Prerequisites
3131

3232
- 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.
3434
- **[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
3535
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
3636

@@ -85,7 +85,7 @@ The file, `run.sh`, calls WebJob.py as shown below:
8585
## Prerequisites
8686

8787
- 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.
8989
- **[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
9090
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
9191

@@ -144,7 +144,7 @@ node webjob.js
144144
## Prerequisites
145145

146146
- 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.
148148
- **[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
149149
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
150150

@@ -156,7 +156,7 @@ node webjob.js
156156
## Prerequisites
157157

158158
- 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.
160160
- **[Always on](configure-common.md?tabs=portal#configure-general-settings)** must be enabled on your app.
161161
- Ensure the App setting `WEBSITE_SKIP_RUNNING_KUDUAGENT` is set to `false`.
162162

0 commit comments

Comments
 (0)