Skip to content

Commit

Permalink
Merge pull request #9482 from juntakata/patch-1
Browse files Browse the repository at this point in the history
Update the method numbering and explanation
  • Loading branch information
Lauragra authored Dec 14, 2024
2 parents 403ae38 + 655e77a commit 5ead645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concepts/migrate-azure-ad-graph-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you own an application's source code, search for the `https://graph.windows.n

## As an IT admin, how do I identify apps in my tenant that use Azure AD Graph?

Use one of the following three methods to identify apps in your tenant with a dependency on Azure AD Graph.
Use the following four methods to identify apps in your tenant with a dependency on Azure AD Graph. Method 1 and 2 identify your apps that use Azure AD Graph based on the actual app activities while method 3 and 4 use static app configuration and consent status. You can combine these methods to find apps that have a dependency on Azure AD Graph.

### Method 1: Through network proxy logs

Expand All @@ -67,7 +67,7 @@ Check your network server traffic logs through a filter proxy for any apps calli

:::image type="content" source="/graph/images/aadgraph-to-msgraph-migration/RequestedAPI-AAD.png" alt-text="Filter apps that use Azure AD Graph." border="true":::

### Method 3: Use a PowerShell script
### Method 4: Use a PowerShell script

Download and run [this PowerShell script](https://github.com/microsoft/AzureADGraphApps). Use this method to retrieve apps with their home directory in your tenant and apps with their home directories in other tenants.

Expand Down

0 comments on commit 5ead645

Please sign in to comment.