Skip to content

Commit b6d5176

Browse files
authored
Update virtual-machines-for-nginx.md
1 parent 04a193b commit b6d5176

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/nginx/deployment-guides/microsoft-azure/virtual-machines-for-nginx.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ For Active-Active HA for NGINX Plus on Microsoft Azure Using the Azure Standard
6565
- **Size** – <span style="color:#666666; font-weight:bolder;">B1s</span> (click <span style="color:#2d89d6; white-space: nowrap;">Select size</span> to access the <span style="font-weight:bold; white-space: nowrap;">Select a VM size</span> window, click the **B1s** row, and click the <span style="background-color:#137ad1; color:white;"> Select </span> button to return to the **Basics** tab)
6666
- **Authentication type** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">SSH public key</span>
6767
- **Username** – <span style="color:#666666; font-weight:bolder;">nginx_azure</span>
68-
- **SSH public key source** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">Generate new key pair</span> (If you don’t want to generate a new key pair, use the existing key stored in your Azure account or an existing public key)
68+
- **SSH public key source** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">Generate new key pair</span>
69+
(If you don’t want to generate a new key pair, use the existing key stored in your Azure account or an existing public key)
6970
- **Key pair name** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">nginx_key</span>
7071
- **Public inbound ports** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">Allow selected ports</span>
7172
- **Select inbound ports** – Select from the drop-down menu: <span style="color:#666666; font-weight:bolder; white-space: nowrap;">SSH (22)</span> and <span style="color:#666666; font-weight:bolder; white-space: nowrap;">HTTP (80)</span>, plus <span style="color:#666666; font-weight:bolder; white-space: nowrap;">HTTPS (443)</span> if you plan to configure NGINX and NGINX Plus for SSL/TLS
@@ -89,7 +90,7 @@ When this guide was first published, the hourly cost for the six VMs was only $0
8990

9091
<a href="/nginx/images/azure-create-vm-networking.png"><img src="/nginx/images/azure-create-vm-networking.png" alt="screenshot of 'Networking' tab on Azure 'Create a virtual machine' page" width="1024" height="718" class="aligncenter size-full wp-image-64994" style="border:2px solid #666666; padding:2px; margin:2px;" /></a>
9192

92-
6. Here, you can select non-default values on the **Disks**, **Networking**, **Management**, **Advanced**, and **Tags** tabs. In our demo, for example, Premium SS Standard HDD for OS disk type on the **Disks** tab is more affordable than the default, Premium SSD. You can also create or apply tags to your VM via the **Tags** tab.
93+
6. Here, you can select non-default values on the **Disks**, **Networking**, **Management**, **Advanced**, and **Tags** tabs. By default, Azure might assign **Premium SSD** for the OS disk on the disk tab, but you can choose a cheaper option like **Standard HDD**.
9394

9495
After you've completed your changes, click the <span style="background-color:#137ad1; color:white; white-space: nowrap;"> Review + create </span> button at the bottom of the **Create a virtual machine** page.
9596

0 commit comments

Comments
 (0)