@Erik Stell Please let us know if the below answer from Achraf was helpful by accepting it as the answer. If you have further questions or concerns, reply to this message and we will assist you further.
To add a high-level overview of the steps provided:
- Create a virtual network and subnet in the same region as your App Service.
- Create a public IP address resource in the same region as your virtual network.
- Create a NAT gateway resource in the same region as your virtual network, using the public IP address you created in step 2.
- Configure regional VNet integration for your App Service to use the virtual network and subnet you created in step 1.
- Configure your App Service to use the NAT gateway you created in step 3 as the default gateway for outbound traffic.
Once you have completed these steps, your App Service will use the static public IP address associated with the NAT gateway for all outbound traffic. This will allow you to whitelist a single IP address with your third-party FTP provider.