Skip to content

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 16 Apr 00:03
d6c1cca

5.3.0-beta.1 (2024-04-15)

  • When binding to a CancellationToken, the token will no longer be signaled when in Drain Mode. To detect if the function app is in Drain Mode, use dependency injection to inject the IDrainModeManager, and check the IsDrainModeEnabled property.