Hello I am trying to use your code for uploading pictures to blob storage and I can now upload the pictures but I need to retrieve them again for computer vision API purposes and it only accepts Urls of pictures that can be viewed only on the browser so after researching I found out that I can set the content type before uploading so can you help me with that, here is your code that I used: