An Azure service that integrates speech processing into apps and services.
Hey @AJ ,
Based on your description (“Azure AI Speech doesn’t load at all”), this looks more like a browser, connectivity, or access-related issue rather than a problem with your code (especially since you also tried a simple HTML/VS Code setup).
Here are a few key things you can try:
- Clear cache and check connectivity Sometimes Speech/AI experiences in the browser fail to load due to network restrictions or stale session data.
- Clear your browser cache and cookies
- Try using a different browser or incognito/private mode
- If you’re on a corporate network or VPN, make sure it allows outbound access to Azure endpoints
Validate using SDK or REST To isolate whether the issue is UI-specific, try accessing Azure Speech using the SDK or REST APIs. If this works, it confirms that the service is functioning and the issue is likely limited to the web experience.
- If you are using Azure AI Foundry. If the issue occurs specifically in Foundry (ai.azure.com or related tools), it could be related to:
- Resource configuration (region or service availability)
- Authentication/session issues
- Tenant or subscription setup
Checking whether the Speech capability is properly configured and available in your environment can help narrow this down.
To help identify the root cause, could you please share a few details:
- Which exact page or tool is not loading (Azure portal, Speech Studio, Foundry, etc.)
- Whether you see any error message in the browser console
- Whether you are on a corporate network/VPN
- Whether Speech calls via SDK/REST are working
- Whether you have already created a Speech resource
With this information, we can guide you with more targeted steps.
Reference list
- Cognitive Speech (overview + SDK/REST links): https://docs.microsoft.com/azure/cognitive-services/speech-service/overview
- What is Azure Speech? (Speech capabilities in Foundry Tools and SDK/REST/CLI): https://learn.microsoft.com/azure/ai-services/speech-service/overview
- Azure Speech features in Microsoft Foundry (new): https://learn.microsoft.com/azure/ai-services/speech-service/speech-features-foundry
- Connect Azure Speech in Foundry Tools to an agent (includes troubleshooting): https://learn.microsoft.com/azure/foundry/agents/how-to/tools/azure-ai-speech
- Azure OpenAI speech to speech chat (C#) (example flow/requirements): https://learn.microsoft.com/azure/ai-services/speech-service/openai-speech
I Hope this helps. Do let me know if you have any further queries.
Thankyou!