Static file downloads are unavailable after configuring Azure Blob Storage for Media (Umbraco v8.6.4 / Azure App Service)
Hi,
Accessing pdf files migrated to Azure Blob Storage gives a "HTTP 404 Not Found" error with the following body:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
We confirmed that the pdf resource can be found in blob storage with the given path, and all relevant DB entry for the uploaded PDF file are in place.
All other media (images) are accessible except pdf files.
Previously we had issues with accessing images as well, though the ImageProcessor, without using an explicit query string.
For that we found a workaround of forcing a rewrite rule to append empty query string parameters to all image requests. (?anchor=center&mode=crop&rnd=)
Did anyone else had similar issues with migrating the media library to Azure Blob Storage?
Static file downloads are unavailable after configuring Azure Blob Storage for Media (Umbraco v8.6.4 / Azure App Service)
Hi,
Accessing pdf files migrated to Azure Blob Storage gives a "HTTP 404 Not Found" error with the following body: "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
We confirmed that the pdf resource can be found in blob storage with the given path, and all relevant DB entry for the uploaded PDF file are in place.
All other media (images) are accessible except pdf files.
Previously we had issues with accessing images as well, though the ImageProcessor, without using an explicit query string. For that we found a workaround of forcing a rewrite rule to append empty query string parameters to all image requests. (?anchor=center&mode=crop&rnd=)
Did anyone else had similar issues with migrating the media library to Azure Blob Storage?
Regards, Aron
@Aron, did you ever get to the bottom of this? I'm experiencing the same issue.
is working on a reply...