I am calling an external service from my cloud function that only allows requests from whitelisted IP addresses.
In such case I've followed the following steps mentioned in article https://cloud.google.com/functions/docs/networking/network-settings#associate-static-ip
But when I am executing the cloud function the external service receiving the call from IP 0.0.0.0(which I can see default internet gateway) instead of my reserved static IP.
Can you please guide me the steps if I missed anything.