Skip to content

Commit f368ada

Browse files
authored
Fixed the file paths
1 parent 3dbc55e commit f368ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cyclecloud/how-to/bursting/slurm-cloud-bursting-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You must obtain an Azure subscription or be assigned as an Owner role of the sub
3030
## Network infrastructure
3131
If you intend to create a Slurm cluster entirely within Azure, you must deploy both the head node(s) and the CycleCloud compute nodes within a single Azure Virtual Network (VNET).
3232

33-
![Slurm cluster](../images/slurm-cloud-burst/diagram.png)
33+
![Slurm cluster](../../images/slurm-cloud-burst/slurm-cloud-burst-architecture.png)
3434

3535
However, if your goal is to establish a hybrid HPC cluster with the head node(s) located on your on-premises corporate network and the compute nodes in Azure, you will need to set up a [Site-to-Site](/azure/vpn-gateway/tutorial-site-to-site-portal) VPN or an [ExpressRoute](/azure/expressroute/) connection between your on-premises network and the Azure VNET. The head node(s) must have the capability to connect to Azure services over the Internet. You may need to coordinate with your network administrator to configure this connectivity.
3636

@@ -68,5 +68,5 @@ In HPC environments, maintaining consistent user IDs (UIDs) and group IDs (GIDs)
6868
### Next Steps
6969

7070
* [GitHub repo - cyclecloud-slurm](https://github.com/Azure/cyclecloud-slurm/tree/master)
71-
* [Azure CycleCloud Documentation](../overview.md)
71+
* [Azure CycleCloud Documentation](../../overview.md)
7272
* [Slurm documentation](https://slurm.schedmd.com/documentation.html)

0 commit comments

Comments
 (0)