Skip to content

Commit d5831f0

Browse files
authored
Merge pull request #247774 from cmcclister/Broken-link-fix-cwatson-cat
[SCOPED] Broken Links Fixed
2 parents fad9ec2 + aad5ca3 commit d5831f0

14 files changed

+80
-143
lines changed

articles/sentinel/data-connectors/atlassian-confluence-audit-using-azure-functions.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,28 @@ ConfluenceAudit
3131
| sort by TimeGenerated desc
3232
```
3333

34-
35-
3634
## Prerequisites
3735

3836
To integrate with Atlassian Confluence Audit (using Azure Functions) make sure you have:
3937

4038
- **Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](/azure/azure-functions/).
4139
- **REST API Credentials/permissions**: **ConfluenceAccessToken**, **ConfluenceUsername** is required for REST API. [See the documentation to learn more about API](https://developer.atlassian.com/cloud/confluence/rest/api-group-audit/). Check all [requirements and follow the instructions](https://developer.atlassian.com/cloud/confluence/rest/intro/#auth) for obtaining credentials.
4240

43-
4441
## Vendor installation instructions
4542

46-
4743
> [!NOTE]
48-
> This connector uses Azure Functions to connect to the Confluence REST 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.
49-
50-
51-
>**(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.
44+
> This connector uses Azure Functions to connect to the Confluence REST 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.
5245
46+
**(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.
5347

5448
**STEP 1 - Configuration steps for the Confluence API**
5549

5650
[Follow the instructions](https://developer.atlassian.com/cloud/confluence/rest/intro/#auth) to obtain the credentials.
5751

58-
59-
6052
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
6153

62-
>**IMPORTANT:** Before deploying the Workspace data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
63-
64-
54+
> [!IMPORTANT]
55+
> Before deploying the Workspace data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
6556
6657
Option 1 - Azure Resource Manager (ARM) Template
6758

@@ -71,19 +62,20 @@ Use this method for automated deployment of the Confluence Audit data connector
7162

7263
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentinel-confluenceauditapi-azuredeploy)
7364
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
74-
> **NOTE:** Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
75-
3. Enter the **ConfluenceAccessToken**, **ConfluenceUsername**, **ConfluenceHomeSiteName** (short site name part, as example HOMESITENAME from https://HOMESITENAME.atlassian.net) and deploy.
65+
> [!NOTE]
66+
> Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
67+
3. Enter the **ConfluenceAccessToken**, **ConfluenceUsername**, **ConfluenceHomeSiteName** (short site name part, as example HOMESITENAME from ``` https://HOMESITENAME.atlassian.net ```) and deploy.
7668
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
7769
5. Click **Purchase** to deploy.
7870

7971
Option 2 - Manual Deployment of Azure Functions
8072

8173
Use the following step-by-step instructions to deploy the Confluence Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
8274

83-
8475
**1. Deploy a Function App**
8576

86-
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
77+
> [!NOTE]
78+
> You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
8779
8880
1. Download the [Azure Function App](https://aka.ms/sentinel-confluenceauditapi-functionapp) file. Extract archive to your local development computer.
8981
2. Start VS Code. Choose File in the main menu and select Open Folder.
@@ -108,7 +100,6 @@ If you're already signed in, go to the next step.
108100
6. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
109101
7. Go to Azure Portal for the Function App configuration.
110102

111-
112103
**2. Configure the Function App**
113104

114105
1. In the Function App, select the Function App Name and select **Configuration**.
@@ -120,11 +111,9 @@ If you're already signed in, go to the next step.
120111
WorkspaceID
121112
WorkspaceKey
122113
logAnalyticsUri (optional)
123-
> - 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`.
114+
- 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`.
124115
4. Once all application settings have been entered, click **Save**.
125116

126-
127-
128117
## Next steps
129118

130119
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/azuresentinel.azure-sentinel-solution-atlassianconfluenceaudit?tab=Overview) in the Azure Marketplace.

articles/sentinel/data-connectors/atlassian-jira-audit-using-azure-functions.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,41 +33,31 @@ JiraAudit
3333
| sort by TimeGenerated desc
3434
```
3535

36-
37-
3836
## Prerequisites
3937

4038
To integrate with Atlassian Jira Audit (using Azure Functions) make sure you have:
4139

4240
- **Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](/azure/azure-functions/).
4341
- **REST API Credentials/permissions**: **JiraAccessToken**, **JiraUsername** is required for REST API. [See the documentation to learn more about API](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records/). Check all [requirements and follow the instructions](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#authentication) for obtaining credentials.
4442

45-
4643
## Vendor installation instructions
4744

48-
4945
> [!NOTE]
50-
> This connector uses Azure Functions to connect to the Jira REST 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.
51-
52-
53-
>**(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.
46+
> This connector uses Azure Functions to connect to the Jira REST 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.
5447
48+
**(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.
5549

5650
> [!NOTE]
57-
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-jiraauditapi-parser) to create the Kusto functions alias, **JiraAudit**
58-
51+
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-jiraauditapi-parser) to create the Kusto functions alias, **JiraAudit**
5952
6053
**STEP 1 - Configuration steps for the Jira API**
6154

6255
[Follow the instructions](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#authentication) to obtain the credentials.
6356

64-
65-
6657
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
6758

68-
>**IMPORTANT:** Before deploying the Workspace data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
69-
70-
59+
> [!IMPORTANT]
60+
> Before deploying the Workspace data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
7161
7262
Option 1 - Azure Resource Manager (ARM) Template
7363

@@ -77,19 +67,20 @@ Use this method for automated deployment of the Jira Audit data connector using
7767

7868
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentineljiraauditazuredeploy)
7969
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
80-
> **NOTE:** Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
81-
3. Enter the **JiraAccessToken**, **JiraUsername**, **JiraHomeSiteName** (short site name part, as example HOMESITENAME from https://HOMESITENAME.atlassian.net) and deploy.
70+
> [!NOTE]
71+
> Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
72+
3. Enter the **JiraAccessToken**, **JiraUsername**, **JiraHomeSiteName** (short site name part, as example HOMESITENAME from ``` https://HOMESITENAME.atlassian.net ```) and deploy.
8273
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
8374
5. Click **Purchase** to deploy.
8475

