Skip to content

Commit 989a035

Browse files
authored
Merge pull request #235282 from pritamso/Broken-link-fix-cwatson
[SCOPED] LinkFix: Broken link fixed
2 parents c78541c + bc8d54d commit 989a035

File tree

61 files changed

+135
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+135
-135
lines changed

articles/sentinel/data-connectors/ai-analyst-darktrace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
5757
5858
Run the following command to install and apply the CEF collector:
5959

60-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
60+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
6161

6262
2. Forward Common Event Format (CEF) logs to Syslog agent
6363

@@ -91,7 +91,7 @@ If the logs are not received, run the following connectivity validation script:
9191
9292
Run the following command to validate your connectivity:
9393

94-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
94+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
9595

9696
4. Secure your machine
9797

@@ -104,4 +104,4 @@ Make sure to configure the machine's security according to your organization's s
104104

105105
## Next steps
106106

107-
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/darktrace1655286944672.darktrace_mss?tab=Overview) in the Azure Marketplace.
107+
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/darktrace1655286944672.darktrace_mss?tab=Overview) in the Azure Marketplace.

articles/sentinel/data-connectors/akamai-security-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
5959
6060
Run the following command to install and apply the CEF collector:
6161

62-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
62+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
6363

6464
2. Forward Common Event Format (CEF) logs to Syslog agent
6565

@@ -81,7 +81,7 @@ If the logs are not received, run the following connectivity validation script:
8181
8282
Run the following command to validate your connectivity:
8383

84-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
84+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
8585

8686
4. Secure your machine
8787

articles/sentinel/data-connectors/aruba-clearpass.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
6969
7070
Run the following command to install and apply the CEF collector:
7171

72-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
72+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
7373

7474
2. Forward Aruba ClearPass logs to a Syslog agent
7575

@@ -93,7 +93,7 @@ If the logs are not received, run the following connectivity validation script:
9393
9494
Run the following command to validate your connectivity:
9595

96-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
96+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
9797

9898
4. Secure your machine
9999

@@ -106,4 +106,4 @@ Make sure to configure the machine's security according to your organization’s
106106

107107
## Next steps
108108

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use this method for automated deployment of the Confluence Audit data connector
7272
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentinel-confluenceauditapi-azuredeploy)
7373
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
7474
> **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.
75+
3. Enter the **ConfluenceAccessToken**, **ConfluenceUsername**, **ConfluenceHomeSiteName** (short site name part, as example HOMESITENAME from `https://HOMESITENAME.atlassian.net`) and deploy.
7676
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
7777
5. Click **Purchase** to deploy.
7878

articles/sentinel/data-connectors/awake-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
6666
6767
Run the following command to install and apply the CEF collector:
6868

69-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
69+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
7070

7171
2. Forward Awake Adversarial Model match results to a CEF collector.
7272

@@ -101,7 +101,7 @@ If the logs are not received, run the following connectivity validation script:
101101
102102
Run the following command to validate your connectivity:
103103

104-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
104+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
105105

106106
4. Secure your machine
107107

@@ -114,4 +114,4 @@ Make sure to configure the machine's security according to your organization's s
114114

115115
## Next steps
116116

117-
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/arista-networks.awake-security?tab=Overview) in the Azure Marketplace.
117+
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/arista-networks.awake-security?tab=Overview) in the Azure Marketplace.

articles/sentinel/data-connectors/box-using-azure-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To integrate with Box (using Azure Functions) make sure you have:
5757

5858
**STEP 1 - Configuration of the Box events collection**
5959

60-
See documentation to [setup JWT authentication](https://developer.box.com/guides/applications/custom-apps/jwt-setup/) and [obtain JSON file with credentials](https://developer.box.com/guides/authentication/jwt/with-sdk/#prerequisites).
60+
See documentation to [setup JWT authentication](https://developer.box.com/guides/authentication/jwt/jwt-setup/) and [obtain JSON file with credentials](https://developer.box.com/guides/authentication/jwt/with-sdk/#prerequisites).
6161

6262

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
6666
6767
Run the following command to install and apply the CEF collector:
6868

69-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
69+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
7070

7171
2. Forward Symantec DLP logs to a Syslog agent
7272

@@ -90,7 +90,7 @@ If the logs are not received, run the following connectivity validation script:
9090
9191
Run the following command to validate your connectivity:
9292

93-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
93+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
9494

9595
4. Secure your machine
9696

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Enable data collection rule​
5454
Run the following command to install and apply the Cisco ASA/FTD collector:
5555

5656

57-
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
57+
sudo wget -O Forwarder_AMA_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/Syslog/Forwarder_AMA_installer.py python Forwarder_AMA_installer.py
5858

5959

6060

6161
## Next steps
6262

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

articles/sentinel/data-connectors/cisco-asa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
7474
7575
Run the following command to install and apply the CEF collector:
7676

77-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
77+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
7878

7979
2. Forward Cisco ASA logs to Syslog agent
8080

@@ -104,7 +104,7 @@ If the logs are not received, run the following connectivity validation script:
104104
105105
Run the following command to validate your connectivity:
106106

107-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
107+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
108108

109109
4. Secure your machine
110110

@@ -117,4 +117,4 @@ Make sure to configure the machine's security according to your organization's s
117117

118118
## Next steps
119119

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

articles/sentinel/data-connectors/cisco-firepower-estreamer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Install the Microsoft Monitoring Agent on your Linux machine and configure the m
7676
7777
Run the following command to install and apply the CEF collector:
7878

79-
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}
79+
sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py python cef_installer.py {0} {1}
8080

8181
2. Install the Firepower eNcore client
8282

@@ -114,7 +114,7 @@ If the logs are not received, run the following connectivity validation script:
114114
115115
Run the following command to validate your connectivity:
116116

117-
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}
117+
sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py python cef_troubleshoot.py {0}
118118

119119
4. Secure your machine
120120

@@ -127,4 +127,4 @@ Make sure to configure the machine's security according to your organization's s
127127

128128
## Next steps
129129

130-
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/cisco.cisco-firepower-estreamer?tab=Overview) in the Azure Marketplace.
130+
For more information, go to the [related solution](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/cisco.cisco-firepower-estreamer?tab=Overview) in the Azure Marketplace.

0 commit comments

Comments
 (0)