Muokkaa

Jaa


Azure AD Graph app migration planning checklist

Use the following checklist to plan your migration from Azure Active Directory (Azure AD) Graph to Microsoft Graph.

Step 1: Review the differences between the APIs

In many ways, Microsoft Graph resembles Azure AD Graph. Often, you can simply update the endpoint, version, and resource name in your code, and it should function as expected.

However, there are differences where some resources, properties, methods, and core capabilities have changed.

Look for differences in the following areas:

Step 2: Examine API use

Examine the APIs used by your app, the permissions they require, and compare to the list of known differences.

For production, ensure that the APIs your app requires are generally available in Microsoft Graph v1.0 and verify if they function the same as in Azure AD Graph or have differences.

For testing, use Graph Explorer to experiment with API calls and develop new approaches. For best results, sign in with the credentials of a test user in a test tenant to verify the API behavior in a realistic environment.

Step 3: Review app details

Step 4: Deploy, test, and extend your app

Before updating your app for production, thoroughly test it and stage the rollout to your customer audience.

After switching to Microsoft Graph, you unlock many more datasets and features that are defined in Major services and features in Microsoft Graph.

Next step