An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @Riham Fayez
This can happen when the training or deployment backend is delayed, configuration or quota issues block deployment, or the deployment job is stuck, try the steps below to find and fix the problem.
What to check first
- Deployment status in Speech Studio UI: Open Speech Studio → Custom Avatar → your project → Deploy model and confirm the model's status (Queued, Deploying, Succeeded, Failed). The documentation shows the exact place to view and manage endpoints.
- Notifications / email from Azure: Azure normally notifies you when training finishes and when deployment completes; check the subscription email and the Speech Studio notifications.
Troubleshooting steps
Wait + refresh: Sometimes deployments are briefly queued and can take longer than a few minutes; refresh the Deploy page and give it 15–30 minutes before deeper debugging.
Check region & resource type: Ensure the custom avatar endpoint is being created in the same Speech resource and region that supports custom avatars; mismatched resources cause failures or hangs. The docs explain resource/endpoint requirements. [learn.microsoft]
Quotas and limits: Verify you haven’t hit endpoint quotas (for example, number of custom avatar endpoints per resource). If you hit limits, new deployments will not complete. See the deployment limits in the custom avatar docs.
Confirm model training succeeded: If training did not complete properly the model can't be deployed; check the Train model page for a Succeeded status and a preview image before clicking Deploy.[learn.microsoft]
Use a different browser / incognito: Sometimes the Studio UI may not show live updates due to cached JS or auth glitches; try an incognito window or another browser. This often fixes “no logs” or stale UI problems.
Check subscription and permissions: Ensure your Azure account has the right role on the Speech resource (owner/contributor) so deployment can create an endpoint. Lack of permission can silently fail or block operations.
Look for related service delays: Community reports show occasional backend latency spikes for avatar/TTs services; latency in training/deploy is sometimes caused by transient service-side issues. See related Q&A posts about delays and latency best practices.
Try re-deploy or delete & recreate: If the deployment stays stuck (Queued/Deploying) after a long wait, cancel/delete the deployment and try again; if deletion is not available, try creating a new endpoint from the same trained model. The docs describe how to remove and re-add endpoints.
Confirm custom neural voice (CNV) setup if used: If you used a Custom Neural Voice with the avatar, both CNV and avatar endpoints must be in the same Speech resource; mismatches can block runtime and cause unexpected failures.
How to get useful logs
Screenshot the Deploy model page showing status and timestamps (includes model created date and preview).
Record the exact resource name, region, and subscription ID (do NOT share secrets/keys).
Note the times you started training and attempted deployment and any UI errors you saw, these help correlate with backend incidents.
I Hope this helps. Do let me know if you have any further queries.
Thankyou!