Azure trainings!
Infused with experience from the field, brought with lots of passion!

Optimizing API traceability in Azure API Management

Optimizing API traceability in Azure API Management

Once your API is running in production, you realize the necessity of having end-to-end traceability of every single API call.  So, it’s better to think about it upfront.  This blog shows you an easy way to achieve this. Configure Application Insights Let’s...
API SECURITY FOR DUMMIES | Retrieve more user information

API SECURITY FOR DUMMIES | Retrieve more user information

API Security with ASP.NET Core 5.0 and Azure AD for Dummies This blog is part of a complete blog series. Part 1: Authentication vs authorization Part 2: The different actors Part 3: Authentication with Azure AD Part 4: Authorization with Access Control List Part 5:...
API Security with ASP.NET Core 5.0 and Azure AD for Dummies

API Security with ASP.NET Core 5.0 and Azure AD for Dummies

Despite the overload of online material on this subject, I still see many people struggling to secure their ASP.NET Core APIs with Azure AD.  For this, I see several causes: The difference between authentication and authorization is still not clear for many Azure AD...