Tag Archive For "Azure"
Azure Image Builder GUI – Gold-ish Disk Builder
As hard as it is to imagine the process of automating server disks being more provocative the Azure Image Builder service team has done exactly that. At the end of March, they released a memo on the General Availability of the Image Template portal tool. See here: https://azure.microsoft.com/en-us/updates/azure-image-builder-portal-functionality-now-available/. Well today, I wanted to highlight some …
Containing VDI by Falling into a Kasm
Welcome to today’s adventure in the world of opensource, an unparalleled tool that is only available to GNU Linux. Now if I was to discuss a great new gui tool, I could rule out over 95% of all global desktop users (not mentioning WSL here). This article would then apply to (quick math) around negative …
Linux Build with Custom DNS
Have you found yourself knee deep into a deployment and then realized that your build is dependent on a specific DNS? This often happens when we are leveraging the cloud for more ephemeral compute functions and are using a standalone (more likely on premise) DNS solution that is not accessible from the cloud.I had a …
Quick Note on Azure Policy
Policy – the eternal topic that managers think is fully implemented but no one has figured it out yet. For most admins taking advantage of the enormous stock of Azure default policies (and initiatives) will meet the requirement but I wanted to highlight the relative ease of creating custom policies. So instead of a step-by-step …
Adventures in Declarative – with Bicep
In Azure – codifying Infrastructure has remained either an artform of adaptation (via exporting directly from Azure or baking from the Azure Quickstart templates), or it was the domain of the esoteric. Now that Bicep has rolled on to the scene (really in the last year+) much of the complexity has been removed and has turned …
Azure Private Link Integration
This repository is meant as a culmination of notes and practices that I have leveraged to help support enterprise customers leverage the Azure Private Link Service. I will be adding collateral as it fits but wanted to focus more on the implementation and operationalization of the Azure service. If you are not familiar with the …