Skip to content

Commit 8d218e6

Browse files
Merge pull request #214937 from pritamso/Broken-link-fix-asudbring
Broken link fixed
2 parents 45e0d0a + 2dd947b commit 8d218e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/sentinel/ci-cd-custom-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ A sample repository is available with demonstrating the deployment config file a
225225
For more information, see:
226226

227227
- [Sentinel CICD repositories sample](https://github.com/SentinelCICD/RepositoriesSampleContent)
228-
- [Create Resource Manager parameter file](/../../azure/azure-resource-manager/templates/parameter-files.md)
229-
- [Parameters in ARM templates](/../../azure/azure-resource-manager/templates/parameters.md)
228+
- [Create Resource Manager parameter file](/azure/azure-resource-manager/templates/parameter-files)
229+
- [Parameters in ARM templates](/azure/azure-resource-manager/templates/parameters)
230230

231231

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're a partner who wants to create your own solution, see the [Microsoft Se
2727
2828
## Prerequisites
2929

30-
In order to install, update or delete solutions in content hub, you need the **Template Spec Contributor** role at the resource group level. See [Azure RBAC built in roles](/../role-based-access-control.md/built-in-roles#template-spec-contributor) for details on this role.
30+
In order to install, update or delete solutions in content hub, you need the **Template Spec Contributor** role at the resource group level. See [Azure RBAC built in roles](/azure/role-based-access-control/built-in-roles#template-spec-contributor) for details on this role.
3131

3232
This is in addition to Sentinel specific roles. For more information about other roles and permissions supported for Microsoft Sentinel, see [Permissions in Microsoft Sentinel](roles.md).
3333

articles/sentinel/threat-intelligence-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To connect to TAXII threat intelligence feeds, follow the instructions to [conne
4444

4545
### Health intelligence sharing community (H-ISAC)
4646

47-
- [Join the H-ISAC](https://h-isac.org/soltra/) to get the credentials to access this feed.
47+
- [Join the H-ISAC](https://h-isac.org/) to get the credentials to access this feed.
4848

4949
### IBM X-Force
5050

@@ -146,7 +146,7 @@ Besides being used to import threat indicators, threat intelligence feeds can al
146146

147147
### ReversingLabs TitaniumCloud
148148

149-
- Find and enable incident enrichment playbooks for [ReversingLabs](https://www.reversinglabs.com/products/file-reputation-service) in the [Microsoft Sentinel GitHub repository](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/ReversingLabs/Playbooks/Enrich-SentinelIncident-ReversingLabs-File-Information).
149+
- Find and enable incident enrichment playbooks for [ReversingLabs](https://www.reversinglabs.com/products/file-reputation-service) in the [Microsoft Sentinel GitHub repository](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/ReversingLabs/Playbooks/ReversingLabs-EnrichFileHash).
150150
- See the ReversingLabs Intelligence Logic App [connector documentation](/connectors/reversinglabsintelligence/).
151151

152152
### RiskIQ Passive Total

articles/virtual-network/virtual-network-network-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Use [az network nic list](/cli/azure/network/nic#az-network-nic-list) to view ne
246246
az network nic list
247247
```
248248

249-
Use [az network nic show](/azure/network/nic#az-network-nic-show) to view the settings for a network interface.
249+
Use [az network nic show](/cli/azure/network/nic#az-network-nic-show) to view the settings for a network interface.
250250

251251
```azurecli
252252
az network nic show --name myNIC --resource-group myResourceGroup

0 commit comments

Comments
 (0)