You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Ebbo edited this page Apr 18, 2018
·
3 revisions
List Service Principals
ARMClient.exe get "/{tenant}/servicePrincipals?api-version=2013-04-05"
Lookup specific principals by appId
PUBLIC CLOUD, CHINA CLOUD AND GERMAN CLOUD
ARMClient.exe GET "/{tenant}/servicePrincipals?$filter=appId eq Guid'abfa0a7c-a6b6-4736-8310-5855508787cd'&api-version=2013-04-05"
GOVERNMENT CLOUD (FAIRFAX)
ARMClient.exe GET "/{tenant}/servicePrincipals?$filter=appId eq Guid'6a02c803-dafd-4136-b4c3-5a6f318b4714'&api-version=2013-04-05"
Register provider to backfill JIT
ARMClient.exe post "/subscriptions/{sub}/providers/Microsoft.Web/register?api-version=2015-01-01"