Tag: Azure Functions

Adding Authentication to your HTTP Triggered Azure Functions
Adding Authentication to your HTTP Triggered Azure Functions
Blog Posts

Azure Functions are great! HTTP triggered Azure Functions are also great, but there’s one downside. All HTTP triggered Azure Functions are publicly available. While this might be useful in a lot of scenario’s, it’s also quite possible you don’t want ‘strangers’ hitting your public endpoints all the time. One way you can solve this is… READ MORE