Authenticated Azure Function App

It’s really easy to create simple APIs on Azure with App Functions. In some cases, you want to protect them using Authentication. This usually done with an App Registration, that has permissions to access the API. Pretty simple, but not that easy to accomplish. These are the steps how to configure this. Disclaimer I have very little to no experience with Azure, so I might be stating the obvious....

December 1, 2022 · 4 min