Category: KB
-
Export Azure Resources to Terraform
This blog post will show how to export Azure resources into Terraform and manage them using infrastructure-as-code.
-
Add Local Administrators to Windows 11 Machines Using Microsoft Intune
This Microsoft Intune article will show how to add users to the local administrators’ group using Intune.
-
How to set Azure Web App Stack using Azure PowerShell
In this blog post, we will focus on setting up the Azure Web App stack using Azure PowerShell.
-
Generate a Secure User Password for Azure VM with Terraform
In this blog post, we’ll explore how to generate secure user passwords for Azure VMs using Terraform during the VM creation step and output it.
-
Unzipping Files Made Easy with PowerShell
In this post, we’ll show you how to use PowerShell to unzip files quickly and easily.
-
How to Deploy an Application to Azure Kubernetes Service in 5 Easy Steps
Deploying an application to the Azure Kubernetes Service (AKS) is a simple process that can be completed in five easy steps.
-
Creating an Azure Virtual Machine With ARM Template
In this blog post, we will show you how to create an Azure Virtual Machine with an ARM template. We will use the Microsoft Azure portal and Powershell to do so. First, let’s go over what an ARM template is and why you might want one for your virtual machine. After that, we’ll walk through…
-
Configure Azure VM To Auto Shutdown Using Terraform
Following our previous blog post on deploying Infrastructure as code (IAC) today, we will configure a Microsoft Azure Virtual machine to auto shutdown at a specific time every day.
-
Submit a Form To ASP.NET Core Razor Pages
In this post, I would like to show how to create a form with ASP.NET Core Razor pages and submit it using a PageModel to process the data.
-
How to Manage Azure Virtual Desktop (WVD) With Group Policy
If you have Azure Virtual Desktop (formally WVD) running in Azure, you can centrally manage all hosts configuration using Group Policy.
-
Deploy a Container to Azure ACI with GitHub Actions
This post will take our GitHub Actions another step forward, and today we will push a stored Docker image from ACR to Azure Container Instances (ACI) using a workflow.
-
Access Azure Active Directory from GitHub Actions
In this post, I will show you how to access Azure Active Directory data and perform tasks from GitHub Actions.