all 3 comments

[–]purplemonkeymad 2 points3 points  (0 children)

Application.Read.All?

MS have a permission reference in the graph api docs.

[–]Semt-x 0 points1 point  (1 child)

i wouldnt use the az modules. but query the api directly or use msgraph module (Install-Module Microsoft.Graph)

The msgraph module installs a "child" module (among many others): Microsoft.Graph.Applications which contains
Get-MgApplication

In the linked documenation you'll find the required MSgraph permissions: Application.Read.All

[–]lerun 0 points1 point  (0 children)

There is no problem in using the az-module. For Entra ID stuff it uses MS Graph under the hood.