I'm trying to analyse my images using Azure Computer Vision API (Azure Cognitive Service)
But the issue is my Image is stored in Blob container with Private access which means without a SAS token it will not able to access. So when I tried to call the Computer Vision API with my image URL + SAS .It's giving bad request
You can easily repro this issue in this site too