GitXplorerGitXplorer
m

azure-web-img-dwnszr

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
d1e5424da614ae0004dac26bac206a0e5d46029c

Changed folder structure for easier deployment during local development (#5)

mmikaelweave committed 4 years ago
Verified
feae025cf02b88fae6f150702d978517f0141bc5

Optimized image output (#4)

mmikaelweave committed 5 years ago
Unverified
697ee151c628f3a722434b3a31062189cf1bf8f5

Merged data file into one file (simplicity)

mmikaelweave committed 5 years ago
Unverified
77be79c1262189a2f9c51d38edee39b6d6e020e0

Added distinct connection string for storage account - not simply built in

mmikaelweave committed 5 years ago
Unverified
3f2505c9131359806f27b6b9b53a3febacc28ec6

Merge branch 'master' of github.com:mikaelweave/azure_image_resizer

mmikaelweave committed 5 years ago
Unverified
69d36b7f7e393a41b7b3141f6947ffe63e438a84

Removed defaulting to $web for container

mmikaelweave committed 5 years ago

README

The README file for this repository.

Azure Web Image Dwnszr

CI

Why another Serverless Image Resizer®? While writing a few static websites, I could not find any existing solution that met my requirements around image management. I need something that:

  • ⬇ Downsizes copies of images on upload and stores them (storage vs compute)
  • 🔵 Also outputs in WEBP image files for Chrome
  • 🗃 Creates metadata for consumption by static website generators
  • 💰 Cost-effective for smaller sites (pay as you go vs tiers)

Enter Azure Image Web Dwnszr which is an opinionated solution to my requirements!

Gif of basic use of Azure Image Web Dwnszr

Deploying

A sample deployment script has been included (sample-deployment.sh) in this repository. Ensure you have a .env file configured (in the same format as .env.sample), the Azure CLI installed, an Azure subscription to deploy to, and execute the commands in that script.

Contributing

Look at DEVELOPERS.md for information around developing locally, tests, and debugging