Programmatically getting Microsoft Graph permissions

Programmatically getting Microsoft Graph permissions I have been doing som Go programming lately and have had to deal with outputting Microsoft Graph permissions in a human readable format. This is a bit cumbersome as the Graph API for Applications only return Ids for the permissons, and not the human readable names. While Microsoft has pretty good documentation regarding these permissions: https://learn.microsoft.com/en-us/graph/permissions-reference, I have not found anywhere that gives information about where to get this via an API call....

February 16, 2023 · 1 min · soroganoth

Deploy Azure Sentinel Watchlists with Bicep

I recently found myself needing to create some Azure watchlists using Bicep templates. As there did not seem to be much documentation about this, and my lacking understanding of child resources in Bicep, this took way longer then it needed to be, so i figured I would document this. Microsoft Bicep Watchlist Reference: Bicep Reference Quick Comments about the template A Watchlist cannot be empty, so you need to some example value....

August 6, 2022 · 2 min · Soroganoth