https://github.com/intellitect/azure-serverless-sug-demo
Demo code for May 8, 2018 SUG meetup.
https://github.com/intellitect/azure-serverless-sug-demo
azure-functions demo serverless
Last synced: 14 days ago
JSON representation
Demo code for May 8, 2018 SUG meetup.
- Host: GitHub
- URL: https://github.com/intellitect/azure-serverless-sug-demo
- Owner: IntelliTect
- License: mit
- Created: 2018-05-09T15:08:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T15:46:02.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T15:09:36.494Z (14 days ago)
- Topics: azure-functions, demo, serverless
- Language: C#
- Homepage: https://www.meetup.com/Spokane-NET-User-Group/
- Size: 17.6 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo Azure Function
This function watches a blob storage queue for a filename in a
blob storage location for a jpeg file and then uses the ImageResizer
image library to make a thumbnail of the image and saves it in a
different blob container.