Fanray
Fanray copied to clipboard
Add favicon.ico to link and blob storage images
Overview
When I view an image that is stored on azure blob storage, the favicon is not shown, it shows this error in xml
<?xml version="1.0" encoding="utf-8"?><Error>
<Code>OutOfRangeInput</Code>
<Message>One of the request inputs is out of range.
RequestId:5f61c09d-f01e-004e-7b94-26f593000000
Time:2018-07-28T17:01:58.2835152Z</Message>
</Error>
Fix to try
When you view the image directly in browser, it's trying to get the ico from relative to root
azure blob path\favicon.ico
try add it to blob storage manually?
References
https://stackoverflow.com/questions/25952907/favicon-ico-vs-link-rel-shortcut-icon https://social.msdn.microsoft.com/Forums/en-US/4a7315b5-6cd3-4525-94ef-6e21d10292b8/how-to-add-a-favicon-for-specific-blobfile-in-azure-blob-storage?forum=windowsazuredata