Error code: 404
Opened this issue · 1 comments
mairahab commented
evogelpohl commented
The doc isn't clear. While it tells you to get your endpoint from the Azure portal, it fails to tell you that you need to add: 'vision/v3.2/analyze' to the end of it.
This works (for me):
Variables
_url = 'https://southcentralus.api.cognitive.microsoft.com/vision/v3.2/analyze'
_key = '10101_your_key_10101010'
_maxNumRetries = 10