trayseaof / msgraph-training-optimize-data-usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Graph Training Module - Optimize Data Usage when Using Microsoft Graph with Query Parameters

Learn how to control the amount of data returned by Microsoft Graph to optimize queries using query parameters.

This module is also published as a Microsoft Learn module: Optimize Data Usage when Using Microsoft Graph with Query Parameters

Lab - Optimize Data Usage when Using Microsoft Graph with Query Parameters

The lab for this module is available in multiple units within the associated Microsoft Learn module. Use the following links to jump to the specific unit. Each Microsoft Learn unit represents a different lab exercise & demo in the presentation.

  1. Exercise: Retrieve and control information returned from Microsoft Graph

    In this exercise, you will create a new Azure AD web application registration using the Azure Active Directory admin center, a .NET Core console application and query the Microsoft Graph.

  2. Exercise: Expand related entities & search content in Microsoft Graph

    In this exercise, you'll use the Azure AD application and .NET console application you previously created to find related entities and search for users by using the $expand and $search query parameters.

  3. Exercise: Reduce traffic with batched requests

    In this exercise, you'll use the Graph Explorer to create and issue a single request that contains multiple child requests. This batching of requests enables developers to submit multiple requests in a single round-trip request to Microsoft Graph, creating more optimized queries.

Demos

  1. Retrieve and control information returned from Microsoft Graph
  2. Expand related entities & search content in Microsoft Graph
  3. Reduce traffic with batched requests

Watch the module

This module has been recorded and is available in the Office Development YouTube channel: Optimize data usage when using Microsoft Graph with query parameters

Contributors

Roles Author(s)
Lab / Slides / Demos Andrew Connell (Microsoft MVP, Voitanos) @andrewconnell
QA Rob Windsor (Microsoft MVP, PAIT Group) @rob-windsor
Sponsor / Support Jeremy Thake (Microsoft) @jthake

Version history

Version Date Comments
1.12 May 17, 2022 FY2022Q4 content refresh
1.11 March 1, 2022 FY2022Q3 content refresh
1.10 September 13, 2021 FY2022Q1 content refresh
1.9 May 26, 2021 Refresh slides to new template
1.8 May 12, 2021 FY2021Q4 content refresh
1.7 March 6, 2021 FY2021Q3 content refresh
1.6 December 10, 2020 FY2021Q2 content refresh
1.5 September 10, 2020 FY2021Q1 content refresh
1.4 June 11, 2020 FY2020Q4 content refresh
1.3 February 22, 2020 FY2020Q3 content refresh
1.2 December 9, 2019 FY2020Q2 content refresh
1.1 September 30, 2019 Add: copyright statement to code; screencast link, exercise links, MS Learn module link
1.0 September 11, 2019 New module published

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

About

License:MIT License