I have a Azure Function and configured the Authentication with Microsoft as provider.
After that I granted a role assignment for another Azure Function Managed Identity on Access Control (IAM)
It worked fine, my second Azure function was able to invoke function on my first one.
But now I've removed the role assignment of this Managed Identity, but my second Azure Function is still able to make calls for my first Azure Function
On my Access Control (IAM) "Check access" I can see that the Managed Identity has no more Role Assignments
Does anyone have any idea what it is?