The error message you are encountering indicates that your attempt to create a speech resource is being blocked by an Azure policy that restricts the regions where resources can be deployed. This is often due to the specific subscription type you are using, in this case, a student subscription, which may have limitations on the regions available for resource deployment.
To resolve this issue, you can take the following steps:
- Check Available Regions: Verify which regions are available for your student subscription. You can do this by checking the Azure portal or the documentation related to your subscription type.
- Contact Support: If you need to deploy resources in a different region that is currently disallowed, you should contact Azure support for assistance. They may be able to provide you with options or modify the policy for your subscription.
- Use Allowed Regions: If possible, try to create the speech resource in one of the regions that are allowed under your subscription policy.
By following these steps, you should be able to address the validation error and successfully create your speech resource.
References: