Skip to content

Commit dc70b7c

Browse files
authored
Update qs-deploy-ccws.md
1 parent 219083f commit dc70b7c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

articles/cyclecloud/qs-deploy-ccws.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ For this quickstart, you need:
1919

2020
## How to deploy?
2121

22-
* Sign in to the [Azure portal](https://portal.azure.com).
22+
* Sign in to the [Azure portal.](https://portal.azure.com)
2323
* Click on the upper left `+ Create a Resource` option
2424
* In the `Search services and marketplace` box, enter **Slurm** and then select **Azure CycleCloud Workspace for Slurm**.
2525
* On the **Azure CycleCloud Workspace for Slurm** page, select **Create**.
2626

27-
![Screenshot of Azure CycleCloud Workspace for Slurm marketplace screen](./images/ccws/marketplace-000.png).
27+
![Screenshot of Azure CycleCloud Workspace for Slurm marketplace screen.](./images/ccws/marketplace-000.png)
2828

2929
### Basics
3030
* On the **New Azure CycleCloud Workspace for Slurm account** page, enter or select the following details.
@@ -35,42 +35,42 @@ For this quickstart, you need:
3535
- **Admin User**: Enter a name and a password for the CycleCloud administrator account.
3636
- **Admin SSH Public Key**: Select the public SSH key of the administrator account directly or if stored in an SSH key resource in Azure.
3737

38-
![Screenshot of the Basics options screen](./images/ccws/marketplace-basics.png).
38+
![Screenshot of the Basics options screen.](./images/ccws/marketplace-basics.png)
3939

4040
### File-system
4141
#### Users' home directory - Create New
4242
Specify where the users' home directory should be located. Create a new **Builtin NFS** uses the scheduler VM as an NFS server with an attached datadisk.
43-
![Screenshot of the File-system mount for /shared and /home Builtin NFS create new options screen](./images/ccws/marketplace-fs-001.png).
43+
![Screenshot of the File-system mount for /shared and /home Builtin NFS create new options screen.](./images/ccws/marketplace-fs-001.png)
4444

4545
Create a new **Azure NetApp Files** creates an ANF account, pool and, volume of the specified capacity and service level.
46-
![Screenshot of the File-system mount for /shared and /home Azure NetApp files create new options screen](./images/ccws/marketplace-fs-002.png).
46+
![Screenshot of the File-system mount for /shared and /home Azure NetApp files create new options screen.](./images/ccws/marketplace-fs-002.png)
4747

4848
#### Users' home directory - Use Existing
4949

5050
If you have an existing NFS mount point, then select the **Use Existing** option and specify the settings to mount it.
51-
![Screenshot of the File-system mount for /shared and /home use external NFS options screen](./images/ccws/marketplace-fs-003.png).
51+
![Screenshot of the File-system mount for /shared and /home use external NFS options screen.](./images/ccws/marketplace-fs-003.png)
5252

5353
#### Supplemental file-system mount - Create New
5454

5555
If you need to mount another file-system for your project data, you can either create a new one or specify an existing one. You can create a new Azure NetApp Files volume or an Azure Managed Lustre Filesystem.
5656

57-
![Screenshot of the Additional File-system mount for create new Azure NetApp Files](./images/ccws/marketplace-fs-004.png).
57+
![Screenshot of the Additional File-system mount for create new Azure NetApp Files.](./images/ccws/marketplace-fs-004.png)
5858

59-
![Screenshot of the Additional File-system mount for create new Azure Managed Lustre](./images/ccws/marketplace-fs-005.png).
59+
![Screenshot of the Additional File-system mount for create new Azure Managed Lustre.](./images/ccws/marketplace-fs-005.png)
6060

6161
#### Supplemental file-system mount - Use Existing
6262

6363
If you have an existing external NFS mount point or an Azure Managed Lustre Filesystem, you can specify the mount options.
6464

65-
![Screenshot of the Additional File-system mount for an existing external NFS](./images/ccws/marketplace-fs-006.png).
65+
![Screenshot of the Additional File-system mount for an existing external NFS.](./images/ccws/marketplace-fs-006.png)
6666

6767
### Networking
6868

6969
Specify here if you want to create a new Virtual Network and subnets or use an existing one.
7070

7171
#### Create a new Virtual Network
7272

73-
![Screenshot of the Networking options for creating a new one](./images/ccws/marketplace-networking-001.png).
73+
![Screenshot of the Networking options for creating a new one.](./images/ccws/marketplace-networking-001.png)
7474

7575
- Select the CIDR that corresponds to the number of compute nodes you're targeting and specify a base IP address.
7676
- Creating a Bastion is recommended if direct connectivity isn't provided by your corporate IT.
@@ -79,9 +79,9 @@ Specify here if you want to create a new Virtual Network and subnets or use an e
7979

8080
#### Use existing Virtual Network
8181

82-
Before using an existing virtual network, check for the prerequisites in [Plan your CycleCloud Workspace for Slurm Deployment](./how-to/ccws/plan-your-deployment.md#brownfield-deployment).
82+
Before using an existing virtual network, check for the prerequisites in [Plan your CycleCloud Workspace for Slurm Deployment.](./how-to/ccws/plan-your-deployment.md#brownfield-deployment)
8383

84-
![Screenshot of the Networking options for using an existing one](./images/ccws/marketplace-networking-002.png).
84+
![Screenshot of the Networking options for using an existing one.](./images/ccws/marketplace-networking-002.png)
8585

8686
### Slurm Settings
8787

@@ -100,15 +100,15 @@ You can also check the `Use image on all nodes` if you want the Scheduler, Login
100100

101101
Specify the number of login nodes you want to provision initially and the maximum number allowed. Enabling health checks automatically executes node health checks for the HPC and GPU partitions, removing any unhealthy nodes when they start.
102102

103-
![Screenshot of the Slurm settings](./images/ccws/marketplace-slurm.png).
103+
![Screenshot of the Slurm settings.](./images/ccws/marketplace-slurm.png)
104104

105105
To enable Slurm Job Accounting, check the box to display connectivity options. Ensure you have an Azure Database for MySQL flexible server resource that was deployed earlier.
106106

107107
You can connect using an FQDN or private IP if you supply your own virtual network or use VNET peering when creating a new virtual network as part of your deployment. Connection via private endpoint is also available if you choose to create a new virtual network.
108108

109-
![Screenshot of the Slurm Setting options for job accounting database, direct FQDN](./images/ccws/marketplace-slurm-accounting-001.png).
109+
![Screenshot of the Slurm Setting options for job accounting database, direct FQDN.](./images/ccws/marketplace-slurm-accounting-001.png)
110110

111-
![Screenshot of the Slurm Setting options for job accounting database with Private Endpoint](./images/ccws/marketplace-slurm-accounting-002.png).
111+
![Screenshot of the Slurm Setting options for job accounting database with Private Endpoint.](./images/ccws/marketplace-slurm-accounting-002.png)
112112

113113
### Partition Settings
114114

@@ -119,34 +119,34 @@ Azure CycleCloud Workspace for Slurm comes with 3 defined Slurm partitions:
119119

120120
You can configure the image and the maximum number of nodes for each partition that CycleCloud dynamically provisions. Only the HTC partition allows the use of spot instances, as spot instances aren't suitable for HPC and GPU jobs.
121121

122-
![Screenshot of the Partition Settings options](./images/ccws/marketplace-partitions.png).
122+
![Screenshot of the Partition Settings options.](./images/ccws/marketplace-partitions.png)
123123

124124
### Tags
125125

126126
Assign the appropriate tags to the necessary resources. CycleCloud dynamically provisions Virtual Machines and applies Node Array tags to them.
127127

128-
![Screenshot of the Tags options](./images/ccws/marketplace-tags.png).
128+
![Screenshot of the Tags options.](./images/ccws/marketplace-tags.png)
129129

130130

131131
### Review and create
132132

133133
Review your options as this step also includes some validations.
134134

135-
![Screenshot of the Review.](./images/ccws/marketplace-review.png).
135+
![Screenshot of the Review.](./images/ccws/marketplace-review.png)
136136

137137
After the validations are complete, click **Create** to initialize the deployment.
138138

139-
![Screenshot of the Deployment in progress](./images/ccws/deployment.png).
139+
![Screenshot of the Deployment in progress.](./images/ccws/deployment.png)
140140

141141
Follow the deployment status and steps.
142142

143143
## Check your deployment
144144

145145
Connect to the `ccw-cyclecloud-vm` using Bastion with the username and SSH keys specified during the deployment.
146146

147-
![Screenshot of the Connect with Bastion menu](./images/ccws/cc-connect-with-bastion.png).
147+
![Screenshot of the Connect with Bastion menu.](./images/ccws/cc-connect-with-bastion.png)
148148

149-
![Screenshot of the Connect with Bastion connection options](./images/ccws/bastion-connection.png).
149+
![Screenshot of the Connect with Bastion connection options.](./images/ccws/bastion-connection.png)
150150

151151
After connected, check the cloud-init logs to verify everything is correct.
152152

@@ -183,6 +183,6 @@ Next, establish connectivity between your client machine and the CycleCloud VM.
183183

184184
## Resources
185185

186-
* [How to connect to the CycleCloud Portal through Bastion](/azure/cyclecloud/how-to/ccws/connect-to-portal-with-bastion).
187-
* [How to connect to a Login Node through Bastion](/azure/cyclecloud/how-to/ccws/connect-to-login-node-with-bastion).
188-
* [How to deploy a CycleCloud Workspace for Slurm environment using the CLI](/azure/cyclecloud/how-to/ccws/deploy-with-cli).
186+
* [How to connect to the CycleCloud Portal through Bastion.](/azure/cyclecloud/how-to/ccws/connect-to-portal-with-bastion)
187+
* [How to connect to a Login Node through Bastion.](/azure/cyclecloud/how-to/ccws/connect-to-login-node-with-bastion)
188+
* [How to deploy a CycleCloud Workspace for Slurm environment using the CLI.](/azure/cyclecloud/how-to/ccws/deploy-with-cli)

0 commit comments

Comments
 (0)