6

Microsoft Graph Fundamentals learning path – Module 1 - Microsoft Tech Community

 3 years ago
source link: https://techcommunity.microsoft.com/t5/microsoft-365-pnp-blog/microsoft-graph-fundamentals-learning-path-module-1/ba-p/2249800?WT_mc_id=DOP-MVP-4025064
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Microsoft Graph Fundamentals learning path – Module 1

Microsoft Graph Fundamentals learning path – Module 1

Published 04-01-2021 03:06 PM 975 Views

Doing Microsoft Graph Fundamentals learning path on MS Learn - Part 1







This blog post will summarize how I did the brand new Microsoft Graph Fundamentals Learning path. Microsoft Graph Fundamentals consists of 3 modules:

The whole learning path is estimated to take us ~75 minutes. Let's see how it goes 



To be very honest: I worked with Graph before - see my blog posts here: Microsoft Graph – M365 Princess - but it's the first time I do this guided learning on Microsoft Learn. I will cover module 1 in this post and continue with module 2 and 3 in the following posts.

What is Microsoft Graph

In super short: Microsoft Graph is a set of APIs that lets you access data in Microsoft 365 and use it for custom coded and low code applications. With this, Microsoft Graph is your key to data. Here are three tremendous advantages of it:

Intro

For this module, you will need to be a global admin in a Microsoft 365 tenant. The easiest way to have this is to join the Microsoft 365 developer program and get a free E5 subscription. If you are not familiar with this, read Julie Turner's article about it, at least some basic JavaScript understanding, and you should know what Azure Active Directory does. You will also need to have Node.js installed.

The learning module introduces you to a business scenario so that it is easier for you to imagine which kind of applications we are talking about. In this scenario, we want to bring together messages from chat, emails, attended meetings, notes, key contacts, and relevant files.

Our application could also grow later on and bring in data from more services like Windows 10 services or Enterprise Mobility and Security Services. We will not build this in total in this learning path, but we get a perspective, what we can develop based on our organization's needs.

Understand Microsoft Graph Services

At the very heart of Graph, we will find users and groups. In our application, we will need to access data from a single user's personal scope (mail, messages, events) and a group scope (teamwork).

The module introduces you to some Microsoft Graph API calls and shows you how the response will look. All API responses will be in JSON format - in case you want to learn more about it, read this article by Bob German on Introduction to JSON

The even more exciting part is that apart from making direct API calls, Microsoft provides us with the Graph SDK (Software Developer Kit). We can use the client Graph SDK client libraries to even more easily call the Graph API.

Access user information from Microsoft Graph using Graph Explorer

This chapter introduces you to Graph Explorer -easily access it at aka.ms/ge, try out some sample queries! My blog post on how to get started with Graph Explorer explains that in detail.

Exercise - Access user information from Microsoft Graph using Graph Explorer

Time to access your own data! I strongly recommend not playing in your production tenant- especially if you do not only want to read data with GET requests but also want to write, update, or delete data with POST, PATCH, UPDATE, or DELETE requests. Get yourself a Microsoft 365 developer tenant and use this.

This chapter teaches you how to modify permissions in Graph explorer and how tips help you.

You will learn how to send a message to Teams via Graph - this is not a test; it will really appear in Teams. 



Let us 1'up this already fantastic experience. Besides using this beautiful UI, Graph Explorer provides you with:

You see, this is the 'absolutely carefree package' provided by the Microsoft Graph team.

Conclusion on Module 1:

Microsoft Graph is not only THE door opener to access all kinds of information and data across Microsoft 365 for developers and makers. They also provide us with this fantastic learning playground, aka Graph Explorer, in which we can try out, learn, explore and get snippets for all kinds of development scenarios.

After introducing you to some basic concepts on Microsoft Graph, you have learned on a real-world example how to use Microsoft Graph before continuing to access data via Graph in a JavaScript application. This learning module is fantastic! If you never heard about Graph, you'll get everything you need to start right away with it!







You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.

