You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/azure-functions/service-bus-kafka/sample.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ related:
6
6
- nservicebus/hosting/azure-functions-service-bus
7
7
redirects:
8
8
- samples/previews/azure-functions/kafka
9
-
reviewed: 2023-09-13
9
+
reviewed: 2025-08-12
10
10
---
11
11
12
12
This sample shows how to process Kafka events using an Azure Functions trigger and how to follow up on those events using an NServiceBus SendOnly endpoint in an Azure Function.
@@ -26,7 +26,7 @@ downloadbutton
26
26
27
27
### Service bus connection string
28
28
29
-
To use the sample, a valid Service Bus connection string must be provided in the `local.settings.json` file in the `AzureFunctions.KafkaTrigger.FunctionsHostBuilder` project and as an environment variable named `AzureServiceBus_ConnectionString`.
29
+
To use the sample, provide a valid Azure Service Bus connection string from a namespace that supports topics and sessions (Standard or Premium tier). Add it to the `local.settings.json file` in the `AzureFunctions.KafkaTrigger.FunctionsHostBuilder` project and set it as an environment variable named `AzureServiceBus_ConnectionString`.
0 commit comments