contoso-airlines-azure-functions-sample icon indicating copy to clipboard operation
contoso-airlines-azure-functions-sample copied to clipboard

[ARCHIVED]

Contoso Airlines Flight Team Provisioning Sample

IMPORTANT

This sample has been archived and is no longer being maintained. For a more current sample using Microsoft Graph from Azure Functions, please see https://github.com/microsoftgraph/msgraph-training-azurefunction-csharp.

This sample app implements Azure functions designed to be invoked via a Graph webhook to provision a Microsoft Team when a new flight is added to a master list in SharePoint. The sample uses Microsoft Graph to do the following provisioning tasks:

Prerequisites

  • Visual Studio Code with Azure Functions extension installed.
  • Office 365 tenant
  • Azure subscription if you want to publish the functions. You can run this locally in Visual Studio Code but will need further requirements.

Prerequisites to run locally

  • ngrok
  • Azure Cosmos DB Emulator
  • Azure Storage Emulator

Setup

To setup the sample, see Set up for end-to-end demo

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.