Skip to content

Commit 7816031

Browse files
committed
links
1 parent bc8cf80 commit 7816031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/app-service/overview-webjobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you need independently scalable or event-driven execution, [Azure Functions](
102102

103103
## Related guidance
104104

105-
- [Background jobs best practices – Azure Architecture Center](/azure/architecture/best-practices/background-jobs.md)
105+
- [Background jobs best practices – Azure Architecture Center](/azure/architecture/best-practices/background-jobs)
106106
- [Develop WebJobs using Visual Studio](webjobs-dotnet-deploy-vs.md)
107107
- [Get started with the WebJobs SDK](webjobs-sdk-get-started.md)
108108
- [Use the WebJobs SDK to build advanced jobs](webjobs-sdk-how-to.md)

articles/app-service/webjobs-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ WebJob logs are handled by the Kudu engine and are available under the `App_Data
8080
```
8181
https://<your-app>.scm.azurewebsites.net/api/triggeredwebjobs/<job>/history
8282
```
83-
For more advanced monitoring and querying capabilities, consider integrating with [Application Insights](/azure/azure-monitor/app/app-insights-overview.md).
83+
For more advanced monitoring and querying capabilities, consider integrating with [Application Insights](/azure/azure-monitor/app/app-insights-overview).
8484

8585
Triggered WebJobs include a full history of executions. Continuous WebJobs stream logs in real time.
8686

0 commit comments

Comments
 (0)