AzureAdvocateBit / upload_image-1

How to upload an image to Azure Blog Storage using Azure Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Upload with Serverless and Static Web Apps

This project showcases how to upload images to Azure Blob Storage using Azure Static Web Apps & Azure Functions.

To upload an image to Azure Blob Storage we need to have a SAS key that would allow us to anonymously authenticate from the browser. For that we have an Azure Function that generates SAS keys and delivers them to the browser via Ajax.

If you don't have an Azure account, register one for free here

About

How to upload an image to Azure Blog Storage using Azure Functions

License:MIT License


Languages

Language:JavaScript 80.1%Language:HTML 13.1%Language:Dockerfile 6.8%