Skip to content

Commit 8edc36b

Browse files
Merge pull request #284240 from Albertyang0/2024_08-Monthly-broken-links-fix-jushiman
2024_08 - Fix monthly broken links - jushiman
2 parents 31f989c + 15237f4 commit 8edc36b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/confidential-computing/virtual-machine-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Azure Resource Manager is the deployment and management service for Azure. You c
125125

126126
- Secure and organize your resources after deployment with the management features, like access control, locks, and tags.
127127
- Create, update, and delete resources in your Azure subscription using the management layer.
128-
- Use [Azure Resource Manager templates (ARM templates)](../azure-resource-manager/templates/overview.md) to deploy confidential VMs on AMD processors. There is an available [ARM template for confidential VMs](https://aka.ms/CVMTemplate).
128+
- Use [Azure Resource Manager templates (ARM templates)](../azure-resource-manager/templates/overview.md) to deploy confidential VMs on AMD processors.
129129

130130
Make sure to specify the following properties for your VM in the parameters section (`parameters`):
131131

articles/virtual-machines/extensions/enable-infiniband.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add the VM extension to a VM, you can use [Azure PowerShell](/powershell/azur
3737

3838
### Linux
3939

40-
The [OFED drivers for Linux](https://www.mellanox.com/products/infiniband-drivers/linux/mlnx_ofed) can be installed with the example below. Though the example here is for RHEL, but the steps are general and can be used for any compatible Linux operating system such as Ubuntu (18.04, 19.04, 20.04) and SLES (12 SP4+ and 15). More examples for other distros are on the [azhpc-images repo](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-20.x/ubuntu-20.04-hpc/install_mellanoxofed.sh). The inbox drivers also work as well, but the Mellanox OFED drivers provide more features.
40+
The [OFED drivers for Linux](https://www.mellanox.com/products/infiniband-drivers/linux/mlnx_ofed) can be installed with the example below. Though the example here is for RHEL, but the steps are general and can be used for any compatible Linux operating system such as Ubuntu (18.04, 19.04, 20.04) and SLES (12 SP4+ and 15). More examples for other distros are on the [azhpc-images repo](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-20.x/ubuntu-20.04-hpc/install_prerequisites.sh). The inbox drivers also work as well, but the Mellanox OFED drivers provide more features.
4141

4242
```bash
4343
MLNX_OFED_DOWNLOAD_URL=http://content.mellanox.com/ofed/MLNX_OFED-5.0-2.1.8.0/MLNX_OFED_LINUX-5.0-2.1.8.0-rhel7.7-x86_64.tgz

0 commit comments

Comments
 (0)