Skip to content

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

License

Notifications You must be signed in to change notification settings

mkellerman-relativity/azure_static_web_app_upload_image

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • HTML 13.1%
  • Dockerfile 6.8%