Problems width ImageProcessor an Azure Blob Storage / CDN
Hi,
i followed the setup guide, but i can not get the cache to work. upload to media container (permission is blob) works fine. so i think the filesystemprovider is working as expected.
But the images get rendered as absolute urls like "https://mybloburl/media/...." and not relative urls.
which setting i'm missing? i need the relative urls, when i do Umbraco.TypedMedia(id).Url or Umbraco.TypedMedia(id).GetCropUrl
When i try the relative url by hand, it is working and i get a 302 redirect to the cnd endpoint.
Problems width ImageProcessor an Azure Blob Storage / CDN
Hi,
i followed the setup guide, but i can not get the cache to work. upload to media container (permission is blob) works fine. so i think the filesystemprovider is working as expected.
But the images get rendered as absolute urls like "https://mybloburl/media/...." and not relative urls.
which setting i'm missing? i need the relative urls, when i do Umbraco.TypedMedia(id).Url or Umbraco.TypedMedia(id).GetCropUrl
When i try the relative url by hand, it is working and i get a 302 redirect to the cnd endpoint.
i've installed:
imageprocessor 2.5.3 imageprocessor.web 4.8.3 imageprocessor.azureblobcache 1.3.0
Thx for your help
Andreas
is working on a reply...