I wrote some Azure functions. Deployed them to Azure. Added Azure authentication so I would have to pass a bearer token to call them from azure.
Is there any way I could also require bearer authentication when running them locally from Visual studio with the Azure Function runtime?