Skip to content

Commit 5fb385a

Browse files
committed
fix link suggestions and lowest acrolinx articles
1 parent 5def238 commit 5fb385a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/load-balancer/basic/quickstart-basic-public-load-balancer-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ Create a network security group rule using [az network nsg rule create](/cli/azu
166166

167167
## Create a bastion host
168168

169-
In this section, you'll create te resources for Azure Bastion. Azure Bastion is used to securely manage the virtual machines in the backend pool of the load balancer.
169+
In this section, you'll create the resources for Azure Bastion. Azure Bastion is used to securely manage the virtual machines in the backend pool of the load balancer.
170170

171171
### Create a public IP address
172172

173-
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public ip address for the bastion host. The public IP is used by the bastion host for secure access to the virtual machine resources.
173+
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public IP address for the bastion host. The public IP is used by the bastion host for secure access to the virtual machine resources.
174174

175175
```azurecli
176176
az network public-ip create \

articles/load-balancer/distribution-mode-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: greg-lindsay
55
ms.author: greglin
66
ms.service: load-balancer
77
ms.topic: article
8-
ms.date: 12/27/2021
8+
ms.date: 05/24/2022
99
ms.custom: template-concept
1010
#Customer intent: As a administrator, I want to learn about the different distribution modes of Azure Load Balancer so that I can configure the distribution mode for my application.
1111
---
@@ -21,13 +21,13 @@ Azure Load Balancer supports the following distribution modes for routing connec
2121
| Azure portal configuration | Session persistence: **None** | Session persistence: **Client IP** | Session persistence: **Client IP and protocol** |
2222
| [REST API](/rest/api/load-balancer/load-balancers/create-or-update#loaddistribution) | ```"loadDistribution":"Default"```| ```"loadDistribution":SourceIP``` | ```"loadDistribution":SourceIPProtocol``` |
2323

24-
There is no downtime when switching from one distribution mode to another on a Load Balancer.
24+
There's no downtime when switching from one distribution mode to another on a load balancer.
2525

2626
## Hash based
2727

2828
Azure Load Balancer uses a five tuple hash based distribution mode by default.
2929

30-
The five tuple is consists of:
30+
The five tuple consists of:
3131
* **Source IP**
3232
* **Source port**
3333
* **Destination IP**

articles/load-balancer/load-balancer-floating-ip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ If you want to reuse the backend port across multiple rules, you must enable Flo
2828

2929
When Floating IP is enabled, Azure changes the IP address mapping to the Frontend IP address of the Load Balancer frontend instead of backend instance's IP.
3030

31-
Without Floating IP, Azure exposes the VM instances' IP. Enabling Floating IP changes the IP address mapping to the Frontend IP of the load Balancer to allow for additional flexibility. Learn more [here](load-balancer-multivip-overview.md).
31+
Without Floating IP, Azure exposes the VM instances' IP. Enabling Floating IP changes the IP address mapping to the Frontend IP of the load Balancer to allow for more flexibility. Learn more [here](load-balancer-multivip-overview.md).
3232

33-
Floating IP can be configured on a Load Balancer rule via the Azure portal, REST API, CLI, PowerShell, or other client. In addition to the rule configuration, you must also configure your virtual machine's Guest OS in order to leverage Floating IP.
33+
Floating IP can be configured on a Load Balancer rule via the Azure portal, REST API, CLI, PowerShell, or other client. In addition to the rule configuration, you must also configure your virtual machine's Guest OS in order to use Floating IP.
3434

3535
## Floating IP Guest OS configuration
3636
For each VM in the backend pool, run the following commands at a Windows Command Prompt.
@@ -61,14 +61,14 @@ netsh interface ipv4 set interface “interfacename” weakhostreceive=enabled
6161
netsh interface ipv4 set interface “interfacename” weakhostsend=enabled
6262
```
6363

64-
(replace interfacename with the name of this loopback interface)
64+
(replace **interfacename** with the name of this loopback interface)
6565

6666
> [!IMPORTANT]
6767
> The configuration of the loopback interfaces is performed within the guest OS. This configuration is not performed or managed by Azure. Without this configuration, the rules will not function.
6868
6969
## <a name = "limitations"></a>Limitations
7070

71-
- Floating IP is not currently supported on secondary IP configurations for Load Balancing scenarios. Note that this does not apply to Public load balancers with dual-stack configurations or to architectures that utilize a NAT Gateway for outbound connectivity.
71+
- Floating IP is not currently supported on secondary IP configurations for Load Balancing scenarios. This does not apply to Public load balancers with dual-stack configurations or to architectures that utilize a NAT Gateway for outbound connectivity.
7272

7373
## Next steps
7474

articles/load-balancer/upgrade-basic-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An Azure PowerShell script is available that does the following procedures:
3939

4040
* If the load balancer doesn't have a frontend IP configuration or backend pool, you'll encounter an error running the script. Ensure the load balancer has a frontend IP and backend pool
4141

42-
* The script cannot migrate Virtual Machine Scale Set from Basic Load Balancer's backend to Standard Load Balancer's backend. We recommend manually creating a Standard Load Balancer and follow [Update or delete a load balancer used by virtual machine scale sets](https://docs.microsoft.com/azure/load-balancer/update-load-balancer-with-vm-scale-set) to complete the migration.
42+
* The script cannot migrate Virtual Machine Scale Set from Basic Load Balancer's backend to Standard Load Balancer's backend. We recommend manually creating a Standard Load Balancer and follow [Update or delete a load balancer used by virtual machine scale sets](update-load-balancer-with-vm-scale-set.md) to complete the migration.
4343

4444
### Change allocation method of the public IP address to static
4545

articles/load-balancer/upgrade-internalbasic-to-publicstandard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ An Azure PowerShell script is available that does the following procedures:
4343

4444
* If the load balancer doesn't have a frontend IP configuration or backend pool, you'll encounter an error running the script. Ensure the load balancer has a frontend IP and backend pool
4545

46-
* The script cannot migrate Virtual Machine Scale Set from Basic Load Balancer's backend to Standard Load Balancer's backend. We recommend manually creating a Standard Load Balancer and follow [Update or delete a load balancer used by virtual machine scale sets](https://docs.microsoft.com/azure/load-balancer/update-load-balancer-with-vm-scale-set) to complete the migration.
46+
* The script cannot migrate Virtual Machine Scale Set from Basic Load Balancer's backend to Standard Load Balancer's backend. We recommend manually creating a Standard Load Balancer and follow [Update or delete a load balancer used by virtual machine scale sets](update-load-balancer-with-vm-scale-set.md) to complete the migration.
4747

4848
## Download the script
4949

0 commit comments

Comments
 (0)