Scarab Diagnostic Suite Field Test #001: Turning a Live Azure Provider Bug into a Bounded Repair Lane

TL;DR AI
2 min readKey summary
Scarab Diagnostic Suite field-tested Open WebUI issue #25078 involving Azure OpenAI connection settings.
The bug came from a provider/config contract mismatch: editing a saved Azure connection could drop the Azure flag and send requests to the wrong endpoint.
SDS traced the failure to runtime logic that only recognized one Azure-shaped config form, then updated it to accept both persisted variants.
A regression test failed before the fix and passed after it, and a rerun confirmed the original issue was resolved.

