Microsoft Entra · Arazzo Workflow
Microsoft Entra Find And Update Application
Version 1.0.0
Find an app by appId, update its display name, and read it back.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
find-and-update-application
Filter applications by appId, patch the match, then re-read it.
Searches for an application by appId, updates its display name, and fetches the updated application object.
1
findApplication
listApplications
Filter the applications collection on appId to locate the registration and capture its object id.
2
updateApplication
updateApplication
Patch the matched application with the new display name. Returns 204 with no body.
3
getApplication
getApplication
Read the updated application back to confirm the new name.