@@ -23,7 +23,7 @@ under the *new* left hand panel of the Azure portal.
2323### Create a network security group
2424
2525CrateDB uses two ports, one for inter-node communication (` 4300 ` ) and one for
26- it's http endpoint (` 4200 ` ), so access to these needs to be opened.
26+ its HTTP endpoint (` 4200 ` ), so access to these needs to be opened.
2727
2828Create a * New Security Group* , giving it a name and assigning it to the
2929'Resource Group' just created.
@@ -32,7 +32,7 @@ Create a *New Security Group*, giving it a name and assigning it to the
3232:alt: Create New Security Group
3333```
3434
35- Find that security group in your resources list and open it's settings,
35+ Find that security group in your resources list and open its settings,
3636navigating to the * Inbound security rules* section.
3737
3838``` {image} /_assets/img/install/cloud/azure-nsg-inbound.png
@@ -71,7 +71,7 @@ earlier to the subnet.
7171### Create virtual machines
7272
7373Next create virtual machines to act as your CrateDB nodes. In this tutorial, I
74- chose two low-specification Ubuntu 14.04 servers, but you likely have your own
74+ chose two low-specification Ubuntu servers, but you likely have your own
7575preferred configurations.
7676
7777Most importantly, make sure you select the Virtual Network created earlier.
0 commit comments