An Azure service that integrates speech processing into apps and services.
Azure Speech Studio - 403 Site Disabled error on Transcript (automatic audio synthesis) upload endpoint (Southeast Asia)
Hi team,
When uploading data using the "Transcript (automatic audio synthesis)" feature in Azure Speech Studio under Custom Speech, the upload fails with AxiosError: Network Error (ERR_NETWORK).
In Browser Developer Tools (F12), the CORS OPTIONS preflight request to the backend endpoint returns a 403 Site Disabled HTTP error:
- Feature used: Transcript (automatic audio synthesis) [Preview]
Endpoint: https://southeastasia.data.api.speech.microsoft.com/v1.0/projects/[REDACTED_PROJECT_ID]/synthesistranscript
Region: Southeast Asia (southeastasia)
Resource Tier: S0 (Standard)
Subscription Status: Active
IAM Role: Contributor / Cognitive Services Contributor
This specific feature is required to automatically synthesize audio from text for model training. Other dataset types do not substitute for this synthetic audio generation capability.
Troubleshooting done:
Verified subscription is Active on S0 pricing tier.
Verified full Contributor and Cognitive Services Contributor IAM permissions.
Tested in Incognito mode and regenerated API keys.
Confirmed HTTP 403 Site Disabled response is coming directly from the endpoint gateway during CORS preflight.
Is the backend endpoint for synthesistranscript in Southeast Asia currently offline or disabled?