Microsoft Entra · Arazzo Workflow
Microsoft Entra Register Application With Service Principal
Version 1.0.0
Create an app registration then instantiate its service principal.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
register-app-with-service-principal
Register an application, then create its service principal by appId.
Creates an application registration and feeds the resulting appId into a service principal creation so the app is usable in the tenant.
1
createApplication
createApplication
Register the application object that defines the app globally.
2
createServicePrincipal
createServicePrincipal
Create the service principal that instantiates the application in the tenant, referencing the appId from the registration.