Skip to content

Commit b58fade

Browse files
authored
Update sample.md
1 parent 9117c42 commit b58fade

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

samples/azure/webjob-host/sample.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
title: Self-Hosting in Azure WebJobs
3-
summary: Use NServiceBus with self-hosting to host an endpoint in an Azure WebJob.
3+
summary: Host an NServiceBus endpoint in Azure WebJobs.
44
component: Core
55
reviewed: 2025-03-06
66
isLearningPath: true
7-
related:
8-
- samples/dependency-injection/aspnetcore
97
redirects:
108
- samples/azure/self-host
119
- samples/azure/shared-host
1210
---
1311

14-
This sample is compatible with Azure WebJobs SDK 3.0.
12+
This is an example of how an NServiceBus endpoint can be hosted using Azure WebJobs. This sample is compatible with Azure WebJobs SDK 3.0.
1513

1614
## Running in development mode
1715

@@ -33,7 +31,7 @@ The `UseNServiceBus` method of [`NServiceBus.Extensions.Hosting`](/nservicebus/h
3331
snippet: WebJobHost_Start
3432

3533
> [!NOTE]
36-
> If dependencies need to be shared between the service collection and NServiceBus infrastructure (e.g., message handlers), refer to the [ASP.NET Core sample](/samples/dependency-injection/#related-samples).
34+
> If dependencies need to be shared between the service collection and NServiceBus infrastructure (e.g., message handlers), refer to the [ASP.NET Core sample](/samples/dependency-injection/aspnetcore).
3735
3836
A [critical error](/nservicebus/hosting/critical-errors.md) action must be defined to restart the host when a critical error occurs:
3937

0 commit comments

Comments
 (0)