Skip to content

Commit 655e77a

Browse files
authored
Update the method numbering and explanation
Current doc tells IT admins should use one of the methods to find apps that use AAD Graph. However, each method has different approaches and no method is perfect.
1 parent 403ae38 commit 655e77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/migrate-azure-ad-graph-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you own an application's source code, search for the `https://graph.windows.n
4444

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

47-
Use one of the following three methods to identify apps in your tenant with a dependency on Azure AD Graph.
47+
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.
4848

4949
### Method 1: Through network proxy logs
5050

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

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

70-
### Method 3: Use a PowerShell script
70+
### Method 4: Use a PowerShell script
7171

7272
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.
7373

0 commit comments

Comments
 (0)