From 5eae616125045416d3307664127b7180136a5785 Mon Sep 17 00:00:00 2001 From: Eric Brunner Date: Sun, 4 Mar 2018 10:57:07 +0100 Subject: [PATCH] Update functions-create-github-webhook-triggered-function.md I get stuck because after forking that sample project the Issues tab was not shown. --- .../functions-create-github-webhook-triggered-function.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/articles/azure-functions/functions-create-github-webhook-triggered-function.md b/articles/azure-functions/functions-create-github-webhook-triggered-function.md index 15691b88099d0..ddf1ad65649ff 100644 --- a/articles/azure-functions/functions-create-github-webhook-triggered-function.md +++ b/articles/azure-functions/functions-create-github-webhook-triggered-function.md @@ -65,7 +65,9 @@ Next, you create a webhook in your GitHub repository. 1. In GitHub, navigate to a repository that you own. You can also use any repository that you have forked. If you need to fork a repository, use . -1. Click **Settings**, then click **Webhooks**, and **Add webhook**. +Enable Issues in the forked project under Settings -> Options -> Features. + +1. Click **Settings**, then click **Webhooks**, and  **Add webhook**. ![Add a GitHub webhook](./media/functions-create-github-webhook-triggered-function/functions-create-new-github-webhook-2.png)