All Projects → jefking → fl-image-resize

jefking / fl-image-resize

Licence: Apache-2.0 License
A library to quickly resize images with Azure Functions

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to fl-image-resize

durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
Stars: ✭ 31 (+106.67%)
Mutual labels:  azure-functions, azure-storage
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚
Stars: ✭ 59 (+293.33%)
Mutual labels:  azure-functions, azure-storage
Serverless Microservices Reference Architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
Stars: ✭ 270 (+1700%)
Mutual labels:  azure-functions, azure-storage
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (+2946.67%)
Mutual labels:  azure-functions, azure-storage
QueueBatch
WebJobs/Azure Functions trigger providing batches of Azure Storage Queues messages directly to your function
Stars: ✭ 40 (+166.67%)
Mutual labels:  azure-functions, azure-storage
movie-db-java-on-azure
Sample movie database app built using Java on Azure
Stars: ✭ 28 (+86.67%)
Mutual labels:  azure-functions, azure-storage
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (+153.33%)
Mutual labels:  azure-functions, azure-storage
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+26113.33%)
Mutual labels:  azure-storage, azure-blob
media-services-v3-dotnet-core-functions-integration
The project includes several folders of sample Azure Functions for use with Azure Media Services v3 that show workflows related to ingesting content, encoding, publishing or live stream management.
Stars: ✭ 41 (+173.33%)
Mutual labels:  azure-functions, azure-storage
AzureChamp
A repository for Azure Champ program to train technical experts to get ready for Azure
Stars: ✭ 16 (+6.67%)
Mutual labels:  azure-storage, azure-blob
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (+653.33%)
Mutual labels:  azure-functions, azure-storage
Serverless-File-Validation
Using Azure Serverless products to perform file validation on a per-batch basis
Stars: ✭ 21 (+40%)
Mutual labels:  azure-functions, azure-storage
azure-developer-college
Repository for the Azure Developer College Workshop
Stars: ✭ 16 (+6.67%)
Mutual labels:  azure-functions, azure-storage
nodejs-postgresql-azure
Repositório responsável pela série de artigos sobre Node.js com PostgreSQL
Stars: ✭ 70 (+366.67%)
Mutual labels:  azure-functions, azure-storage
azure-storage
Azure Storage module for Nest framework (node.js) ☁️
Stars: ✭ 71 (+373.33%)
Mutual labels:  azure-storage
XamarinAzureChallenge
Create an iOS/Android app using Xamarin.Forms and connect it to a serverless Azure Function
Stars: ✭ 59 (+293.33%)
Mutual labels:  azure-functions
leto-serverless
Angular server(less) side rendering
Stars: ✭ 13 (-13.33%)
Mutual labels:  azure-functions
LearningPoint
A repository for learning different technologies, frameworks, features......
Stars: ✭ 66 (+340%)
Mutual labels:  azure-functions
octodex
GitHub's Octocats.
Stars: ✭ 64 (+326.67%)
Mutual labels:  images
storage
Go library providing common interface for working across multiple cloud storage backends
Stars: ✭ 154 (+926.67%)
Mutual labels:  azure-blob

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].