I built a Computer Vision Application following the Microsoft tutorial here:
Now I want to use customvision.ai instead of the standard Computer Vision. I moved my customvision project to Azure and thought I just had to change Subscription Key and Vision Endpoint but it does not seem to work.
<add key="VisionEndpoint" value="CustomVisionEndpoint" />
<add key="SubscriptionKey" value="ValueOfCustomVisionKeyInAzure" />
When I use the Computer Vision Endpoint and Key everything works fine, but if I use Custom Vision I get an error message:
Operation returned an invalid status code 'NotFound'
Anyone have any idea? Do I have to change additional values or what is the problem?
Thank you for any help
Best regards, Daniel