From the course: Microsoft Azure Developer Associate (AZ-204) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Implement solutions that interact with Microsoft Graph

Implement solutions that interact with Microsoft Graph - Azure Tutorial

From the course: Microsoft Azure Developer Associate (AZ-204) Cert Prep by Microsoft Press

Implement solutions that interact with Microsoft Graph

So for this, well, first I think we need to talk a little bit about, hey, what is the Microsoft Graph? So it's a gateway to data that you are hosting on Microsoft 365. And believe me when I say this, but your organization has really a lot of data hosting on Microsoft 365 that has an incredible value. So with the graph, we can actually access all that. So this provides you a unified programmability model that you can access all that data that you have on 365, but also on Windows and Enterprise Mobility. There is an endpoint for this which is graph.microsoft.com. And, of course, there is a REST interface that we have to basically access all this amounts of data that we have, but we also have graph connectors to access basically all the data that we have there. So there's a REST interface, there's the SDKs, we can use one or the other, but we'll talk about the SDKs in just a moment. But the big idea is that this will allows you as a developer to build an application and then interact…

Contents