NAT Gateway for Managed VNet IR
How can I make Azure Managed VNet IR to make requests through a static public I.P?
I don't want to create and manage VM's and neither I want to whitelist entire microsoft range of public ips.
Problem Statement :
I have create a public ip 20.75.234.9 which is attached to a nat gateway which is attached to a vnet then I have a subnet and a nic which is connected to a private endpoint to a data factory. In data factory I created integration runtime and told it to use virtual networking. Then I create a pipeline which sends request to a function app through that integration runtime. The function app only accepts requests from 20.75.234.9. But when I run this pipeline function app receives request from different ip like 74.235.251.34 instead of 20.75.234.8
Any Solutions ?