Skip to content

Commit ff1ab22

Browse files
authored
Fixed the Acrolinx score
1 parent 883332c commit ff1ab22

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/cyclecloud/qs-install-marketplace.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ms.author: adjohnso
88

99
# Quickstart - Install CycleCloud using the Marketplace image
1010

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.
1212

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)
1414

1515
## Prerequisites
1616

17-
For this quickstart, you will need:
17+
For this quickstart, you need:
1818

1919
1. An Azure account with an active subscription.
20-
1. A SSH key
20+
1. An SSH key
2121

2222
[!INCLUDE [cloud-shell-try-it.md](~/articles/cyclecloud/includes/cloud-shell-try-it.md)]
2323

@@ -35,40 +35,40 @@ Retrieve the SSH public key with:
3535
cat ~/.ssh/id_rsa.pub
3636
```
3737

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.
3939

4040
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.
4141

4242
## Create Virtual Machine
4343

44-
1. Log into the [Azure Portal](https://ms.portal.azure.com)
44+
1. Login to the [Azure portal](https://ms.portal.azure.com)
4545
1. In the search bar, enter "CycleCloud" and select "Azure CycleCloud" from under the **Marketplace** category
4646
1. Click on the **Create** button to bring up the Create Virtual Machine form.
4747

4848
![Create CycleCloud VM](~/articles/cyclecloud/images/create-cyclecloud-vm.png)
4949

5050
### Customize CycleCloud instance
5151

52-
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.
5454
1. Name your CycleCloud instance using **Virtual Machine name**
5555
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
5757
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**.
5959
1. Click on the **Review** button and then the **Create** button
6060

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.
6262

6363
![Customize CycleCloud instance](~/articles/cyclecloud/images/customize-marketplace-image.png)
6464

6565
## Assign Managed Identity
6666

67-
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.
6868

6969
## Log into the CycleCloud Application Server
7070

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.
7272

7373
![Get Public IP address](~/articles/cyclecloud/images/get-public-ip.png)
7474

@@ -85,7 +85,7 @@ Create a **Site Name** for your installation. You can use any name here:
8585
![Welcome Screen](./images/version-8/setup-step1.png)
8686
::: moniker-end
8787

88-
The Azure CycleCloud End User License Agreement will be displayed - click to accept it.
88+
The Azure CycleCloud End User License Agreement is displayed - click to accept it.
8989

9090
::: moniker range="=cyclecloud-7"
9191
![License Screen](./images/version-7/setup-step2.png)
@@ -95,7 +95,7 @@ The Azure CycleCloud End User License Agreement will be displayed - click to acc
9595
![License Screen](./images/version-8/setup-step2.png)
9696
::: moniker-end
9797

98-
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.
9999

100100
::: moniker range="=cyclecloud-7"
101101
![Administrator Account setup](./images/version-7/setup-step3.png)
@@ -105,11 +105,11 @@ You will then need to create a CycleCloud admin user for the application server.
105105
![Administrator Account setup](./images/version-8/setup-step3.png)
106106
::: moniker-end
107107

108-
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.
109109

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).
111111

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.
113113

114114
> [!NOTE]
115115
> The default CycleCloud configuration may be customized for specific environments using settings in the _$CS_HOME/config/cycle_server.properties_ file.

0 commit comments

Comments
 (0)