Blob Urls are case sensitive. If you had ever stored file or image in a windows azure blob container then you need to access the url in exact case otherwise you will get blob NOT found error. To resolve this issue While writing blob always use lower case. While reading blob convert your url to […]