Skip to content

Commit ee541d2

Browse files
authored
Update zero-networks-segment-audit-function-using-azure-function.md
1 parent 5a524ab commit ee541d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/data-connectors/zero-networks-segment-audit-function-using-azure-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ZNSegmentAudit_CL
3737

3838
To integrate with Zero Networks Segment Audit (Function) (using Azure Functions) make sure you have:
3939

40-
- **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/).
40+
- **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/).
4141
- **REST API Credentials**: **Zero Networks Segment** **API Token** is required for REST API. See the API Guide.
4242

4343

@@ -48,7 +48,7 @@ To integrate with Zero Networks Segment Audit (Function) (using Azure Functions)
4848
> This connector uses Azure Functions to connect to the Zero Networks REST API to pull its logs 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
**STEP 1 - Configuration steps for the Zero Networks API**
@@ -83,7 +83,7 @@ Use the following step-by-step instructions to deploy the Zero Networks Segment
8383

8484
**1. Deploy a Function App**
8585

86-
> **NOTE:** You will need to [prepare VS code](https://learn.microsoft.com/azure/azure-functions/functions-create-first-function-powershell#prerequisites) for Azure function development.
86+
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-powershell#prerequisites) for Azure function development.
8787
8888
1. Download the [Azure Function App](https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/ZeroNetworks/Data%20Connectors/SegmentFunctionConnector/AzureFunction_ZeroNetworks_Segment_Audit.zip) file. Extract archive to your local development computer.
8989
2. Start VS Code. Choose File in the main menu and select Open Folder.

0 commit comments

Comments
 (0)