The Azure IaaS Book Of News – December 2022
Here’s all the news that I thought was interesting for Ops and Security folks working with Azure IaaS from December…
Here’s all the news that I thought was interesting for Ops and Security folks working with Azure IaaS from December…
1. Navigate to Azure Portal and log in. 2. Select Create a Resource.3. … The steps to Deploy a docker image to Azure…
That heading is a positive way to get your holiday spirit going, eh? I’m afraid I’m going to be your…
We are going to use Azure DevOps Demo Generator to … The steps to run Static Application Security Testing (SAST)…
This post is my alternative to the Microsoft Ignite “Book of News”. You’ve probably heard of or even read the…
A while ago, I blogged about Workload Identity. Since then, Microsoft simplified the configuration steps and enabled Managed Identity, in…
When developing an application, it is highly likely that it needs to be configured with all sorts of settings. A…
Microsoft has just announced a lower cost SKU of Azure Firewall, Basic, that is aimed at small/medium business but could…
2022 is getting to be a great year! Many unique consulting projects and great classes teach amazing Microsoft Azure, but…
Image Source: crossplane.io Although Crossplane has been around for a while, I never got around to trying it. Crossplane has…
Based on a customer conversation, I decided to look into the Dapr middleware components. More specifically, I wanted to understand…
In a previous article, I wrote about the AKS Azure Cloud Provider and its support for Azure Private Link. In…
If you have done any work with Azure, you have probably come across terms such as Azure Private Link Service…
If you read the previous article on Draft 2, we went from source code to deployed application in a few…
Sadly no post about good Belgian beer . Draft 2 is an open-source project that aims to make things easier…
Now that the Flux v2 extension for Azure Kubernetes Service and Azure Arc is generally available, let’s do a quick…
Now that Azure Container Apps (ACA) is generally available, it is time for a quick guide. These quick guides illustrate…
Yesterday, I posted the Quick Guide to Kubernetes Workload Identity on AKS. This post contains a similar guide to enabling…
IMPORTANT: the steps below are not relevant anymore; the steps in the quick guide have been updated; see https://github.com/gbaeke/quick-guides/blob/main/workload-identity/README.md for…
A while ago, I created a YouTube playlist about Azure Container Apps. The videos were based on the first public…
Table of Contents DevOps for Database Development with Snowflake using … DevOps for Database Development with Snowflake using Liquibase and…
When you run a workload, no matter how simple or complex, you often need to access protected resources in both…
I’ve been following through some tutorials on Azure Container Registry in Anthony Nocentino’s Pluralsight course “Microsoft Azure Developer: Implement IaaS…
I’m excited to share that Microsoft re-appointment me as a Microsoft MCT Regional Lead for 2022-2023. I’m a MCT…
In this post we are going to see some of … GitHub Enterprise Server 3.1 Read More
In this post we are going to check the new … GitHub Copilot: your AI pair programmer Read More
Today, 15 years ago I got accepted has a Microsoft Certified Trainer (MCT). It was a changing moment on my…
GitHub Issues is used by millions of developers daily, all … Novelties within GitHub Issues Read More
At Ignite November 2021, Microsoft released Azure Container Apps as a public preview. It allows you to run containerized applications…
In this post, we will take a look at / blue-green deployments in Kubernetes. With blue-green deployments, you deploy a…
GitHub is where developers come to learn and celebrate what’s … A new public beta feature of GitHub Releases: Automated…
Introduction In October 2021, Microsoft announced the public preview of AKS support for deploying WebAssembly System Interface (WASI) workloads in…
There’s a new Microsoft Azure in the house!!! AZ-305: Designing Microsoft Azure Infrastructure Solutions is announced! AZ-305 will be…
In this post, we are going to see how easy … Using GitHub Actions in Visual Studio only with right-click…
I am delighted to announce our community initiative Azure & … Azure & DevOps Study Group Community Initiative Read More
This past Thursday I received the notice that I was re-awarded as Microsoft MVP. This will be my year #6…
When you deploy Azure Kubernetes Service (AKS), by default the API server is publicly made available. That means it has…
In my previous post, I wrote about App Services with Private Link and used Azure Front Door to publish the…
In one of my videos on my YouTube channel, I discuss Azure App Services with Private Link. The video describes…
I have talked about and demonstrated the use of kubelogin in previous posts and videos. Because I often get questions…
I’ve been working to get more familiar with both Terraform and Azure Devops recently and working on understanding how both…
While I was investigating Kyverno, I wanted to check my Kubernetes deployments for compliance with Kyverno policies. The Kyverno CLI…
In an earlier blogpost, I wrote about Kubernetes Policies on Azure Kubernetes Service with the Azure Policy add-on. The add-on…
Business photo created by aopsan – www.freepik.com When I create docker images for a Go application, I often use the…
In one on my videos on my YouTube channel, I talked about Kubernetes authentication and used the image below: Securing…
If you have ever installed Kubernetes on your own hardware or you have worked with Kubernetes on the desktop with…
When you deploy Azure Kubernetes Service (AKS) in an enterprise context, you will probably be asked about policies that can…
I recently uploaded a video to my YouTube channel about this topic: Youtube video; direct link to demo https://youtu.be/1bC-fZEFodU?t=756 In…
In the previous post, we looked at some of the GitHub Actions you can use with Microsoft Azure. One of…
In the past, I wrote about using Azure DevOps to deploy an AKS cluster and bootstrap it with Flux v2,…