Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How does azure image processing work with image resizer?


Asked by Ares Coleman on Dec 05, 2021 FAQ



Alternatively, check out Azure Storage Explorer. Re-deploy the updated site and browse to your image once more. This time it will be loaded from blob storage and then transformed by Image Resizer. Image processing can be very resource intensive, especially when dealing with large images.
And,
With its query string API, transforming images is as simple as changing the URL; from resizing to sophisticated image adjustment. In this post I cover how to set up a high performance image processing service using Image Resizer and Microsoft Azure.
Similarly, The image is then processed with Azure functions. Blob storage stores all of the image files that are uploaded into the web application, as well any static files that the web application consumes. Cosmos DB stores metadata about each image that is uploaded, including the results of the processing from Computer Vision API.
Also,
The API layer is built using Azure Functions. These APIs enable the application to upload images and retrieve data from Cosmos DB. When an image is uploaded via an API call, it's stored in Blob storage. Adding new files to Blob storage triggers an Event Grid notification to be sent to an Azure Function.
Indeed,
Once the data has been returned from the Computer Vision API, Azure Functions makes an entry in Cosmos DB to persist the results of the analysis along with the image metadata. Computer Vision API is part of the Cognitive Services suite and is used to retrieve information about each image.