Skip to content

Commit 9aac1bc

Browse files
Update articles/virtual-machines/windows/sizes-hpc.md
Co-Authored-By: Lauren Hughes <[email protected]>
1 parent 68c45e8 commit 9aac1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In certain deployments of A8 and A9 instances, the HpcVmDrivers extension is add
4242
```powershell
4343
Set-AzVMExtension -ResourceGroupName "myResourceGroup" -Location "westus" -VMName "myVM" -ExtensionName "InfiniBandDriverWindows" -Publisher "Microsoft.HpcCompute" -Type "InfiniBandDriverWindows" -TypeHandlerVersion "1.0"
4444
```
45-
Alternatively, VM extensions can be included in ARM templates for easy deployment, with the following JSON element:
45+
Alternatively, VM extensions can be included in Azure Resource Manager templates for easy deployment, with the following JSON element:
4646
```json
4747
"properties":{
4848
"publisher": "Microsoft.HpcCompute",

0 commit comments

Comments
 (0)