Unable to download data from Blob storage. Getting 404 returned
I’m using a Python Azure function which gets invoked when I add a blob to a storage container. The function is triggered ok, but I get a 404 response when trying to download the blob.
I’m using a Python Azure function which gets invoked when I add a blob to a storage container. The function is triggered ok, but I get a 404 response when trying to download the blob.