I am trying to figure out how things like Azure Function App(consumption plan so no VNET) and Azure SQL Server DB are connected together.
I was checking SQL audit logs, specifically client_id
field and tried to match
with outboundIpAddresses
of Function App, but they differ.
Are there any gateway in between, any chance to get logs of such gateway.
ps The idea is to understand which Function/App connects to DB within Azure