Hello Jesus Duran Fernandez,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to remove a subdomain name for the cognitive services.
When you delete an Azure Cognitive Service, like the Translator service, the subdomain name (e.g., yourtranslator.cognitiveservices.azure.com
) becomes locked and cannot be reused, even after deletion. To resolve this, you can either create the service with a slightly different subdomain name (e.g., yourtranslator-v2
) or create the service in a different Azure region where the subdomain might still be available. Azure does not provide a way to immediately release the subdomain after deletion, so it's typically locked indefinitely in the same region.
For more details on service deletion and name availability:
- https://learn.microsoft.com/en-us/azure/cognitive-services/translator/quickstart
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.