Skip to content

Commit eea2c30

Browse files
committed
fixed link items raised
1 parent f40f869 commit eea2c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/internal-lb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal-app LoadBalancer 10.0.248.59 10.240.0.7 80:30555/TCP 2m
7272

7373
When you specify an IP address for the load balancer, the specified IP address must reside in the same subnet as the AKS cluster, but it can't already be assigned to a resource. For example, you shouldn't use an IP address in the range designated for the Kubernetes subnet within the AKS cluster.
7474

75-
You can use the [`az network vnet subnet list`](https://learn.microsoft.com/cli/azure/network/vnet/subnet?view=azure-cli-latest#az-network-vnet-subnet-list) Azure CLI command or the [`Get-AzVirtualNetworkSubnetConfig`](https://learn.microsoft.com/powershell/module/az.network/get-azvirtualnetworksubnetconfig?view=azps-9.4.0) PowerShell cmdlet to get the subnets in your virtual network.
75+
You can use the [`az network vnet subnet list`][az-network-vnet-subnet-list] Azure CLI command or the [`Get-AzVirtualNetworkSubnetConfig`][get-azvirtualnetworksubnetconfig] PowerShell cmdlet to get the subnets in your virtual network.
7676

7777
For more information on subnets, see [Add a node pool with a unique subnet][unique-subnet].
7878

@@ -281,3 +281,5 @@ To learn more about Kubernetes services, see the [Kubernetes services documentat
281281
[different-subnet]: #specify-a-different-subnet
282282
[aks-vnet-subnet]: configure-kubenet.md#create-a-virtual-network-and-subnet
283283
[unique-subnet]: use-multiple-node-pools.md#add-a-node-pool-with-a-unique-subnet
284+
[az-network-vnet-subnet-list]: /cli/azure/network/vnet/subnet#az-network-vnet-subnet-list
285+
[get-azvirtualnetworksubnetconfig]: /powershell/module/az.network/get-azvirtualnetworksubnetconfig

0 commit comments

Comments
 (0)