Hi again The other day I was working with a friend on a freelancer project onboarding so many devices at the same time that I asked myself a great way to give Operations Team a tool to monitor all Windows Autopilot Enrollment Status in a Teams Channel then we realized that sometimes people don't look … Continue reading Monitor Intune Device enrollment using Lists.
Tag: Automation
Azure – automate VM start up and shutdown on a schedule
Hi therein this article I'm covering how to save costs on your VM environment by scheduling a time to start and stop your VM on a schedule.Create an Azure Automation accountgo to Azure Portal home \ marketplace \ search for automationcreate an azure automation accountgive it a name:finish the wizardwait until the azure automation account … Continue reading Azure – automate VM start up and shutdown on a schedule
Azure – IAAS + SQL
Hi therein this article I'll demonstrate how to spin up a SQL server 2019 Standard version on Azure IAAS on a standard VM (Windows 2019 from marketplace).Setup your environmentI used this Terraform main.tfĀ Quick reviewdownload Terraform fromĀ https://www.terraform.io/downloads.htmledit your Windows PATH variable to point to your terraform main folder (I have a main folder for Azure deployments … Continue reading Azure – IAAS + SQL
Azure – Terraform #7
Hi thereIn this post I'm covering, actually adding one more component to previous article Azure Terraform #5 - TheĀ Variable Definitions (.tfvars) Files.Those .tfvars files are used when you need to set a lots of variables on vars.tf and you need to specify their values in a variable definitions file terminated by .tfvars or .tfvars.json and … Continue reading Azure – Terraform #7
Azure – Terraform #6
Hi therein this post I'm covering Azure & Terraform series today I'm continuing to use the previous vars.tf file which we used to declare all variables for our main.tf file to standardize our Azure through Terraform scripts.Before we continue check your Terraform version running terraform --versionĀ Quick reviewdownload Terraform from https://www.terraform.io/downloads.htmledit your Windows PATH variable to … Continue reading Azure – Terraform #6