I have deployed a piece of code in Azure API App which reads the data from Azure Table Storage. I want to restrict it to the read access by putting the IP address of the Azure API app server. How to find the IP address of Azure API app?
Even if you are able to find the IP address of Azure API app, it will not work as IP ACLing will only work for IP addresses outside of Azure. From this link
(section Parameters common to account SAS and service SAS tokens
)
IP. An optional parameter that specifies an IP address or a range of IP addresses outside of Azure (see the section Routing session configuration state for Express Route) from which to accept requests.