Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,448 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an APIM with a Virtual network configured, I use the management API from node js to deploy APIS to it.
It works when I invoke the node script from powershell when VPN is connected. But when I do this in an azure release pipeline it is giving me ETIMEDOUT error.
Any solutions??
@Sujith Thanks for reaching out. It looks like your VPN client IP's are added to the APIM instance but not the Azure Dev Ops. You need to add NSG rules to your APIM configure to allow the Azure Dev Ops.