Skip to content

Commit 04a193b

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For Active-Active HA for NGINX Plus on Microsoft Azure Using the Azure Standard
5959
- **Region** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">(US) West US 2</span>
6060
- **Availability options** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">No infrastructure redundancy required</span>
6161

62-
This option is best for a demo like the one in this guide. For production deployments, deploy a copy of each VM in a different Availability Zone. For more information, see the [Azure documentation](https://docs.microsoft.com/en-us/azure/availability-zones/az-overview).
62+
This option is best for a demo like the one in this guide. For production deployments, position a copy of each VM in a different Availability Zone. For more information, see the [Azure documentation](https://docs.microsoft.com/en-us/azure/availability-zones/az-overview).
6363
- **Image** – <span style="color:#666666; font-weight:bolder; white-space: nowrap;">Ubuntu Server 18.04 LTS</span>
6464
- **Azure Spot instance** – <span style="color:#666666; font-weight:bolder;">No</span>
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)
@@ -78,7 +78,7 @@ For Active-Active HA for NGINX Plus on Microsoft Azure Using the Azure Standard
7878
Two major virtual machines run NGINX Plus behind an Azure Load Balancer. And both VMs require **Standard** SKU public IP addresses. By default, Azure assigns **Basic** SKU IPs. So, you must manually change this during VM setup.
7979

8080
To avoid errors, allocate **Standard** public IP addresses to the VMs you’ll use in the deployment. Depending on your work load, you might need up to 6 VMs.
81-
Follow these steps to allocate:
81+
Follow these steps:
8282
- Open the **Networking** tab on the **Create a virtual machine** window.
8383
- Click <span style="color:#2d89d6; white-space: nowrap;"> Create new </span> below the **Public IP** field.
8484
- In the **Create public IP address column** that opens, click the **Standard Radio button** under **SKU**.
@@ -210,12 +210,12 @@ If you've installed NGINX Open Source correctly on one VM, and saved it as an Az
210210

211211
<a href="/nginx/images/azure-create-image-ngx-oss.png"><img src="/nginx/images/azure-create-image-ngx-oss.png" alt="screenshot of details page for 'nginx-oss' VM in Azure" width="1024" height="363" class="aligncenter size-full wp-image-64989" style="border:2px solid #666666; padding:2px; margin:2px;" /></a>
212212

213-
4. On the Create image page, observe and comply with the informational and warning banners. If you use one of the VMs you created in [Creating a Microsoft Azure Virtual Machine](#create-vm) as the source for the image, you will need to re‑create a VM with that name.
213+
4. On the Create image page, observe and comply with the warnings. If you use one of the VMs you created in [Creating a Microsoft Azure Virtual Machine](#create-vm) as the source for the image, you will need to re‑create a VM with that name.
214214

215215
Then select the following values:
216216

217217
- **Name** – Keep the current value.
218-
- **Resource group** – Select the appropriate resource group from the drop‑down menu. Here it is <span style="color:#666666; font-weight:bolder; white-space: nowrap;">NGINX-Plus-HA</span>.
218+
- **Resource group** – Select the appropriate resource group from the drop‑down menu. Here, it is <span style="color:#666666; font-weight:bolder; white-space: nowrap;">NGINX-Plus-HA</span>.
219219
- **Automatically delete this virtual machine after creating the image** – We recommend checking the box, since you can't do anything more with the image anyway.
220220
- **Zone resiliency** – <span style="color:#666666; font-weight:bolder;">On</span>.
221221
- **Type the virtual machine name** – Name of the source VM (<span style="color:#666666; font-weight:bolder; white-space: nowrap;">ngx-oss</span> in this guide).
@@ -228,7 +228,7 @@ If you've installed NGINX Open Source correctly on one VM, and saved it as an Az
228228

229229
An Azure image takes only a few moments to deploy. When it’s ready, you can create VMs from it with NGINX Open Source already installed.
230230

231-
1. Navigate to the Images page. You may type images in the search box in the Microsoft Azure header bar. Then, select that value in the Services section of the resulting drop‑down menu.
231+
1. Navigate to the Images page. You may type "images" in the search box in the Microsoft Azure header bar. Then, select that value in the Services section of the resulting drop‑down menu.
232232

233233
<a href="/nginx/images/azure-create-image-images.png"><img src="/nginx/images/azure-create-image-images.png" alt="screenshot of Azure 'Images' page" width="1024" height="349" class="aligncenter size-full wp-image-64987" style="border:2px solid #666666; padding:2px; margin:2px;" /></a>
234234

0 commit comments

Comments
 (0)