You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/data-connectors/vmware-carbon-black-cloud-using-azure-functions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ To integrate with VMware Carbon Black Cloud (using Azure Functions) make sure yo
87
87
88
88
Option 1 - Azure Resource Manager (ARM) Template
89
89
90
-
This method provides an automated deployment of the VMware Carbon Black connector using an ARM Tempate.
90
+
This method provides an automated deployment of the VMware Carbon Black connector using an ARM Template.
91
91
92
92
1. Click the **Deploy to Azure** button below.
93
93
@@ -96,7 +96,7 @@ This method provides an automated deployment of the VMware Carbon Black connecto
96
96
3. Enter the **Workspace ID**, **Workspace Key**, **Log Types**, **API ID(s)**, **API Key(s)**, **Carbon Black Org Key**, **S3 Bucket Name**, **AWS Access Key Id**, **AWS Secret Access Key**, **EventPrefixFolderName**,**AlertPrefixFolderName**, and validate the **URI**.
97
97
> - Enter the URI that corresponds to your region. The complete list of API URLs can be [found here](https://community.carbonblack.com/t5/Knowledge-Base/PSC-What-URLs-are-used-to-access-the-APIs/ta-p/67346)
98
98
- The default **Time Interval** is set to pull the last five (5) minutes of data. If the time interval needs to be modified, it is recommended to change the Function App Timer Trigger accordingly (in the function.json file, post deployment) to prevent overlapping data ingestion.
99
-
- Carbon Black requires a seperate set of API ID/Keys to ingest Notification alerts. Enter the SIEM API ID/Key values or leave blank, if not required.
99
+
- Carbon Black requires a separate set of API ID/Keys to ingest Notification alerts. Enter the SIEM API ID/Key values or leave blank, if not required.
100
100
> - Note: If using Azure Key Vault secrets for any of the values above, use the`@Microsoft.KeyVault(SecretUri={Security Identifier})`schema in place of the string values. Refer to [Key Vault references documentation](/azure/app-service/app-service-key-vault-references) for further details.
101
101
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
102
102
5. Click **Purchase** to deploy.
@@ -108,10 +108,10 @@ Use the following step-by-step instructions to deploy the VMware Carbon Black co
108
108
109
109
**1. Create a Function App**
110
110
111
-
1. From the Azure Portal, navigate to [Function App](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Web%2Fsites/kind/functionapp), and select **+ Add**.
111
+
1. From the Azure portal, navigate to [Function App](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Web%2Fsites/kind/functionapp), and select **+ Add**.
112
112
2. In the **Basics** tab, ensure Runtime stack is set to **Powershell Core**.
113
113
3. In the **Hosting** tab, ensure the **Consumption (Serverless)** plan type is selected.
114
-
4. Make other preferrable configuration changes, if needed, then click **Create**.
114
+
4. Make other preferable configuration changes, if needed, then click **Create**.
0 commit comments