Skip to content

Commit b30643b

Browse files
authored
[Content freshness] Overview of Microsoft Graph (#28662)
1 parent 1bd56e4 commit b30643b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

concepts/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: "Microsoft Graph overview"
3-
description: "Use Microsoft Graph to derive insights and analytics from Microsoft 365 and Microsoft Entra data, and build unique, intelligent apps."
3+
description: "Use Microsoft Graph to derive insights and analytics from Microsoft 365 and Microsoft Entra data, and build unique, intelligent apps. Start building today."
44
ms.topic: overview
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
7-
ms.date: 01/08/2025
7+
ms.date: 04/15/2026
88
#customer intent: As a developer, I want to understand Microsoft Graph and how to use it to build apps that interact with data in Microsoft cloud services like Microsoft Entra and Microsoft 365.
99
---
1010

1111
# Overview of Microsoft Graph
1212

1313
Microsoft Graph is the gateway to data and intelligence in Microsoft cloud services like Microsoft Entra and Microsoft 365. Use the wealth of data accessible through Microsoft Graph to build apps for organizations and consumers that interact with millions of users.
1414

15-
![Microsoft Graph, Microsoft Graph Data Connect, and Copilot connectors enable extending Microsoft 365 experiences and building intelligent apps.](images/microsoft-graph-dataconnect-connectors-enhance.png)
15+
![Diagram that shows how Microsoft Graph API, Copilot connectors, and Data Connect power the Microsoft 365 platform.](images/microsoft-graph-dataconnect-connectors-enhance.png)
1616

1717
## Data and services powering the Microsoft 365 platform
1818

19-
In the Microsoft 365 platform, three main components facilitate the access and flow of data:
19+
In the Microsoft 365 platform, three main components enable data access and flow:
2020

21-
- The **Microsoft Graph API** offers a single endpoint, `https://graph.microsoft.com`, to provide access to rich, people-centric data and insights in the Microsoft cloud, including Microsoft 365, Windows, and Enterprise Mobility + Security. You can use REST APIs or SDKs to access the endpoint and build apps that support Microsoft 365 scenarios, spanning across productivity, collaboration, education, people and workplace intelligence, and more. Microsoft Graph also includes a powerful set of services that manage user and device identity, access, compliance, and security and help protect organizations from data leakage or loss.
21+
- The **Microsoft Graph API** offers a single endpoint, `https://graph.microsoft.com`, to provide access to rich, people-centric data and insights in the Microsoft cloud, including Microsoft 365, Windows, and Enterprise Mobility + Security. Use REST APIs or SDKs to access the endpoint and build apps for Microsoft 365 scenarios. These scenarios span productivity, collaboration, education, people and workplace intelligence, and more. Microsoft Graph also includes a powerful set of services that manage user and device identity, access, compliance, and security and help protect organizations from data leakage or loss.
2222
- **[Microsoft 365 Copilot connectors](#bring-data-from-an-external-content-source-to-microsoft-graph)** (formerly Microsoft Graph connectors) work in the incoming direction, delivering data external to the Microsoft cloud into Microsoft Graph services and applications to enhance Microsoft 365 experiences such as Microsoft Search. Connectors exist for many commonly used data sources such as Box, Google Drive, Jira, and Salesforce.
2323
- **[Microsoft Graph Data Connect](#access-microsoft-graph-data-at-scale)** provides a set of tools to streamline secure and scalable delivery of Microsoft Graph data to popular Azure data stores. The cached data serves as data sources for Azure development tools that you can use to build intelligent applications.
2424

@@ -36,7 +36,7 @@ Microsoft Graph exposes REST APIs and client libraries to access data on the fol
3636

3737
To find out more, see [Major services and features in Microsoft Graph](overview-major-services.md).
3838

39-
![An image showing the primary resources and relationships that are part of Microsoft Graph](images/microsoft-graph.png)
39+
![Diagram that shows the primary resources and relationships that are part of Microsoft Graph](images/microsoft-graph.png)
4040

4141
## What can you do with Microsoft Graph?
4242

@@ -96,7 +96,7 @@ Check out some of these common scenarios for working with the Microsoft Graph AP
9696

9797
## Bring data from an external content source to Microsoft Graph
9898

99-
Use [Copilot connectors](connecting-external-content-connectors-overview.md) to bring data that is external to the Microsoft cloud into Microsoft Graph. Examples of such data can be an organization's human resources database or product catalog, hosted on-premises or in the public or private clouds.
99+
Use [Copilot connectors](connecting-external-content-connectors-overview.md) to bring data external to the Microsoft cloud into Microsoft Graph. Examples of such data can be an organization's human resources database or product catalog, hosted on-premises or in the public or private clouds.
100100

101101
Copilot connectors create connections to external data sources, index the data, and store it as external custom items and files. Once indexed, those items can show up in Microsoft Search and for apps that use the [Microsoft Search API](search-concept-overview.md).
102102

@@ -106,34 +106,34 @@ Use [Microsoft Graph Data Connect](data-connect-concept-overview.md) to access d
106106

107107
Using Azure tools, you can then build intelligent apps that:
108108

109-
- Find you the closest expert on a subject area to you in your organization.
109+
- Find the closest subject-matter expert in your organization.
110110
- Automate knowledge base creation.
111111
- Analyze meeting requests to provide insights into conference room utilization.
112112
- Detect fraud with productivity and communication data.
113113

114114
## When should I use Microsoft Graph API or Data Connect?
115115

116-
Microsoft Graph Data Connect provides a new way for you to interact with the data that's available through Microsoft Graph APIs. Data Connect provides a unique set of tools that streamline the building of intelligent applications, all within the Microsoft cloud.
116+
Microsoft Graph Data Connect lets you interact with data available through Microsoft Graph APIs. Data Connect provides tools to streamline building intelligent applications, all within the Microsoft cloud.
117117

118118
|**Feature**| **Microsoft Graph API** | **Microsoft Graph Data Connect** |
119119
|:----------|:------------------------|:--------------------------------------|
120120
| **Access scope** | Single user or entire tenant | Many users or groups |
121121
| **Access pattern** | Real time | Recurrent schedule |
122-
| **Data operations** | Operates on data master | Operates on a cache of the data |
122+
| **Data operations** | Operates on source data | Operates on a cache of the data |
123123
| **Data protection** | Data is protected while in the source service like Microsoft 365 and Microsoft Entra | Data protection is extended to the cache of data in your Azure subscription |
124124
| **User consent** | Self<br>Resource types | None |
125125
| **Admin consent** | Entire organization<br>Resource types | Select groups of users<br>Resource types and properties<br>Excludes users |
126126
| **Access tools** | RESTful web queries | Azure Data Factory |
127127

128128
## Try out a sample app
129129

130-
Use the [quick start](https://developer.microsoft.com/graph/quick-start) to set up a ready-to-run sample app.
130+
Use the [quickstart](https://developer.microsoft.com/graph/quick-start) to set up a ready-to-run sample app.
131131

132132
## Related content
133133

134134
- Try a sample request in the [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
135135
- Explore the [services and features](overview-major-services.md) that you can use in your scenarios.
136-
- Explore the [integration patterns](/graph/integration-patterns-overview) that might apply to your scenario.
136+
- Explore the [integration patterns](integration-patterns-overview.md) that might apply to your scenario.
137137
- See [what's new](whats-new-overview.md) in Microsoft Graph.
138138
- Learn about [metered APIs and services in Microsoft Graph](metered-api-overview.md).
139139
- Find out how to [get an auth token](auth/auth-concepts.md) in your app.

0 commit comments

Comments
 (0)