We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1d6c5 commit 5daf4ffCopy full SHA for 5daf4ff
articles/virtual-machines/linux/sizes-hpc.md
@@ -45,7 +45,7 @@ The Azure Marketplace has many Linux distributions that support RDMA connectivit
45
```powershell
46
Set-AzVMExtension -ResourceGroupName "myResourceGroup" -Location "westus" -VMName "myVM" -ExtensionName "InfiniBandDriverLinux" -Publisher "Microsoft.HpcCompute" -Type "InfiniBandDriverLinux" -TypeHandlerVersion "1.0"
47
```
48
- Alternatively, VM extensions can be included in ARM templates for easy deployment, with the following JSON element:
+ Alternatively, VM extensions can be included in Azure Resource Manager templates for easy deployment with the following JSON element:
49
```json
50
"properties":{
51
"publisher": "Microsoft.HpcCompute",
0 commit comments