arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Support for endpoint validation in Azure Functions #197

Closed stijnmoreels closed 2 years ago

stijnmoreels commented 2 years ago

Discussed in https://github.com/arcus-azure/arcus.eventgrid/discussions/173

Originally posted by **tomkerkhove** July 9, 2021 Support for endpoint validation in Azure Functions is something you still have to build yourself and did it a few times recently. It requires the following: https://github.com/tomkerkhove/autoscaling-over-time-dashboard/blob/main/src/AzureAutoscalingToolbox.Samples.StatefulAppInstances/Functions/AzureMonitorScaledFunction.cs#L29-L32 Not sure if this should be here or a template though, maybe both?