8576
Option 2 - Manual Deployment of Azure Functions
8677

8778
Use the following step-by-step instructions to deploy the Jira Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
8879

89-
9080
**1. Deploy a Function App**
9181

92-
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
82+
> [!NOTE]
83+
> You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
9384
9485
1. Download the [Azure Function App](https://aka.ms/sentinel-jiraauditapi-functionapp) file. Extract archive to your local development computer.
9586
2. Start VS Code. Choose File in the main menu and select Open Folder.
@@ -114,7 +105,6 @@ If you're already signed in, go to the next step.
114105
6. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
115106
7. Go to Azure Portal for the Function App configuration.
116107

117-
118108
**2. Configure the Function App**
119109

120110
1. In the Function App, select the Function App Name and select **Configuration**.
@@ -126,11 +116,9 @@ If you're already signed in, go to the next step.
126116
WorkspaceID
127117
WorkspaceKey
128118
logAnalyticsUri (optional)
129-
> - 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`.
119+
- 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`.
130120
3. Once all application settings have been entered, click **Save**.
131121

132-
133-
134122
## Next steps
135123

136124
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/azuresentinel.azure-sentinel-solution-atlassianjiraaudit?tab=Overview) in the Azure Marketplace.

articles/sentinel/data-connectors/braodcom-symantec-dlp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
7272
2. Forward Symantec DLP logs to a Syslog agent
7373

7474
Configure Symantec DLP to forward Syslog messages in CEF format to your Microsoft Sentinel workspace via the Syslog agent.
75-
1. [Follow these instructions](https://help.symantec.com/cs/DLP15.7/DLP/v27591174_v133697641/Configuring-the-Log-to-a-Syslog-Server-action?locale=EN_US) to configure the Symantec DLP to forward syslog
76-
2. Use the IP address or hostname for the Linux device with the Linux agent installed as the Destination IP address.
75+
1. Use the IP address or hostname for the Linux device with the Linux agent installed as the Destination IP address.
7776

78-
3. Validate connection
77+
2. Validate connection
7978

8079
Follow the instructions to validate your connectivity:
8180

articles/sentinel/data-connectors/cisco-asa-ftd-via-ama.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,23 @@ CommonSecurityLog
3333
| sort by TimeGenerated
3434
```
3535

36-
37-
3836
## Prerequisites
3937

4038
To integrate with Cisco ASA/FTD via AMA (Preview) make sure you have:
4139

4240
- ****: To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. [Learn more](/azure/azure-monitor/agents/azure-monitor-agent-install?tabs=ARMAgentPowerShell,PowerShellWindows,PowerShellWindowsArc,CLIWindows,CLIWindowsArc)
4341

44-
4542
## Vendor installation instructions
4643

4744
Enable data collection rule​
4845

4946
> Cisco ASA/FTD event logs are collected only from **Linux** agents.
5047
51-
52-
53-
5448
Run the following command to install and apply the Cisco ASA/FTD collector:
5549

56-
50+
```
5751
sudo wget -O Forwarder_AMA_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/Syslog/Forwarder_AMA_installer.py&&sudo python Forwarder_AMA_installer.py
58-
59-
52+
```
6053

6154
## Next steps
6255

articles/sentinel/data-connectors/claroty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cwatson
1010

1111
# Claroty connector for Microsoft Sentinel
1212

13-
The [Claroty](https://claroty.com/) data connector provides the capability to ingest [Continuous Threat Detection](https://claroty.com/continuous-threat-detection/) and [Secure Remote Access](https://claroty.com/secure-remote-access/) events into Microsoft Sentinel.
13+
The [Claroty](https://claroty.com/) data connector provides the capability to ingest [Continuous Threat Detection](https://claroty.com/resources/datasheets/continuous-threat-detection) and [Secure Remote Access](https://claroty.com/secure-remote-access/) events into Microsoft Sentinel.
1414

1515
## Connector attributes
1616

0 commit comments

Comments
 (0)