Tired of server reboots disrupting your environment? In this video, we dive into Hotpatch for Windows Server—a game-changing feature that applies security updates without rebooting your […]
Documentation is important. It helps your colleagues to understand why you did something. It helps you later on remember why you did something. Documenting your Kusto […]
Learn how to use Microsoft Graph PowerShell to bulk provision the QR Code method authentications for users. The post How to bulk provision QR code authentication […]
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 […]