AI Navigate

Microsoft.Azure.WebJobs.Extensions.Storage_5.3.8

Azure OpenAI .NET Releases / 3/20/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The article announces the release of Microsoft.Azure.WebJobs.Extensions.Storage version 5.3.8 on 2026-03-19.
  • It fixes a bug where MaxDequeueCount was incorrectly applied to messages in the poison queue, causing poison messages to be skipped and left unprocessed.
  • By correcting this behavior, poison messages are no longer silently skipped, improving reliability of Azure queue processing.
  • This is a maintenance patch focused on bug fixes rather than new features.

5.3.8 (2026-03-19)

Bugs Fixed

  • Fixed a bug where MaxDequeueCount was being applied to messages in the poison queue itself, leading to poison messages being silently skipped and left unprocessed indefinitely.