Featured Kubernetes 23 April 2020 Deploy Traefik2 Ingress with Cert-Manager and Azure AD Authentication This article discuss on how to integrate your application with traefik2 for azure ad authentcation, automatic certificate generate as well as multiple traefik instances support for community version.
AAD 20 January 2019 Implement Azure Role Assignment by AAD Application with Powershell Script Implement Azure Role Assignment by AAD Application with Powershell Script
AAD 5 January 2019 Protect Kubernetes Webapps with Azure Active Directory(AAD) Authentication by Using oauth2_proxy Adding authentication to webapps sometimes is a challenging task, requires knowledge and coding for user registration, login and authentication. Specially if you are a kubernetes
Azure Function 30 May 2018 Connect to Azure AD from Azure Functions with Powershell Script There are certain things to overcome to use Connect-AzureAD from powershell script under azure functions by authenticating with certificate. This article explains how to do