Open
Description
Hi,
I have a function app in my environment where the authentication is not set via portal. The HTTP triggered functions use function key for security and we are using the tool in injected more where durable function monitor functions are there along side the application functions in the same function app.
We don't want to set up authentication with in the portal which will cover all the functions under its scope.
Is there a way to authenticate durable functions monitor considering below things
- We want to use the same function app for our application functions and the durable functions monitor functions
- We don't want to set up authentication using easy auth, so don't want to set up authentication from with in portal