Skip to content

Commit 22284ef

Browse files
authored
Update vmware-carbon-black-cloud-using-azure-functions.md
1 parent 2f92e9d commit 22284ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/data-connectors/vmware-carbon-black-cloud-using-azure-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [VMware Carbon Black Cloud](https://www.vmware.com/products/carbon-black-clo
1717
| Connector attribute | Description |
1818
| --- | --- |
1919
| **Application settings** | apiId<br/>apiKey<br/>workspaceID<br/>workspaceKey<br/>uri<br/>timeInterval<br/>CarbonBlackOrgKey<br/>CarbonBlackLogTypes<br/>s3BucketName<br/>EventPrefixFolderName<br/>AlertPrefixFolderName<br/>AWSAccessKeyId<br/>AWSSecretAccessKey<br/>SIEMapiId (Optional)<br/>SIEMapiKey (Optional)<br/>logAnalyticsUri (optional) |
20-
| **Azure function app code** | https://aka.ms/sentinelcarbonblackazurefunctioncode |
20+
| **Azure function app code** | https://github.com/Azure/Azure-Sentinel |
2121
| **Log Analytics table(s)** | CarbonBlackEvents_CL<br/> CarbonBlackAuditLogs_CL<br/> CarbonBlackNotifications_CL<br/> |
2222
| **Data collection rules support** | Not currently supported |
2323
| **Supported by** | [Microsoft](https://support.microsoft.com/) |
@@ -120,7 +120,7 @@ Use the following step-by-step instructions to deploy the VMware Carbon Black co
120120
2. Select **Timer Trigger**.
121121
3. Enter a unique Function **Name** and modify the cron schedule, if needed. The default value is set to run the Function App every 5 minutes. (Note: the Timer trigger should match the `timeInterval` value below to prevent overlapping data), click **Create**.
122122
4. Click on **Code + Test** on the left pane.
123-
5. Copy the [Function App Code](https://aka.ms/sentinelcarbonblackazurefunctioncode) and paste into the Function App `run.ps1` editor.
123+
5. Copy the [Function App Code](https://github.com/Azure/Azure-Sentinel) and paste into the Function App `run.ps1` editor.
124124
5. Click **Save**.
125125

126126

0 commit comments

Comments
 (0)