I am new to Umbraco and trying to find a solution to directly save/upload images to Azure Blob storage while creating content. I also need to map these images to a CDN, so that while serving content publicly, these images are served directly from CDN.
The solutions I've seen so far import images already residing in blob storage.
Is there any other approach besides writing a custom file upload control for saving images directly to blob storage while creating content pages through Umbraco?
Save images directly to azure blob storage
Hi
I am new to Umbraco and trying to find a solution to directly save/upload images to Azure Blob storage while creating content. I also need to map these images to a CDN, so that while serving content publicly, these images are served directly from CDN. The solutions I've seen so far import images already residing in blob storage. Is there any other approach besides writing a custom file upload control for saving images directly to blob storage while creating content pages through Umbraco?
These are the packages you want:
https://our.umbraco.com/packages/collaboration/umbracofilesystemprovidersazure/
also look at: https://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/
is working on a reply...