Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Demo: Expand related entities & search content in Microsoft Graph

This completed project is the result of the lab exercise Expand related entities & search content in Microsoft Graph that is referenced in the README in this repo.

Prerequisites

Run this Completed Project

  • Create an Azure AD application by following the instructions in the lab exercise associated with this demo. In this step, you are instructed to collect these data elements:
    • tenantId
    • applicationId
    • applicationSecret
  • Rename the file appsettings.json.example to appsettings.json
  • Update the properties in the appsettings.json with the values you collected in the last step.
  • Build and run the application by following the instructions in the lab exercise associated with this demo.

Use the the Graph Explorer Web Tool

The second part of this demo is to use the Graph Explorer web tool. Follow the steps in the section Use the Graph Explorer to Search for Content of the lab exercise associated with this module.