Skip to content

Commit b3612e8

Browse files
Merge pull request #7722 from Particular/docs-review-azure-functions-asb-kafka
Docs review for Azure Functions Service Bus Kafka sample
2 parents 5259bdc + 3fc666a commit b3612e8

File tree

1 file changed

+2
-2
lines changed
  • samples/azure-functions/service-bus-kafka

1 file changed

+2
-2
lines changed

samples/azure-functions/service-bus-kafka/sample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ related:
66
- nservicebus/hosting/azure-functions-service-bus
77
redirects:
88
- samples/previews/azure-functions/kafka
9-
reviewed: 2023-09-13
9+
reviewed: 2025-08-12
1010
---
1111

1212
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
2626

2727
### Service bus connection string
2828

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`.
3030

3131
### Kafka broker
3232

0 commit comments

Comments
 (0)