We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df231de commit c1f2e06Copy full SHA for c1f2e06
1 file changed
README.md
@@ -4,4 +4,7 @@ Process messages in AzureFunctions using the Azure Service Bus trigger and the N
4
5
## Running tests locally
6
7
-Test projects included in the solution rely on the environment variable `AzureWebJobsServiceBus` used by Azure Functions SDK.
+Requirements:
8
+
9
+- Have the [Microsoft Azurite Storage Emulator](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio) running
10
+- Configure an environment variable named `AzureWebJobsServiceBus` with an Azure Service Bus connection string
0 commit comments