You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a Computer Vision project with the VS Tools for AI extension after creating the service in the Azure Portal. Putting the API key and (I assume) the correct location, I'm still getting an unauthorized exception. I even copied both keys from the AI Tools section of the Server window and still get this error. Am I setting something wrong?
The text was updated successfully, but these errors were encountered:
This is a known issue in the Computer Vision application template. Please open ComputerVisionApiExtensions.cs, and add the following line of code in ComputerVisionApiExtensions class's constructor:
Created a Computer Vision project with the VS Tools for AI extension after creating the service in the Azure Portal. Putting the API key and (I assume) the correct location, I'm still getting an unauthorized exception. I even copied both keys from the AI Tools section of the Server window and still get this error. Am I setting something wrong?
The text was updated successfully, but these errors were encountered: