Skip to content

Commit d822361

Browse files
authored
Fix typos
1 parent 9fea39f commit d822361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To integrate with VMware Carbon Black Cloud (using Azure Functions) make sure yo
8787

8888
Option 1 - Azure Resource Manager (ARM) Template
8989

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.
9191

9292
1. Click the **Deploy to Azure** button below.
9393

@@ -96,7 +96,7 @@ This method provides an automated deployment of the VMware Carbon Black connecto
9696
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**.
9797
> - 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)
9898
- 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.
100100
> - 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.
101101
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
102102
5. Click **Purchase** to deploy.
@@ -108,10 +108,10 @@ Use the following step-by-step instructions to deploy the VMware Carbon Black co
108108

109109
**1. Create a Function App**
110110

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**.
112112
2. In the **Basics** tab, ensure Runtime stack is set to **Powershell Core**.
113113
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**.
115115

116116

117117
**2. Import Function App Code**

0 commit comments

Comments
 (0)