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"
  }
}

More information about the app can be found in the IntegrationTestApp README.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages