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/netskope-using-azure-functions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To integrate with Netskope (using Azure Functions) make sure you have:
70
70
71
71
Option 1 - Azure Resource Manager (ARM) Template
72
72
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.
74
74
75
75
1. Click the **Deploy to Azure** button below.
76
76
@@ -92,10 +92,10 @@ This method provides the step-by-step instructions to deploy the Netskope connec
92
92
93
93
**1. Create a Function App**
94
94
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**.
96
96
2. In the **Basics** tab, ensure Runtime stack is set to **Powershell Core**.
97
97
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**.
99
99
100
100
101
101
**2. Import Function App Code**
@@ -119,9 +119,9 @@ This method provides the step-by-step instructions to deploy the Netskope connec
119
119
timeInterval
120
120
logTypes
121
121
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.
123
123
- 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.
125
125
> [!NOTE]
126
126
> 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.
127
127
- 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