Skip to content

Commit 03c5812

Browse files
authored
Update github-using-webhooks-using-azure-function.md
1 parent 1b11d36 commit 03c5812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/data-connectors/github-using-webhooks-using-azure-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ githubscanaudit_CL
3838

3939
To integrate with GitHub (using Webhooks) (using Azure Function) make sure you have:
4040

41-
- **Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](https://learn.microsoft.com/azure/azure-functions/).
41+
- **Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](/azure/azure-functions/).
4242

4343

4444
## Vendor installation instructions
@@ -48,7 +48,7 @@ To integrate with GitHub (using Webhooks) (using Azure Function) make sure you h
4848
> This connector has been built on http trigger based Azure Function. And it provides an endpoint to which github will be connected through it's webhook capability and posts the subscribed events into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
4949
5050

51-
>**(Optional Step)** Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](https://learn.microsoft.com/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
51+
>**(Optional Step)** Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
5252
5353

5454
**Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
@@ -78,7 +78,7 @@ Use the following step-by-step instructions to deploy the GitHub webhook data co
7878

7979
**1. Deploy a Function App**
8080

81-
> **NOTE:** You will need to [prepare VS code](https://learn.microsoft.com/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
81+
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
8282
8383
1. Download the [Azure Function App](https://aka.ms/sentinel-GitHubWebhookAPI-functionapp) file. Extract archive to your local development computer.
8484
2. Start VS Code. Choose File in the main menu and select Open Folder.

0 commit comments

Comments
 (0)