APIM and AKS integration

PRS 1 Reputation point
2020-11-04T10:41:06.497+00:00

I am trying to integrate APIM(External) to the VNet where AKS is running. right now, I have created /29 CIDR subnet where AKS subnet is there and assigned to the APIM but APIM keep complaining that port 3443 is blocked. I have specifically added the rule to allow 3443 as mentioned in the troubleshooting steps https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-vnet#-common-network-configuration-issues to NSG assigned to the subnet, but still it throws the error? can someone help me how to troubleshoot further?

NSG Rule for subnet -> Inbound

priority- 102, Name - Port_3443, port - 3443, protocol - TCP, Source -
ApiManagement, Destination - VirtualNetwork, Action - Allow

Update: I have removed NSG from the subnet where APIM is, still its showing the same issue.
Do we have to add the port in all the subnet inside the Vnet ?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,175 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,509 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,146 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,821 Reputation points Microsoft Employee
    2020-11-24T23:03:17.387+00:00

    @PRS Have you tried doing the same deployment against a regular VNET? I believe the External mode attempts to auto-configure some settings under the covers and I suspect they may not be working with AKS.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.