-
Notifications
You must be signed in to change notification settings - Fork 38
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
The Chinese version of Azure uses DocumentTranslation to prompt that there is no such resource group #95
Comments
Hi @e4je , Please submit an issue at the time, if you still have trouble. I'd be interested in your observation whether the app works in Azure China, after Document Translation has been deployed there. |
Thanks a lot, I will test it when deploying to Azure China |
Hello, document translation has been deployed in China. When will this tool be updated to support China? |
Hi @zjunsen , |
I created a translation service in China East 2, and the pricing layer is S1 standard. After the tool saves the settings, the test prompts: resource not found. |
Hi @chriswendt1 and @e4je : The root cause is that Azure Mooncake did not deploy documentation translation API at all! It's easy to be verified by PostMan. Any APIs regarding documentation translation always returns 404 resource not found. At document center of Azure Mooncake, there is no articles describe documentation translation. The only part of let user confusion is there is an documentation translation API endpoint shows at Azure Mooncake portal. I thought Mr. Chris definitely did not test Mooncake service before release. Thanks all! |
Hi@micli endpoint = "https://Translate-no1.cognitiveservices.azure.cn/translator/text/batch/v1.0" payload= { response = requests.post(constructed_url, headers=headers, json=payload) print(f'response status code: {response.status_code}\nresponse status: {response.reason}\nresponse headers: {response.headers}')` |
Hello developer, I have tried according to the document for a long time, and found that on the Chinese version of Azure, there will be an error message that there is no such resource group. No matter what, I can't solve it. I would like to ask if this version cannot be used.
The text was updated successfully, but these errors were encountered: