This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Support for endpoint validation in Azure Functions #173
tomkerkhove
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
There is other functionality (ex: request tracking) that we have in the web API repo that's also probably valuable for the Azure Functions (templates), but isn't available due to the missing filters/middleware/... For this, we may option to have an extension on the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions