Skip to content

Commit 5daf4ff

Browse files
Update articles/virtual-machines/linux/sizes-hpc.md
Co-Authored-By: Lauren Hughes <[email protected]>
1 parent cd1d6c5 commit 5daf4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/sizes-hpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Azure Marketplace has many Linux distributions that support RDMA connectivit
4545
```powershell
4646
Set-AzVMExtension -ResourceGroupName "myResourceGroup" -Location "westus" -VMName "myVM" -ExtensionName "InfiniBandDriverLinux" -Publisher "Microsoft.HpcCompute" -Type "InfiniBandDriverLinux" -TypeHandlerVersion "1.0"
4747
```
48-
Alternatively, VM extensions can be included in ARM templates for easy deployment, with the following JSON element:
48+
Alternatively, VM extensions can be included in Azure Resource Manager templates for easy deployment with the following JSON element:
4949
```json
5050
"properties":{
5151
"publisher": "Microsoft.HpcCompute",

0 commit comments

Comments
 (0)