Azure

  • Azure PoC Project: A Practical RAG Document Search Application

    Azure PoC Project: A Practical RAG Document Search Application

    Disclaimer: This is not intended to be a step by step guide. The goal with this project was to get more hands-on practice with the Azure AI capabilities while solving a real world problem I have annoyingly faced not too long ago.The best-practices were not strictly followed – everything is ClickOps’ed and some other stuff…

    read more

  • Faking On-Prem in the Cloud: Building an EntraID Hybrid lab

    Faking On-Prem in the Cloud: Building an EntraID Hybrid lab

    Every now and then I want to actually touch a technology rather than just reading about it all the time. This week it was about EntraID Hybrid environments – the bridge between traditional on-premises active directory and Microsoft EntraID (formerly known as Azure AD). I wanted to create a working environment where on-prem user accounts…

    read more

  • Never Trust, Always Verify – Guide to Zero Trust in Azure

    Never Trust, Always Verify – Guide to Zero Trust in Azure

    Starting of a new series on Azure security concepts /introduction Security in the cloud is much different than what we know of the OnPrem world. Traditional network security was built on the idea of a perimeter. Simply said, if you are inside a network, you’re trusted. If you’re outside, you’re not.That model made sense before…

    read more

  • Azure DevOps – Part 1: What is CI/CD and Terraform?

    Azure DevOps – Part 1: What is CI/CD and Terraform?

    Part 1 of a multiple-part series on Azure DevOps Pipelines /introduction If you have started using Terraform for your infrastructure management in Azure, you’re already thinking the right way and ahead of a lot of folks. Being able to define your infrastructure as code (IaC) is a huge plus.It is repeatable, you have version-controlling and…

    read more