I have an Azure Function which authenticates with a B2C Active Directory. Now I want to have another function which does not require authentication and I placed it in the same Functions App. But as Functions are configured per Functions App it requires authentication as well. Can I configure the authentication on a per function basis or do I need to create a separate Functions App for anonymous functions?