I have a timer function APP deployed to Azure. I know that this has approx four or so possible outbound IP's.
I can get those IP's whitelisted but the issue is if I ever blow the resource group away the outbound IP's will change. I want to try and implement a more permanent solution. I know I can create an App Service Environment (ASE) but the price of that isn't justifiable
I then thought I could possibly add the function app to a private VNET so the IP's could remain the same but I don't know if I can add a function app to a VNET. I know an app service can be added to a VNET but a function app?
Or are there any other suggestions?