Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deploying citing duplicate SpeechServices #27

Closed
PrintsCharming opened this issue Jun 30, 2023 · 1 comment
Closed

Error deploying citing duplicate SpeechServices #27

PrintsCharming opened this issue Jun 30, 2023 · 1 comment

Comments

@PrintsCharming
Copy link

Receiving this, even though I do not have any of these on my account:

{"code":"InvalidTemplateDeployment","details":[{"code":"CanNotCreateMultipleFreeAccounts","message":"Operation failed. Only one free account is allowed for account type 'SpeechServices'."}],"message":"The template deployment 'Microsoft.Template-20230630082430' is not valid according to the validation procedure. The tracking id is '33b77277-8d6f-4e4d-9f05-b37eb40b9d98'. See inner errors for details."}

Any thoughts on how to pursue?

@PrintsCharming
Copy link
Author

Resolved my issue...

Azure soft deleted the speech service...

First I had to find it with:
az cognitiveservices account list-deleted

Then I had to purge it with:
az cognitiveservices account purge -l -n -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant