Today I’m working on a terraform creation for one of my clients. They using Azure Storage as their terraform backend. When I was working on…
Category: Azure
Here is a runbook for start specific vms in Azure. 1 2 3 4 5 6 7 8 910111213141516171819202122232425262728293031323334353637383940 workflow Bulk-Start{ Param ( [Parameter(Mandatory=$true)] [string[]]$VMs…
Nowadays, you can manage DSC from Azure. But you may getting the following error when you try to run Publish-AzureVMDscConfiguration Publish-AzureVMDscConfiguration : Can not find…
If you want to make end to end automation in Azure. You need to attach some sort of script after the vm finished provisioning. There…
This post will demo how to run remote PowerShell to an Azure vm. It’s either can from Azure Automation Portal or from a vm that…
When you use PowerShell to create VM in Azure and join the vm into the specific domain. You may end up getting the following error:…
This post will demonstrate how to use PowerShell to connect to Azure subscription without using a certificate. Login to your Azure Portal > Settings >…
You may find this error when you are creating a VM from Azure Automation by using PowerShell Workflow.Error Details: 1 2 3 4 5 6…