Hi there,
Azure Workbooks can't use SPN and other AD objects. They work on top of user's session.
Custom Endpoints doesn't support auth calls per your request.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I was looking for a way to query Azure AD objects (first use case are service principals) from an Azure Monitor Workbook (essentially the goal would be to have a dashboard to check for near expiring secrets and cross the information with Azure Resource to check unused service principals for example)
The problem i'm having is that it seems impossible to use Azure Resource Manager or Azure Resource Graph for this. I tried using a custom endpoint with an API Call but thats seems overkill and i dont want to store any token on the dashboard.
Is this something doable today ? Soon ? Forget it ?
Hi there,
Azure Workbooks can't use SPN and other AD objects. They work on top of user's session.
Custom Endpoints doesn't support auth calls per your request.
This can be done by having the workbook query a log analytics workspace, which is populated by Power Automate, though it may fit your definition of "overkill".