Azure OpenAI powershell chat-completition call sample
A PowerShell script demonstrating how to call the Azure OpenAI chat completions API, including authentication and request formatting.
A PowerShell script demonstrating how to call the Azure OpenAI chat completions API, including authentication and request formatting.
A tutorial on automating the scheduled start and stop of Azure Virtual Machines using Azure Automation and PowerShell runbooks.
A tutorial on automating Azure Virtual Network deployment using PowerShell scripts for consistent, scalable infrastructure.
A comprehensive guide to using the PowerShell Replace method for text manipulation, covering syntax, examples, and best practices.
A PowerShell script to automatically discover and visualize Azure Virtual Network peering connections across subscriptions using Mermaid diagrams.
A guide on assigning Microsoft Graph API permissions to Azure Managed Identities using PowerShell for secure application access.
Analysis of a crypto scam using a fake AI YouTuber to distribute malicious code disguised as a TradingView tutorial.
A technical guide on creating Azure Action Groups for notifications using Terraform and PowerShell code examples.
A guide to automating Azure monitoring and alert setup using PowerShell within Infrastructure as Code (IaC) deployments.
Troubleshooting guide for random webcam pauses in OBS, Discord, and web apps, including diagnostic scripts and potential causes.
A guide to automating disaster recovery in Azure using PowerShell, covering backups, failover, and integrating DR into Infrastructure as Code.
A guide on using PowerShell to automate security checks, enforce compliance, and secure secrets within Azure DevOps CI/CD pipelines.
A tutorial on using the Posh-Postcodes.io PowerShell module to validate UK postcodes from a CSV file.
Explores best practices for securing Azure ARM templates and using PowerShell to automate secure Infrastructure as Code deployments.
A beginner's guide to using the PowerShell Select-Object cmdlet for filtering and selecting data from objects in scripts and automation.
A tutorial on installing and running the Noisy traffic generation tool on Azure VMs using scripts for Windows and Linux.
A personal recap and review of attending the Devopsdays MSP 2024 conference, covering talks, open spaces, and overall experience.
Introduces Posh-Postcodes.io, a PowerShell module for accessing UK postcode data via the Postcodes.io API.
A beginner's guide to PowerShell, covering installation, basic cmdlets, and essential commands for automating IT tasks across platforms.
Compares performance of Invoke-MgGraphRequest's -OutputFilePath parameter versus piping to Out-File for saving JSON data.