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: Solutions/Fortinet FortiNDR Cloud/Data Connectors/FortinetFortiNdrCloud_API_AzureFunctionApp.json
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -107,43 +107,28 @@
107
107
},
108
108
{
109
109
"title": "",
110
-
"description": ">**(Optional Step)** Securely store **Azure Client Secret** and **API authorization key(s) or token(s)** in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App."
110
+
"description": ">**(Optional Step)** Securely store **API authorization key(s) or token(s)** in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App."
111
111
},
112
112
{
113
113
"title": "",
114
114
"description": ">**NOTE:** This connector uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/Fortinet%20FortiNDR%20Cloud/Parsers/Fortinet_FortiNDR_Cloud.md) to create the Kusto function alias **Fortinet_FortiNDR_Cloud**."
115
115
},
116
116
{
117
-
"description": "**STEP 1 - Prerequisites & App Registration**\n\nEnsure you have registered an identity application in your Microsoft Entra / Azure Active Directory tenant and granted it the necessary REST API execution permissions. Generate the credentials (Client Secret). You will need the **Azure Tenant ID**, **Azure Client ID**, and a valid **Azure Client Secret** to complete the custom template deployment form."
118
-
},
119
-
{
120
-
"description": "**STEP 2 - Deploy the connector and the associated Azure Function**\n\n>**IMPORTANT:** Before deploying the Fortinet FortiNDR Cloud connector, have the **Azure Tenant ID**, **Azure Client ID**, and **Azure Client Secret** from Step 1, as well as the values below, readily available.",
117
+
"description": "**STEP 1 - Deploy the connector and the associated Azure Function**\n\n>**IMPORTANT:** Before deploying the Fortinet FortiNDR Cloud connector, have the value below, readily available.",
121
118
"instructions": [
122
119
{
123
120
"parameters": {
124
121
"fillWith": [
125
-
"workspaceName"
126
-
],
127
-
"label": "Workspace Name"
128
-
},
129
-
"type": "CopyableLabel"
130
-
},
131
-
{
132
-
"parameters": {
133
-
"fillWith": [
134
-
"TenantId"
122
+
"WorkspaceId"
135
123
],
136
-
"label": "Azure Tenant ID"
124
+
"label": "Workspace ID"
137
125
},
138
126
"type": "CopyableLabel"
139
127
}
140
128
]
141
129
},
142
130
{
143
-
"description": "**STEP 3 - Azure Resource Manager (ARM) Template**\n\nUse this method for automated deployment of the Fortinet FortiNDR Cloud connector.\n\n1. Click the **Deploy to Azure** button below.\n\n\t[](https://aka.ms/sentinel-FortinetFortiNDR-azuredeploy)\n2. Select the preferred **Subscription**, **Resource Group** and **Location**.\n3. Enter the **workspace**, **AzureTenantID**, **AzureClientID**, and **AzureClientSecret**.\n4. Click **Create** to deploy."
144
-
},
145
-
{
146
-
"description": "**STEP 4 - After the connector is deployed, go to the Data Collection Rule and search for the dcr-fortinetfortindrcloud. Select Access control (IAM) and assign the Monitoring Metrics Publisher role to the integration App registration (use the display name when looking for the members).**"
131
+
"description": "**STEP 2 - Azure Resource Manager (ARM) Template**\n\nUse this method for automated deployment of the Fortinet FortiNDR Cloud connector.\n\n1. Click the **Deploy to Azure** button below.\n\n\t[](https://aka.ms/sentinel-FortinetFortiNDR-azuredeploy)\n2. Select the preferred **Subscription**, **Resource Group** and **Location**.\n3. Click **Create** to deploy."
Copy file name to clipboardExpand all lines: Solutions/Fortinet FortiNDR Cloud/Data Connectors/fortinetFortiNdrCloudDataConn/OrchestratorWatchdog/__init__.py
0 commit comments