From 2a04f71b92bf97babbe473e64d664df4484f1dc1 Mon Sep 17 00:00:00 2001 From: Sylvia Okafor Date: Fri, 2 Aug 2019 11:25:52 -0700 Subject: [PATCH] Updated sample YAML description --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index aa47ee8..0f9fefa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +--- +page_type: sample +products: +- ms-graph +languages: +- csharp +extensions: + contentType: samples + technologies: + - Microsoft Graph + services: + - Users + createdDate: 5/10/2017 5:24:11 PM +--- # Microsoft Graph Webhooks sample using WebJobs SDK Subscribe for [Microsoft Graph webhooks](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/webhooks) to be notified when your user's data changes so you don't have to poll for changes.