Unable to send cloud metrics for Azure API Management self-hosted gateway

Karim Seoudy 1 Reputation point
2023-02-01T13:20:56.7+00:00

reference to this guide:

https://learn.microsoft.com/en-us/azure/api-management/how-to-configure-cloud-metrics-logs

my self hosted gateway doesn't send any cloud metrics to Azure API management,

my self hosted gateway is deployed on an on-prem Kubernetes cluster which has network policies to block or whitelist ingress and egress rules, so i need to allow a specific port to allow the on-prem gateway to send metrics to azure, so which port do i need to allow in order to enable the gateway to send metrics ?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,751 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,141 Reputation points
    2023-02-02T15:25:25.04+00:00

    @Karim Seoudy Thanks for posting in Microsoft Q&A. As mentioned in your reference doc, it requires outbound connectivity to Azure on port 443.
    User's image

    The same has been also described in Connectivity to Azure doc which also describes about FQDN dependencies, security limitations etc. I hope this helps with your question but let me know if you face any issues or have other questions.