Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for governemtn regions via aconfiguration option called government #64

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

washu
Copy link

@washu washu commented Oct 24, 2024

Speech SDK requires a differnet endpoint for gov us, its .us instead of .com, this change allows for use in either azure center

AzureSTT.configure do |config|
config.region = 'usgovvirginia'
config.subscription_key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
config.government = true
end

washu added 11 commits October 24, 2024 12:50
Add a government flag option, for speech service hosted in a federal azure datacenter
Added governemtn flag passing
government update
Update configuration.rb
fixed typo
Added a private_link config variabel to allow for private peering
added private link passthough
added private link
added privae lin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant