Everytime I go to create a Service Principal in azure, I go through the steps of creating an Application. Which I understand, cool. My application has authentication rights.
When I create an Automation Run As account, it creates a service principal and and stores a certificate. Where is the certificate or whatever other THINGS make this a service principal? I want to find out what subscriptions my service principal has rights to by list in PowerShell, but some app ID doesn't seem like its the right path.
cool I can get the name of the service principal of the app. ONLY shows me how to do this in powershell. WHAT is the SP ?? WHERE is it
Service principals are not on the portal, so you can only use other tools to work with them (like powershell you mentioned).
https://learn.microsoft.com/es-es/azure/active-directory/develop/app-objects-and-service-principals
https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal