Netlify functions IP

Hey there,

We’ve working on deploying multiple functions with Netlify - since those functions interact with our DB on hosted on azure we were wondering if there’s a way to get the IP of the deployed function to allow traffic to our db.

Appreciate any help.
Cheers

Hey @mxnkarou

There are a few threads here regarding this, all with the same answer: no.

You can use a Signed Proxy Redirect and check the x-nf-sign header to ensure the request has come from Netlify.