Skip to content

ysudhakar/Event-Grid-Glue

 
 

Repository files navigation

Event-Grid-Glue

Example Event Grid Application

This is an example application that will leverage a custom message to retrieve an image, copy it to blob storage and invoke the vision API to caption it.

To work, you must take a few steps:

  1. Create a custom Event topic you use to publish the message to
  2. Create a cognitive services Vision API endpoint
  3. Build a logic app to receive events and update the captions

The logic app looks like this:

Logic app

You also need to update the console app to point to your Event topic end point, and set environment variable EVENT_GRID_KEY to the key for the topic.

About

Example Event Grid Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.0%
  • TypeScript 35.7%
  • JavaScript 6.1%
  • HTML 2.4%
  • CSS 0.8%