Skip to content

Commit 1aa64be

Browse files
Correcting blockers 2 of 2
1 parent 470f105 commit 1aa64be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/data-connectors/netskope-using-azure-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To integrate with Netskope (using Azure Functions) make sure you have:
7070
7171
Option 1 - Azure Resource Manager (ARM) Template
7272

73-
This method provides an automated deployment of the Netskope connector using an ARM Tempate.
73+
This method provides an automated deployment of the Netskope connector using an ARM Template.
7474

7575
1. Click the **Deploy to Azure** button below.
7676

@@ -92,10 +92,10 @@ This method provides the step-by-step instructions to deploy the Netskope connec
9292

9393
**1. Create a Function App**
9494

95-
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**.
95+
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**.
9696
2. In the **Basics** tab, ensure Runtime stack is set to **Powershell Core**.
9797
3. In the **Hosting** tab, ensure the **Consumption (Serverless)** plan type is selected.
98-
4. Make other preferrable configuration changes, if needed, then click **Create**.
98+
4. Make other preferable configuration changes, if needed, then click **Create**.
9999

100100

101101
**2. Import Function App Code**
@@ -119,9 +119,9 @@ This method provides the step-by-step instructions to deploy the Netskope connec
119119
timeInterval
120120
logTypes
121121
logAnalyticsUri (optional)
122-
- Enter the URI that corresponds to your region. The `uri` value must follow the following schema: `https://<Tenant Name>.goskope.com` - There is no need to add subsquent parameters to the Uri, the Function App will dynamically append the parameteres in the proper format.
122+
- Enter the URI that corresponds to your region. The `uri` value must follow the following schema: `https://<Tenant Name>.goskope.com` - There is no need to add subsequent parameters to the Uri, the Function App will dynamically append the parameters in the proper format.
123123
- Set the `timeInterval` (in minutes) to the default value of `5` to correspond to the default Timer Trigger of every `5` minutes. If the time interval needs to be modified, it is recommended to change the Function App Timer Trigger accordingly to prevent overlapping data ingestion.
124-
- Set the `logTypes` to `alert, page, application, audit, infrastructure, network` - This list represents all the avaliable log types. Select the log types based on logging requirements, seperating each by a single comma.
124+
- Set the `logTypes` to `alert, page, application, audit, infrastructure, network` - This list represents all the available log types. Select the log types based on logging requirements, separating each by a single comma.
125125
> [!NOTE]
126126
> If using Azure Key Vault, 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.
127127
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.

0 commit comments

Comments
 (0)