Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.0-beta.1
Pre-release
Pre-release
azure-sdk
released this
16 Apr 00:03
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.