%3CLINGO-SUB%20id%3D%22lingo-sub-2249800%22%20slang%3D%22en-US%22%3EMicrosoft%20Graph%20Fundamentals%20learning%20path%20%E2%80%93%20Module%201%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2249800%22%20slang%3D%22en-US%22%3E%3CH1%20id%3D%22toc-hId-1300587855%22%20id%3D%22toc-hId-1300587698%22%3EDoing%20Microsoft%20Graph%20Fundamentals%20learning%20path%20on%20MS%20Learn%20-%20Part%201%3C%2FH1%3E%0A%3CDIV%20id%3D%22tinyMceEditorLuise%20Freese_0%22%20class%3D%22mceNonEditable%20lia-copypaste-placeholder%22%3E%26nbsp%3B%3C%2FDIV%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22GraphFun.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3CIMG%20src%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F268945i93B630628790AC67%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22GraphFun.png%22%20alt%3D%22GraphFun.png%22%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%E2%80%83%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThis%20blog%20post%20will%20summarize%20how%20I%20did%20the%20brand%20new%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Flearn%2Fpaths%2Fm365-msgraph-fundamentals%2F%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3EMicrosoft%20Graph%20Fundamentals%20Learning%20path%3C%2FA%3E.%20Microsoft%20Graph%20Fundamentals%20consists%20of%203%20modules%3A%3C%2FP%3E%0A%3COL%3E%0A%3CLI%3E%3CP%3EWhat%20is%20Microsoft%20Graph%20-%20lets%20you%20understand%20the%20Graph%20services%20and%20shows%20you%20how%20you%20can%20access%20user%20information%20from%20Graph%20using%20their%20learning%20playground%20called%20Graph%20Explorer.%20You%20will%20do%20a%20short%20exercise%20on%20that%20as%20well.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3CLI%3E%3CP%3EConfigure%20a%20JavaScript%20application%20to%20retrieve%20Microsoft%20365%20data%20using%20Microsoft%20Graph%20-%20lets%20you%20understand%20how%20app%20registration%20works%20in%20Azure%20AD%20with%20permissions%20for%20Microsoft%20Graph%20powered%20apps%20and%20closes%20with%20two%20exercises%20using%20MSAL%20-%20making%20authentication%20easy.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3CLI%3E%3CP%3EAccess%20user%20photo%20information%20with%20Microsoft%20Graph%20-%20in%20this%20module%2C%20you%20continue%20with%20the%20application%20you%20built-in%20module%202%20and%20learn%20how%20to%20retrieve%20a%20user%20photo%20and%20do%20an%20exercise%20about%20it.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3EThe%20whole%20learning%20path%20is%20estimated%20to%20take%20us%20~75%20minutes.%20Let's%20see%20how%20it%20goes%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CDIV%20id%3D%22tinyMceEditorLuise%20Freese_1%22%20class%3D%22mceNonEditable%20lia-copypaste-placeholder%22%3E%26nbsp%3B%3C%2FDIV%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ETo%20be%20very%20honest%3A%20I%20worked%20with%20Graph%20before%20-%20see%20my%20blog%20posts%20here%3A%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fm365princess.com%2Fcategory%2Fmicrosoft-graph%2F%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EMicrosoft%20Graph%20%E2%80%93%20M365%20Princess%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E-%20but%20it's%20the%20first%20time%20I%20do%20this%20guided%20learning%20on%20Microsoft%20Learn.%20I%20will%20cover%20module%201%20in%20this%20post%20and%20continue%20with%20module%202%20and%203%20in%20the%20following%20posts.%3C%2FP%3E%0A%3CH2%20id%3D%22toc-hId-1991149329%22%20id%3D%22toc-hId-1991149172%22%3E%3CA%20id%3D%22user-content-what-is-microsoft-graph%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23what-is-microsoft-graph%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EWhat%20is%20Microsoft%20Graph%3C%2FH2%3E%0A%3CP%3EIn%20super%20short%3A%20Microsoft%20Graph%20is%20a%20set%20of%20APIs%20that%20lets%20you%20access%20data%20in%20Microsoft%20365%20and%20use%20it%20for%20custom%20coded%20and%20low%20code%20applications.%20With%20this%2C%20Microsoft%20Graph%20is%20your%20key%20to%20data.%20Here%20are%20three%20tremendous%20advantages%20of%20it%3A%3C%2FP%3E%0A%3CUL%3E%0A%3CLI%3Eacross%20all%20Microsoft%20services%2C%20you%20can%20use%20one%20endpoint%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fgraph.microsoft.com%2F%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgraph.microsoft.com%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E-%20which%20makes%20development%20straightforward%20as%20you%20don't%20need%20to%20learn%20all%20the%20different%20APIs%20for%20mail%20and%20calendar%20and%20files%20and%20so%20on%3C%2FLI%3E%0A%3CLI%3Edocumentation%20is%20fantastic%2C%20and%20there%20is%20a%20ton%20of%20learning%20material%20-%20like%20this%20learning%20path%20or%20the%20upcoming%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Flearntogether-graph.splashthat.com%2F%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3ELearn%20Together-%20Building%20apps%20with%20Microsoft%20Graph%20event%3C%2FA%3E%3C%2FLI%3E%0A%3CLI%3Eyou%20can%20try%20out%20Graph%20in%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Faka.ms%2Fge%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3EGraph%20Explorer%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E-%20if%20you%20like%20to%20read%20more%20about%20that%2C%20read%20my%20blog%20post%20on%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fm365princess.com%2Fhow-to-get-started-with-graph-explorer%2F%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehow%20to%20get%20started%20with%20Graph%20Explorer%3C%2FA%3E%3C%2FLI%3E%0A%3CLI%3EMicrosoft%20Graph%20Toolkit%20(you%20will%20learn%20more%20about%20it%20later)%20makes%20authentication%20(my%20personal%20kryptonite)%20easy.%20It%20also%20provides%20you%20with%20ready-to-use%20components%20and%20reduces%20the%20time%20you%20need%20to%20develop.%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3CH3%20id%3D%22toc-hId--1613256493%22%20id%3D%22toc-hId--1613256650%22%3E%3CA%20id%3D%22user-content-intro%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23intro%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EIntro%3C%2FH3%3E%0A%3CP%3EFor%20this%20module%2C%20you%20will%20need%20to%20be%20a%20global%20admin%20in%20a%20Microsoft%20365%20tenant.%20The%20easiest%20way%20to%20have%20this%20is%20to%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fdeveloper.microsoft.com%2Fen-us%2Fmicrosoft-365%2Fdev-program%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Ejoin%20the%20Microsoft%20365%20developer%20program%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3Eand%20get%20a%20free%20E5%20subscription.%20If%20you%20are%20not%20familiar%20with%20this%2C%20read%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fmicrosoft-365-pnp-blog%2Fwhat-is-a-dev-tenant-and-why-would-you-want-one%2Fba-p%2F2036610%22%20target%3D%22_blank%22%3EJulie%20Turner's%20article%20about%20it%3C%2FA%3E%2C%20at%20least%20some%20basic%20JavaScript%20understanding%2C%20and%20you%20should%20know%20what%20Azure%20Active%20Directory%20does.%20You%20will%20also%20need%20to%20have%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fnodejs.org%2Fen%2F%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3ENode.js%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3Einstalled.%3C%2FP%3E%0A%3CP%3EThe%20learning%20module%20introduces%20you%20to%20a%20business%20scenario%20so%20that%20it%20is%20easier%20for%20you%20to%20imagine%20which%20kind%20of%20applications%20we%20are%20talking%20about.%20In%20this%20scenario%2C%20we%20want%20to%20bring%20together%20messages%20from%20chat%2C%20emails%2C%20attended%20meetings%2C%20notes%2C%20key%20contacts%2C%20and%20relevant%20files.%3C%2FP%3E%0A%3CP%3EOur%20application%20could%20also%20grow%20later%20on%20and%20bring%20in%20data%20from%20more%20services%20like%20Windows%2010%20services%20or%20Enterprise%20Mobility%20and%20Security%20Services.%20We%20will%20not%20build%20this%20in%20total%20in%20this%20learning%20path%2C%20but%20we%20get%20a%20perspective%2C%20what%20we%20can%20develop%20based%20on%20our%20organization's%20needs.%3C%2FP%3E%0A%3CH3%20id%3D%22toc-hId-874256340%22%20id%3D%22toc-hId-874256183%22%3E%3CA%20id%3D%22user-content-understand-microsoft-graph-services%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23understand-microsoft-graph-services%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EUnderstand%20Microsoft%20Graph%20Services%3C%2FH3%3E%0A%3CP%3EAt%20the%20very%20heart%20of%20Graph%2C%20we%20will%20find%20users%20and%20groups.%20In%20our%20application%2C%20we%20will%20need%20to%20access%20data%20from%20a%20single%20user's%20personal%20scope%20(mail%2C%20messages%2C%20events)%20and%20a%20group%20scope%20(teamwork).%3C%2FP%3E%0A%3CP%3EThe%20module%20introduces%20you%20to%20some%20Microsoft%20Graph%20API%20calls%20and%20shows%20you%20how%20the%20response%20will%20look.%20All%20API%20responses%20will%20be%20in%20JSON%20format%20-%20in%20case%20you%20want%20to%20learn%20more%20about%20it%2C%20read%20this%20article%20by%20Bob%20German%20on%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fmicrosoft-365-pnp-blog%2Fintroduction-to-json%2Fba-p%2F2049369%22%20target%3D%22_blank%22%3EIntroduction%20to%20JSON%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EThe%20even%20more%20exciting%20part%20is%20that%20apart%20from%20making%20direct%20API%20calls%2C%20Microsoft%20provides%20us%20with%20the%20Graph%20SDK%20(Software%20Developer%20Kit).%20We%20can%20use%20the%20client%20Graph%20SDK%20client%20libraries%20to%20even%20more%20easily%20call%20the%20Graph%20API.%3C%2FP%3E%0A%3CH3%20id%3D%22toc-hId--933198123%22%20id%3D%22toc-hId--933198280%22%3E%3CA%20id%3D%22user-content-access-user-information-from-microsoft-graph-using-graph-explorer%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23access-user-information-from-microsoft-graph-using-graph-explorer%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EAccess%20user%20information%20from%20Microsoft%20Graph%20using%20Graph%20Explorer%3C%2FH3%3E%0A%3CP%3EThis%20chapter%20introduces%20you%20to%20Graph%20Explorer%20-easily%20access%20it%20at%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Faka.ms%2Fge%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Eaka.ms%2Fge%3C%2FA%3E%2C%20try%20out%20some%20sample%20queries!%20My%20blog%20post%20on%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fm365princess.com%2Fhow-to-get-started-with-graph-explorer%2F%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehow%20to%20get%20started%20with%20Graph%20Explorer%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3Eexplains%20that%20in%20detail.%3C%2FP%3E%0A%3CH3%20id%3D%22toc-hId-1554314710%22%20id%3D%22toc-hId-1554314553%22%3E%3CA%20id%3D%22user-content-exercise---access-user-information-from-microsoft-graph-using-graph-explorer%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23exercise---access-user-information-from-microsoft-graph-using-graph-explorer%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EExercise%20-%20Access%20user%20information%20from%20Microsoft%20Graph%20using%20Graph%20Explorer%3C%2FH3%3E%0A%3CP%3ETime%20to%20access%20your%20own%20data!%20I%20strongly%20recommend%20not%20playing%20in%20your%20production%20tenant-%20especially%20if%20you%20do%20not%20only%20want%20to%20read%20data%20with%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CSTRONG%3EGET%3C%2FSTRONG%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3Erequests%20but%20also%20want%20to%20write%2C%20update%2C%20or%20delete%20data%20with%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CSTRONG%3EPOST%2C%20PATCH%2C%20UPDATE%2C%20or%20DELETE%3C%2FSTRONG%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3Erequests.%20Get%20yourself%20a%20Microsoft%20365%20developer%20tenant%20and%20use%20this.%3C%2FP%3E%0A%3CP%3EThis%20chapter%20teaches%20you%20how%20to%20modify%20permissions%20in%20Graph%20explorer%20and%20how%20tips%20help%20you.%3C%2FP%3E%0A%3CP%3EYou%20will%20learn%20how%20to%20send%20a%20message%20to%20Teams%20via%20Graph%20-%20this%20is%20not%20a%20test%3B%20it%20will%20really%20appear%20in%20Teams.%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FP%3E%0A%3CDIV%20id%3D%22tinyMceEditorLuise%20Freese_2%22%20class%3D%22mceNonEditable%20lia-copypaste-placeholder%22%3E%26nbsp%3B%3C%2FDIV%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ELet%20us%201'up%20this%20already%20fantastic%20experience.%20Besides%20using%20this%20beautiful%20UI%2C%20Graph%20Explorer%20provides%20you%20with%3A%3C%2FP%3E%0A%3CUL%3E%0A%3CLI%3EAccess%20tokens%20used%20for%20authentication%20(recognizing%20who%20a%20user%20is)%20and%20authorization%20(looking%20up%20the%20correct%20privileges)%3C%2FLI%3E%0A%3CLI%3ECode%20snippets%20for%20three%20different%20languages%20so%20that%20you%20can%20copy-paste%20them%20into%20your%20applications%3C%2FLI%3E%0A%3CLI%3EMicrosoft%20Graph%20Toolkit%20components%20-%20most%20fabulous%20thing%20ever!%20If%20you%20are%20not%20familiar%20with%20MGT%2C%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTbAZHvB5NEk%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ego%20check%20it%20out%3C%2FA%3E%3C%2FLI%3E%0A%3CLI%3EAdaptive%20cards%20snippets%20so%20you%20can%20quickly%20build%20UI%20components%20for%20your%20apps%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3CP%3EYou%20see%2C%20this%20is%20the%20'absolutely%20carefree%20package'%20provided%20by%20the%20Microsoft%20Graph%20team.%3C%2FP%3E%0A%3CH2%20id%3D%22toc-hId-1543811606%22%20id%3D%22toc-hId-1543811449%22%3E%3CA%20id%3D%22user-content-conclusion-on-module-1%22%20class%3D%22anchor%22%20href%3D%22https%3A%2F%2Fm365princess.com%2Fmicrosoft-graph-fundamentals-learning-path-module-1%2F%23conclusion-on-module-1%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%20aria-hidden%3D%22true%22%3E%3C%2FA%3EConclusion%20on%20Module%201%3A%3C%2FH2%3E%0A%3CP%3EMicrosoft%20Graph%20is%20not%20only%20THE%20door%20opener%20to%20access%20all%20kinds%20of%20information%20and%20data%20across%20Microsoft%20365%20for%20developers%20and%20makers.%20They%20also%20provide%20us%20with%20this%20fantastic%20learning%20playground%2C%20aka%20Graph%20Explorer%2C%20in%20which%20we%20can%20try%20out%2C%20learn%2C%20explore%20and%20get%20snippets%20for%20all%20kinds%20of%20development%20scenarios.%3C%2FP%3E%0A%3CP%3EAfter%20introducing%20you%20to%20some%20basic%20concepts%20on%20Microsoft%20Graph%2C%20you%20have%20learned%20on%20a%20real-world%20example%20how%20to%20use%20Microsoft%20Graph%20before%20continuing%20to%20access%20data%20via%20Graph%20in%20a%20JavaScript%20application.%20This%20learning%20module%20is%20fantastic!%20If%20you%20never%20heard%20about%20Graph%2C%20you'll%20get%20everything%20you%20need%20to%20start%20right%20away%20with%20it!%3C%2FP%3E%0A%3CDIV%20id%3D%22tinyMceEditorLuise%20Freese_3%22%20class%3D%22mceNonEditable%20lia-copypaste-placeholder%22%3E%26nbsp%3B%3C%2FDIV%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22GraphFun-youdidit1.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3CIMG%20src%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F268944iF1924BF0207C7AAC%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22GraphFun-youdidit1.png%22%20alt%3D%22GraphFun-youdidit1.png%22%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%E2%80%83%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-TEASER%20id%3D%22lingo-teaser-2249800%22%20slang%3D%22en-US%22%3E%3CP%3ESee%20what%20it%20takes%20to%20complete%20the%20brand%20new%20Microsoft%20Graph%20Fundamentals%20learning%20path.%26nbsp%3B%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22GraphFunHP.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3CIMG%20src%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F268942iAB25B2E817796484%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22GraphFunHP.png%22%20alt%3D%22GraphFunHP.png%22%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%E2%80%83%3C%2FP%3E%3C%2FLINGO-TEASER%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2249800%22%20slang%3D%22en-US%22%3E%3CLINGO-LABEL%3EGetting%20started%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E

Version history
Last update:

‎Apr 01 2021 03:07 PM

Updated by:
Labels

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK