From a247730c904d15423696baa38880bd4e40545437 Mon Sep 17 00:00:00 2001 From: docs <33675759+docs-product@users.noreply.github.com> Date: Fri, 20 Sep 2019 13:38:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a00918d..e741cc1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ --- page_type: sample +description: "This Azure WebJobs sample shows how to start getting notifications from Microsoft Graph." products: - ms-graph languages: @@ -12,6 +13,7 @@ extensions: - 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.