Skip to content

Commit 3d9c842

Browse files
authored
Update README with sunset notice for in-process model
Added caution note regarding the sunset of NServiceBus.AzureFunctions.InProcess.ServiceBus and migration instructions.
1 parent 20ef8a7 commit 3d9c842

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> [!CAUTION]
2+
> **NServiceBus.AzureFunctions.InProcess.ServiceBus has been officially sunsetted.**
3+
> Microsoft announced that .NET 8 will be [the last release supporting the in-process hosting model](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-august-2023-roadmap-update/ba-p/3910098).
4+
> New projects should use the [isolated worker model](https://docs.particular.net/nservicebus/hosting/azure-functions-service-bus/) instead. Follow [these instructions](https://docs.particular.net/nservicebus/upgrades/azure-functions-service-bus-in-process-isolated-worker) to migrate.
5+
16
# NServiceBus.AzureFunctions.InProcess.ServiceBus
27

38
NServiceBus.AzureFunctions.InProcess.ServiceBus supports processing messages in AzureFunctions using the Azure Service Bus trigger and the NServiceBus message pipeline.

0 commit comments

Comments
 (0)