-2

What is the underlying technology used to build Azure Event Grid and where can I find its source code? I searched the Azure Github account and could only find an Event Grid emulator. Does AEG build on a different project, similar to how Azure WebJobs are used as the foundation for other offerings?

DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233

1 Answers1

1

It is built on Service Fabric. If you are looking for SDK samples, you can start here: https://github.com/Azure-Samples

The code for the actual service is not available.

dbarkol
  • 291
  • 2
  • 7