Feature/speech managed identity#543
Merged
paullizer merged 7 commits intomicrosoft:Developmentfrom Dec 19, 2025
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature - Speech-to-text functionality should now work natively in MAG and sovereign clouds
Based on the below documentation, the Fast Transcription API utilized by Simple Chat for speech-to-text transcription is not available in MAG or other sovereign clouds. For those clouds, I added conditional logic to use the Speech SDK instead.
Feature - Added Managed Identity authentication option to Speech Service Settings via drop down

Current Speech Service Settings
Updated Speech Service Settings

Added dropdown selection
API Key

Managed Identity

Managed Identity is configured to work with both the Fast Transcription API in commercial and Speech SDK in MAG and other sovereign & custom clouds.
Feature - Updated Speech Settings in Setup Walkthrough
Changed the required "Key" element to Authentication. If using Key-based auth, a Key will be required, if using Managed Identity auth, the condition will be automatically satisfied.
Current

Updated

With Managed Identity selected
With API Key selected, but no Key entered

Feature/Bugfix - Setup Walkthrough Navigation
The Next and Previous buttons in the App Settings Setup Walkthrough were not working correctly. Updated the navigation settings and also updated/corrected the notes and tooltips.
Doc Updates
Rewrote docs\admin_configuration.md to be current and more comprehensive
Updated docs\setup_instructions_special.md with corrected roles needed for managed identity configuration