Skip to content

Particular/NServiceBus.AzureFunctions

Repository files navigation

NServiceBus.AzureFunctions

Running the integration test application locally

Create a local.settings.json file in the root of the project. The file should contain the following content, replacing YourConnectionString with the connection string to your Azure Service Bus namespace.

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "AzureWebJobsServiceBus": "YourConnectionString",
    "BillingPrefix": "billing"
  }
}

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages