Azure private endpoints vs service endpointsAzure is a public cloud offering so you connect to azure services over the public internet. You may not want your applications to connect…Dec 10, 2022Dec 10, 2022
Add authentication to your azure function appIn my previous article I discussed about how to secure azure functions using function keys. While function keys can provide some mitigation…Dec 6, 2022Dec 6, 2022
Secure your azure function with keysAzure functions allow us to create http trigger functions to use them as an API endpoints. So it’s important to secure those endpoints from…Dec 2, 2022Dec 2, 2022
Add swagger to an http trigger azure functionThis article demonstrates how to add swagger support for an http trigger azure function.Nov 27, 2022Nov 27, 2022
Source code search during build phaseThis is a script in PowerShell which can scan through your source code to search for a specific text in each source file and shows you the…Nov 16, 2022Nov 16, 2022