Skip to content

Commit 5bd0db9

Browse files
author
Larry Franks
committed
update for clarity
1 parent 777fe42 commit 5bd0db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-secure-inferencing-vnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ When the creation process is completed, you can run inference, or model scoring,
115115

116116
There are two approaches to isolate traffic to and from the AKS cluster to the virtual network:
117117

118-
* __Private AKS cluster__: This approach uses Azure Private Link to create a private endpoint for the AKS cluster within the VNet.
119-
* __Internal AKS load balancer__: This approach configures the load balancer for the cluster to use an internal IP address in the VNet.
118+
* __Private AKS cluster__: This approach uses Azure Private Link to secure communications with the cluster for deployment/management operations.
119+
* __Internal AKS load balancer__: This approach configures the endpoint for your deployments to AKS to use a private IP within the virtual network.
120120

121121
> [!WARNING]
122-
> Both configurations are different ways to achieve the same goal (securing traffic to the AKS cluster within the VNet). **Use one or the other, but not both**.
122+
> **Use either Private AKS or internal load balancer, but not both**.
123123
124124
### Private AKS cluster
125125

0 commit comments

Comments
 (0)