The following powershell samples shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
A powershell script that shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
In this post, I want to explain why routing is so important in Microsoft Azure. Without truly understanding routing, and implementing predictable and scaleable routing, you […]
When we deploy Azure Enterprise Scale Landing Zones, We often advise our customers to use a centralised Log Analytics workspace for all their Azure resources and […]
In this article, I’m going to show you how to deploy an AKS Automatic Cluster within your own custom virtual network using Bicep. An Azure Subscription […]
Recently I’ve been doing more testing with Azure Local, specifically with 23H2 and testing the deployment process, configuration options, and more. In this short post I […]
Yesterday, I explained how packets travel in Azure networking while telling you Azure virtual networks do not exist. The purpose was to get readers closer to […]
I have been trying out the Azure Verified Module avm-res-storage-storageaccount. module’s repo: https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/tree/main Hashicorp Terraform Registry: https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest?tab=inputs I like show some simple networking scenarios in the […]
I see many bad designs where people bring cable-oriented designs from physical locations into Azure. I hear lots of incorrect assumptions when people are discussing network […]