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: content/nginx/deployment-guides/microsoft-azure/virtual-machines-for-nginx.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ For Active-Active HA for NGINX Plus on Microsoft Azure Using the Azure Standard
65
65
-**Size** – <spanstyle="color:#666666; font-weight:bolder;">B1s</span> (click <spanstyle="color:#2d89d6; white-space: nowrap;">Select size</span> to access the <spanstyle="font-weight:bold; white-space: nowrap;">Select a VM size</span> window, click the **B1s** row, and click the <spanstyle="background-color:#137ad1; color:white;"> Select </span> button to return to the **Basics** tab)
66
66
-**Authentication type** – <spanstyle="color:#666666; font-weight:bolder; white-space: nowrap;">SSH public key</span>
-**SSH public key source** – <spanstyle="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** – <spanstyle="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)
-**Select inbound ports** – Select from the drop-down menu: <spanstyle="color:#666666; font-weight:bolder; white-space: nowrap;">SSH (22)</span> and <spanstyle="color:#666666; font-weight:bolder; white-space: nowrap;">HTTP (80)</span>, plus <spanstyle="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
89
90
90
91
<ahref="/nginx/images/azure-create-vm-networking.png"><imgsrc="/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:2pxsolid#666666; padding:2px; margin:2px;" /></a>
91
92
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**.
93
94
94
95
After you've completed your changes, click the <spanstyle="background-color:#137ad1; color:white; white-space: nowrap;"> Review + create </span> button at the bottom of the **Create a virtual machine** page.
0 commit comments