Skip to content

Commit 2f3981d

Browse files
authored
Update api-management-kubernetes.md
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/119059
1 parent 00a72a0 commit 2f3981d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To get a subscription key for accessing APIs, a subscription is required. A subs
9090

9191
In some cases, customers with regulatory constraints or strict security requirements may find Option 1 and 2 not viable solutions due to publicly exposed endpoints. In others, the AKS cluster and the applications that consume the microservices might reside within the same VNet, hence there is no reason to expose the cluster publicly as all API traffic will remain within the VNet. For these scenarios, you can deploy API Management into the cluster VNet. [API Management Developer and Premium tiers](https://aka.ms/apimpricing) support VNet deployment.
9292

93-
There are two modes of [deploying API Management into a VNet](./api-management-using-with-vnet.md) – External and Internal.
93+
There are two modes of [deploying API Management into a VNet](./virtual-network-concepts.md) – External and Internal.
9494

9595
If API consumers do not reside in the cluster VNet, the External mode (Fig. 4) should be used. In this mode, the API Management gateway is injected into the cluster VNet but accessible from public internet via an external load balancer. It helps to hide the cluster completely while still allowing external clients to consume the microservices. Additionally, you can use Azure networking capabilities such as Network Security Groups (NSG) to restrict network traffic.
9696

@@ -114,4 +114,4 @@ Cons:
114114
## Next steps
115115

116116
* Learn more about [Network concepts for applications in AKS](../aks/concepts-network.md)
117-
* Learn more about [How to use API Management with virtual networks](./api-management-using-with-vnet.md)
117+
* Learn more about [How to use API Management with virtual networks](./virtual-network-concepts.md)

0 commit comments

Comments
 (0)