diff --git a/changelog/3967.fixed.md b/changelog/3967.fixed.md new file mode 100644 index 000000000..dff880c2c --- /dev/null +++ b/changelog/3967.fixed.md @@ -0,0 +1 @@ +- Fixed `AzureSTTService` failing to initialize when `private_endpoint` is provided. The Azure Speech SDK's `SpeechConfig` does not accept both `region` and `endpoint` simultaneously, so they are now passed conditionally.