Skip to content

Come learn how to quickly build an automated image thumbnail generator with little code using the Azure Functions Event Grid trigger.

License

Notifications You must be signed in to change notification settings

TaleLearnCode/AutomationUsingAzureEventGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Using Azure Event Grid

Abstract

The Azure Functions Event Grid trigger allows for the automation of tasks when certain events occur within the Azure ecosystem, such as when uploading images to a blob storage account. When a subscribed topic occurs, Event Grid detects the event and triggers the associated Azure Function. The Azure Function can then perform a specified task, such as creating a thumbnail of an uploaded image. This enables the automatic and efficient processing of pictures as soon as they are uploaded without requiring manual intervention. By using the Event Grid trigger in combination with Azure Functions, organizations can easily automate tasks related to image processing and streamline their workflows.

Come learn how to quickly build an automated image thumbnail generator with little code using the Azure Functions Event Grid trigger.

Short Abstract

Come learn how to quickly build an automated image thumbnail generator with little code using the Azure Functions Event Grid trigger.

Type

  • 45/60/75-minute session

Tags

  • Automation
  • Azure
  • Azure Functions
  • C#
  • Event Grid
  • Microsoft

Learning Objectives

  • Understand Azure Functions, Azure Event Grid, Azure Storage, and how they can work together
  • Learn from first-hand experiences of building an automated thumbnail generation utility using serverless offerings
  • Understand the different between the Azure Functions Blob trigger and the Azure Functions Event Grid trigger

Presentations

Event Location Date Time Room Downloads
Louisville .NET Meetup Louisville, KY February 16, 2023 7:00 pm EDT Modis Available Afterwards

About

Come learn how to quickly build an automated image thumbnail generator with little code using the Azure Functions Event Grid trigger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •