Add a new faq on the ComputerVision template issue.

This commit is contained in:
HX Lin 2018-05-24 09:01:43 +08:00
Родитель 3d4d66569f
Коммит ae9c2a2fbf
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -52,6 +52,12 @@ At present, Visual Studio Tools for AI does not support IntelliSense for CNTK Br
## Microsoft Cognitive Services
### **Q: [The Computer Vision application created from template always returns "Unauthorized" error.](https://github.com/Microsoft/vs-tools-for-ai/issues/15)**
This is a known issue in the Computer Vision application template. Please open the ComputerVisionApiExtensions.cs, and add the following line of code in ComputerVisionApiExtensions class's constructor:
```csharp
this.AzureRegion = GetRegion(region);
```
### **Q: I cannot retrieve subscription keys or create applications due to `Unauthorized` status code.**
Please right-click **AI Tools > Azure Cognitive Services** node on the Server Explorer panel, and select **Refresh**.