Hi All,
I am wondering if I can use Azure App Service Service Principal to do Admin activity?
Connect-CrmOnline -Credential $cred or
Get-CrmInstance -ApiUrl "admin.services.crm5.dynamics.com" -Credential $cred
The above PSLets use the federated account and not Azure Creds from Service principal. I guess there are no arguments to take this.
docs.microsoft.com/.../get-crmconnection
If anyone has found any possibility for this pls let me know.
Cheers, Sethi