Un servizio di Azure che integra l'elaborazione vocale in app e servizi.
Hello Damiano Buonaugurio,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
The observed behavior indicates that custom keyword (wake word) model builds are remaining in a “Processing” state for extended durations (12+ to 24+ hours) across multiple attempts.
Under normal conditions, keyword model creation—especially for basic models—usually completes within minutes after submission. However, model creation is handled asynchronously, and there are cases where processing takes significantly longer due to backend conditions. When multiple models remain in progress simultaneously without failure or error, it is typically an indication that the requests have been accepted but are delayed within the processing pipeline.
The following factors most commonly contribute to this situation -
- Regional capacity constraints - High demand in a selected region can delay the execution of model creation jobs.
- Backend queue delays - Model compilation requests are queued and processed in sequence, which may result in extended wait times during periods of heavy load
- Transient service-side conditions - When more than one model is affected, the behavior is typically aligned with a temporary service-side delay rather than an issue in the setup itself
Please check if the following suggestions help -
- Validating model setup
- Please confirm the correct model type (Basic or Advanced)
- Basic models are expected to complete faster compared to advanced configurations
- Retrying in a different region
- Please create a Speech resource in another supported region
- Then recreate the keyword model in that region
- Region-based delays are a common contributing factor
- Please avoid concurrent submissions
- Limit model creation to one request at a time
- Parallel submissions can increase queue delays
- Recreate the model when delay is prolonged - If the model remains in processing for an extended duration (for example, ~24 hours), creating a new model is generally more effective than waiting further
- Refreshing and validating model status
- Please reopen the model page in Speech Studio
- Then confirm that the displayed status reflects the current backend state
- Checking service health signals - Reviewing the Azure Service Health section in the portal to identify any active service conditions affecting processing
The following references might be helpful , please check them out
- Keyword recognition overview - Speech service - Foundry Tools | Microsoft Learn
- Create a custom keyword quickstart - Speech service - Foundry Tools | Microsoft Learn
Thank you