How to whitelist an External Customer's Azure VM to allow them to connect to our Azure SFTP
Hi
We have an internal Azure SFTP we use to receive data feeds from external clients.
We add external client's Static IPs to the whitelist to allow them to connect.
One of our external clients is moving to an Azure hosted virtual machine, and we are now unable to whitelist their connection.
They've provided their public IP, however checking the Azure SFTP logs I can see that the connections are actually being logged as a private IP (one within Azure).
I imagine this is because its actually Azure talking to itself (Azure VM to Azure SFTP), but as its a private IP it cannot be whitelisted.
Is there another way to allow the connections from this external client's Azure VM?
Would a private endpoint be required for this?
Thanks,
Jack