I am able to successfully upload images on azure blob storage but when i paste the absolute URI of the image into chrome it displays a xml error msg:
The specified resource does not exist
.
I tried changing the content type from applicaiton/octet-stream
to image/jpeg
but still the same error. I am not sure how to display image in web with the URI. Do i need to make any changes in URI or i need to add any kind of permissions.
sample URI which i get on querying blob.Uri.AbsoluteURI
is https://<account name>.blob.windows.net/<container>/photo.JPG
Thanks