I can upload images from my ionic 3 mobile app to my azure blob storage. the only problem is that if I upload a large image, say the size of 3-4 MB, which it uploads but when I try to download and open from azure blob storage, it will give me this error File size 4.08 MB exceeds the maximum supported file size 2.05 MB. So my request is how to increase the size to 5 MB of blob memory so that I can upload large images.
when i click the edit button i get an error

source
share