Questions tagged [azure-runbook]

Use this tag for questions related to Azure runbook automation. A runbook is a set of tasks that perform some automated process in Azure Automation. It may be a simple process such as starting a virtual machine and creating a log entry, or you may have a complex runbook that combines other smaller runbooks to perform a complex process across multiple resources or even multiple clouds and on-premises environments.

An Azure Runbook is a set of tasks that perform an automated process in Azure Automation. This may be a simple process such as starting a virtual machine and creating a log entry, or it may combine other, smaller runbooks to perform a complex process across multiple resources or even multiple clouds and on-premises environments.

Useful Links:

  1. Azure Automation overview
  2. Creating Runbook
364 questions
-2
votes
1 answer

How to read then edit or append an Excel Files (columns and rows ) stored in Azure Blob Storage using PowerShell or python script

I want to write an Azure Runbook(Powershell, Python) that will read an Excel file that already exists in the Azure Storage account and append the data that is there and save the file back into the storage account.
-2
votes
1 answer

Need help me with azure runbooks?

I want to schedule a simple task to truncate a table using the Runbook. The database is Azure SQL Database. What type of runbook should I create. How should I code it? Are there any sources to learn more about azure runbooks?
-3
votes
1 answer

Scheduling Azure Virtual Machine (VM) Startup with Tags

I am trying to put some auto start policy on my VM on Azure. So, I used automation account and power shell script to do this from this link: https://adamtheautomator.com/azure-vm-schedule/ But on testing it give me error of Run Login-AzureRmAccount…
1 2 3
…
24
25