I have a light-weight function running in an Azure Function App. The function connects to an API endpoint over the internet as illustrated in the following diagram. It will always be outbound connections only.
My question is do I need to use a web application firewall in front of the Azure Function?