Skip to content

Commit 554a82d

Browse files
author
Larry Franks
committed
adding info on creating/attaching aks w/internal load balancer
1 parent a7735c1 commit 554a82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-attach-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ kubectl delete cm azuremlfeconfig
499499

500500
When trying to create or attach an AKS cluster, you may receive a message that the request has been denied because "Load Balancers should not have public IPs". This message is returned when an administrator has applied a policy that prevents using an AKS cluster with a public IP address.
501501

502-
To resolve this problem, create/attach the cluster by using the `load_balancer_type` and `load_balancer_subnet` parameters. For more information, see [Internal Load Balancer (private IP)](n#create-or-attach-an-aks-cluster-to-use-internal-load-balancer-with-private-ip).
502+
To resolve this problem, create/attach the cluster by using the `load_balancer_type` and `load_balancer_subnet` parameters. For more information, see [Internal Load Balancer (private IP)](#create-or-attach-an-aks-cluster-to-use-internal-load-balancer-with-private-ip).
503503

504504
## Next steps
505505

0 commit comments

Comments
 (0)