I have two Azure functions, one is running on Premium plan that gives me "Outbound IP addresses"
while the second one is running on consumption plan that only gives me "Virtual IP address"
. Below are screen-shots from their properties tab.
I have Network Security Group for which I am trying to only allow Inbound traffic from these two azure functions. I have updated the NGS policy with "Outbound IP address" of the Premium Azure function, as well as the "Virtual IP Address" of Consumption plan.
The premium function is able to communicate with the Network Security group afterwards, however, I am not able to get it to work for the Consumption plan.
Is there a way I can get the "Outbound IP address" for functions running on Consumption plan?