Speech Studio - Error in exporting data from editor to dataset section

Shree 0 Reputation points
2025-08-06T10:46:36.89+00:00

Hello all,

I am using Azure speech studio to train custom speech models. Since last week I am unable to export data (audio + transcript) from "Editor" section to "Training and Testing Dataset" section. I simply see the attached error.

The data from editor that was successfully exported last month is also failing now (I tried to export the same dataset again just to check if the issue was with newer dataset). Nothing works.

I am able to export data from dataset section to editor though. So we're not out of subscription or credit.

Any thoughts on this?

Thanks,

Shree

User's image

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 35,691 Reputation points Volunteer Moderator
    2025-08-07T18:48:30.7233333+00:00

    Hello Shree !

    Thank you for posting on Microsoft Learn.

    I checked similar issues shared in the community common causes :

    • service-side regression (bug introduced in recent updates)
    • storage permission change (editor and dataset modules rely on internal storage, if RBAC or storage account access changed, export might fail)
    • corrupted or malformed transcripts (even in previously working datasets some validation rules might have changed)
    • region-specific issue (specific Azure region Speech Studio backend having issues)

    Try using REST API directly to upload data into a training dataset instead of relying on the Studio UI https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-speech-to-text#create-dataset

    or if possible, create a test project in a different region to check if it’s region-specific.

    If this persists (and especially since it worked before), this likely requires support intervention.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.