0

I have an Azure App Service and multiple Azure Functions that need to call into a specific external API - let's call it external.api.com. I also frequently run the App Service and Azure Functions locally on my laptop during development/debugging etc.

My issue is that I can only have one IP address whitelisted to use this external API.

What is the best way to set up some kind of Virtual Network (or something else?) in Azure to enable all calls to this external API to have the same origin IP address?

I have seen tutorials on ways to do this from internal Azure services/functions, however I haven't been able to see anywhere that explains how to do this for calls from both internal Azure services/functions AND from external IP addresses (i.e. my laptop).

Thanks

1 Answer 1

0

Sounds like you need to look for a proxy that would mask your ip.

Sign up to request clarification or add additional context in comments.

1 Comment

Yeh this is exactly what I want, just I'm not sure how to set it up in Azure

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.