Skip to content

Commit 000da5a

Browse files
committed
updates
1 parent 7816031 commit 000da5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-578 KB
Loading

articles/app-service/overview-webjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WebJobs come in three main types:
4242
- **Continuous WebJobs**: Run persistently in the background while your App Service app is running. Ideal for queue polling or background monitoring tasks.
4343

4444

45-
:::image type="content" source="media/overview-webjobs/webjob-types-app-service.png" alt-text="Overview of WebJobs in Azure App Service, showing job types." lightbox="media/overview-webjobs/webjob-types-app-service.png":::
45+
:::image type="content" source="media/overview-webjobs/webjob-types-app-service.png" alt-text="Overview of WebJobs in Azure App Service, showing job types.":::
4646

4747
## Supported platforms and file types
4848

@@ -100,7 +100,7 @@ If you need independently scalable or event-driven execution, [Azure Functions](
100100
| Build a WebJob manually using scripts or code | [Create a WebJob in Azure App Service](webjobs-create.md) |
101101
| Follow a tutorial using a practical use case | [Tutorial: Run background tasks with WebJobs](tutorial-webjobs.md) |
102102

103-
## Related guidance
103+
## <a name="NextSteps"></a> Next steps
104104

105105
- [Background jobs best practices – Azure Architecture Center](/azure/architecture/best-practices/background-jobs)
106106
- [Develop WebJobs using Visual Studio](webjobs-dotnet-deploy-vs.md)

articles/app-service/webjobs-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Triggered WebJobs include a full history of executions. Continuous WebJobs strea
9696
- **Scheduled job not running:** Verify the CRON expression in `settings.job` is correct and the App Service Plan has "Always On" enabled if needed.
9797
- **Check Kudu logs:** Examine the detailed execution logs and deployment logs available in the Kudu console (`https://<your-app>.scm.azurewebsites.net/`) under Tools > WebJobs and potentially Log stream.
9898

99-
## See also
99+
## <a name="NextSteps"></a> Next steps
100100

101101
- [WebJobs overview](overview-webjobs.md)
102102
- [Create a scheduled WebJob](quickstart-webjobs.md)

0 commit comments

Comments
 (0)