Skip to content

Commit 342f19e

Browse files
authored
Merge pull request #78603 from KumudD/githubissue32042
Load Balancer - update
2 parents c051e78 + e98ce02 commit 342f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/load-balancer-get-started-ilb-arm-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This section details how you can create and configure the following components o
5454

5555
### Create the load balancer
5656

57-
Create a public Basic Load Balancer with [az network lb create](https://docs.microsoft.com/cli/azure/network/lb?view=azure-cli-latest) named **myLoadBalancer** that includes a frontend IP configuration named **myFrontEnd**, a back-end pool named **myBackEndPool** that is associated with a private IP address **10.0.0.7.
57+
Create an internal Load Balancer with [az network lb create](https://docs.microsoft.com/cli/azure/network/lb?view=azure-cli-latest) named **myLoadBalancer** that includes a frontend IP configuration named **myFrontEnd**, a back-end pool named **myBackEndPool** that is associated with a private IP address **10.0.0.7.
5858

5959
```azurecli-interactive
6060
az network lb create \

0 commit comments

Comments
 (0)