Created
May 12, 2020 10:16
-
-
Save finesse-fingers/515ddcd84486aaff074acdafa090e975 to your computer and use it in GitHub Desktop.
Example showing how to configure azure function service bus in Startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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