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/cyclecloud/qs-install-marketplace.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ ms.author: adjohnso
8
8
9
9
# Quickstart - Install CycleCloud using the Marketplace image
10
10
11
-
Azure CycleCloud is a free application that provides a simple, secure, and scalable way to manage compute and storage resources for HPC and Big Compute workloads. In this quickstart, you will install CycleCloud on Azure resources using the Marketplace image.
11
+
Azure CycleCloud is a free application that provides a simple, secure, and scalable way to manage compute and storage resources for HPC and Big Compute workloads. In this quickstart, you install CycleCloud on Azure resources using the Marketplace image.
12
12
13
-
The CycleCloud Marketplace image is the recommended way of installing CycleCloud and it is the easiest way to quickly get a working version of CycleCloud that will allow you to start and scale clusters. CycleCloud can also be installed manually, providing greater control over the installation and configuration process. For more information, see the [Manual CycleCloud Installation Quickstart](./how-to/install-manual.md)
13
+
The CycleCloud Marketplace image is the easiest and recommended way to install CycleCloud. It helps you quickly start and scale clusters. CycleCloud can also be installed manually, providing greater control over the installation and configuration process. For more information, see the [Manual CycleCloud Installation Quickstart](./how-to/install-manual.md)
@@ -35,40 +35,40 @@ Retrieve the SSH public key with:
35
35
cat ~/.ssh/id_rsa.pub
36
36
```
37
37
38
-
The output will begin with ssh-rsa followed by a long string of characters. Copy and save this key now.
38
+
The output begins with ssh-rsa followed by a long string of characters. Copy and save this key for reference.
39
39
40
40
On Linux, follow [these instructions on GitHub](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) to generate a new SSH keypair.
41
41
42
42
## Create Virtual Machine
43
43
44
-
1.Log into the [Azure Portal](https://ms.portal.azure.com)
44
+
1.Login to the [Azure portal](https://ms.portal.azure.com)
45
45
1. In the search bar, enter "CycleCloud" and select "Azure CycleCloud" from under the **Marketplace** category
46
46
1. Click on the **Create** button to bring up the Create Virtual Machine form.
1. Choose your subscription from the **Subscription** dropdown
53
-
1. Select or create a new **Resource Group** that your CycleCloud instance will run in.
52
+
1. Choose your subscription from the **Subscription** dropdown.
53
+
1. Select or create a new **Resource Group** that your CycleCloud instance runs in.
54
54
1. Name your CycleCloud instance using **Virtual Machine name**
55
55
1. Select the **Region**
56
-
1. Create the **Username**that you will use to log into the instance
56
+
1. Create the **Username** you’ll use to sign in to the instance
57
57
1. Add your **SSH public key**
58
-
1. If you are planning on using [Managed Identities](/azure/active-directory/managed-identities-azure-resources/overview) (recommended), Select the **Management** tab and enable **System assigned managed identity**.
58
+
1. If you're planning on using [Managed Identities](/azure/active-directory/managed-identities-azure-resources/overview) (recommended), Select the **Management** tab and enable **System assigned managed identity**.
59
59
1. Click on the **Review** button and then the **Create** button
60
60
61
-
The image has a number of recommended default settings including **Size** and built-in **Network Security Groups**. These can be modified if necessary.
61
+
The image has many recommended default settings including **Size** and built-in **Network Security Groups**. These settings can be modified if necessary.
If you are using Managed Identities for authentication, you should follow the [Managed Identities Guide](./how-to/managed-identities.md) to assign the system managed identity to the newly created application VM.
67
+
If you're using Managed Identities for authentication, you should follow the [Managed Identities Guide](./how-to/managed-identities.md) to assign the system managed identity to the newly created application VM.
68
68
69
69
## Log into the CycleCloud Application Server
70
70
71
-
To connect to the CycleCloud webserver, retrieve the public IP address of the CycleServer VM from the Azure Portal.
71
+
To connect to the CycleCloud webserver, retrieve the public IP address of the CycleServer VM from the Azure portal.
72
72
73
73

74
74
@@ -85,7 +85,7 @@ Create a **Site Name** for your installation. You can use any name here:
You will then need to create a CycleCloud admin user for the application server. We recommend using the same username used above. Ensure the password you enter meets the requirements listed. Click **Done** to continue.
98
+
Create a CycleCloud admin user for the application server. Use the same username you entered earlier, if possible. Make sure the password meets the listed requirements. Click **Done** to continue.
Once you have created your user, you may want to set your SSH key so that you can more easily access any Linux VMs created by CycleCloud. To add an SSH key, edit your profile by clicking on your name in the upper right hand corner of the screen.
108
+
Once you've created your user, you may want to set your SSH key so that you can more easily access any Linux VMs created by CycleCloud. To add an SSH key, edit your profile by clicking on your name in the upper right hand corner of the screen.
109
109
110
-
You will need to set up your Azure provider account in CycleCloud. You can either use [Managed Identities](./how-to/managed-identities.md) or [Service Principals](./how-to/service-principals.md).
110
+
You need to set up your Azure provider account in CycleCloud. You can either use [Managed Identities](./how-to/managed-identities.md) or [Service Principals](./how-to/service-principals.md).
111
111
112
-
You should now have a running CycleCloud application that allows you to create and run clusters.
112
+
You now, have a running CycleCloud application that allows you to create and run clusters.
113
113
114
114
> [!NOTE]
115
115
> The default CycleCloud configuration may be customized for specific environments using settings in the _$CS_HOME/config/cycle_server.properties_ file.
0 commit comments