Nick's Blog

Yet another technical blog

Skip to content
Menu
  • Home
  • Privacy Policy

Category: Azure

Azure

Solve Terraform storage lock error in Azure

Posted on June 18, 2019June 18, 2019 by NICK

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…

Azure

PowerShell Workflow bulk start virtual machines in Azure

Posted on February 18, 2016January 6, 2019 by NICK

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…

Automation

Publish-AzureVMDscConfiguration: Can not find your azure storage credential

Posted on February 16, 2016January 6, 2019 by NICK

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…

Automation

Azure Automation start script when vm finish provisioning

Posted on January 21, 2016January 6, 2019 by NICK

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…

Automation

How to run remote PowerShell to Azure VM

Posted on January 19, 2016January 6, 2019 by NICK

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…

Automation

Azure PowerShell Virtual Machine is missing provisioning configuration

Posted on January 17, 2016January 6, 2019 by NICK

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:…

Connect to Azure subscription without using a certificate
Automation

Connect to Azure subscription without using a certificate

Posted on January 15, 2016January 6, 2019 by NICK

This post will demonstrate how to use PowerShell to connect to Azure subscription without using a certificate. Login to your Azure Portal > Settings >…

Automation

Azure Automation PowerShell Workflow error Cannot bind parameter

Posted on January 14, 2016January 28, 2019 by NICK

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…

Recent Posts

  • Azure DevOps pipeline – Pass variable from sub-template to the main pipeline
  • failed to install CRD crds/crd-alertmanagerconfigs.yaml
  • Error: UPGRADE FAILED: create: Secret sh.helm.release.v1.prometheus.v42 is invalid: data: Too long: must have at most 1048576 bytes
  • AKS Thanos mtls setup – tls: failed to parse private key
  • Prometheus operator alertmanager not reload or not created
© Copyright 2025 – Nick's Blog
Wisteria Theme by WPFriendship ⋅ Powered by WordPress