I have an Azure Data Explorer/Kusto function that I would like to give access to, but I don't necessarily want to give access to the full tables or databases the function utilizes. I've seen this Role-Based Auth article and see Function Admin
, but it looks like that would also require Database Viewer
to achieve what I want.
Is there a Function Viewer
role that I can use? If not, is there some way to achieve this through other permission settings?
Have tried finding a Function Viewer
role, but have not found one.