Skip to content

Commit 098bfb2

Browse files
authored
Merge pull request #126532 from changeworld/patch-38
Fix typo
2 parents 3f99fdb + f51d01d commit 098bfb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sentinel/data-connectors/armis-alerts-activities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ To integrate with Armis Alerts Activities (using Azure Functions) make sure you
5757

5858
> [!NOTE]
5959
> This connector uses Azure Functions to connect to the Armis API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
60-
61-
6260
>**(Optional Step)** Securely store workspace 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](/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
6361
6462

@@ -78,7 +76,8 @@ To integrate with Armis Alerts Activities (using Azure Functions) make sure you
7876

7977
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
8078

81-
>**IMPORTANT:** Before deploying the Armis Alerts Activities data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following) readily available.., as well as the Armis API Authorization Key(s)
79+
>[!IMPORTANT]
80+
> Before deploying the Armis Alerts Activities data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following) readily available.., as well as the Armis API Authorization Key(s)
8281
8382

8483

@@ -110,7 +109,8 @@ Use the following step-by-step instructions to deploy the Armis Alerts Activitie
110109

111110
**1. Deploy a Function App**
112111

113-
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
112+
> [!NOTE]
113+
> You will need to [prepare VS Code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
114114
115115
1. Download the [Azure Function App](https://aka.ms/sentinel-ArmisAlertsActivitiesAPI-functionapp) file. Extract archive to your local development computer.
116116
2. Start VS Code. Choose File in the main menu and select Open Folder.

0 commit comments

Comments
 (0)