You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/hpc-linux-vm-images.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Azure HPC team is pleased to announce the availability of optimized and pre-
25
25
26
26
## Availability on Azure
27
27
28
-
You may use the HPC images when creating a VM from either Azure Marketplace or Azure CLI. For other deployment methods, please refer to [Deploying HPC VM Images](#Deploying HPC VM Images)
28
+
You may use the HPC images when creating a VM from either Azure Marketplace or Azure CLI. For other deployment methods, refer to the section of Deploying HPC VM Images.
29
29
30
30
### Azure Marketplace
31
31
@@ -41,15 +41,15 @@ Run the following commands to find image URNs of the HPC images:
41
41
az vm image list --publisher microsoft-dsvm --offer ubuntu-hpc --output table --all
42
42
```
43
43
44
-
All images are for generation 2 VMs.
44
+
All images support [Gen 2 VMs]](generation-2.md).
45
45
46
46
#### AlmaLinux-HPC
47
47
48
48
```
49
49
az vm image list --publisher almalinux --offer almalinux-hpc --output table --all
50
50
```
51
51
52
-
All images have both generation 1 and generation 2 versions.
52
+
All images support both [Gen 1 VMs](generation-1.md)and [Gen 2 VMs](generation-2.md).
0 commit comments