Skip to content

Instantly share code, notes, and snippets.

@finesse-fingers
Created May 12, 2020 10:16
Show Gist options
  • Save finesse-fingers/515ddcd84486aaff074acdafa090e975 to your computer and use it in GitHub Desktop.
Save finesse-fingers/515ddcd84486aaff074acdafa090e975 to your computer and use it in GitHub Desktop.
Example showing how to configure azure function service bus in Startup
builder.Services.Configure(delegate(ServiceBusOptions options)
{
options.MessageHandlerOptions.AutoComplete = false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment