To my understanding there was an issue and it was resolved
Azure document translator service problem
Assaf L
287
Reputation points
When trying to invoke the API for document batch translation I get this error
{"Code":5,"Message":"Your current subscription SKU is not supported by this service"}}
I'm using the translator service with D3 pricing tier
When using the translator service with S1 tier it works
This github issue makes me suspect that there is a problem with the translator backend denying calls from D3 SKU and allowing S1 calls to go through - there is some condition verifying that SKU == S1
Can you advice?