Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 957 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 957 Bytes

Image Resize Function

The easiest way to resize images stored in Blob Storage (on Azure); uses ImageSharp

Quick Deploy to Azure

Deploy to Azure

Configuration

Create container called 'images'; this is where images need to be uploaded into. Container 'thumbnails' will be generated, and files will be output there.

Application settings

Here are the app settings that the function app depends on:

  • ImageRepository - The storage account which houses the images to be processed; and where the resized images are stored.
  • ImageResize-Width - The width the image is resized to.
  • ImageResize-Height - The height the image is resized to.

Running Locally

Visual Studio function app project is included. To run locally, create an appsettings.json file in the root of the function app. There is a sample included.