Questions tagged [azure-automation]

Azure Automation handles the creation, deployment, monitoring, and maintenance of Azure resources and third-party applications. It uses uses Windows PowerShell scripts or Azure Runbooks to achieve this.

In Azure Automation, Windows PowerShell scripts or Azure Runbooks can handle the creation, deployment, monitoring, and maintenance of Azure resources and third-party applications. These scripts can run in the cloud, on-premises, or on Azure/AWS/Google VMs.

908 questions
-1
votes
4 answers

Azure Automation Get-Azure not returning anything

UPDATE TO BLOG I WROTE AFTER THIS ISSUES WAS SOLVED: Click here to see my blog post on this Note: confidential stuff replaced by: xxx Note2: I could not get the formatting around my code blocks to work correctly so apologies for this. I have been…
RuSs
  • 1,725
  • 1
  • 29
  • 47
-2
votes
1 answer

Azure PowerShell - Send Message to VM

I'm creating some scripts in Azure Automation Accounts using PowerShell and I am wanting to send a popup to users on an Azure VM. If possible, it would be a popup that sends a response back to the script. For further details: I'm writing a script to…
-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
0 answers

Build and release automation

I want to create automation for subscription like pipeline so that if i make any changes in any subscription it should automatically trigger the pipeline I am expecting a automation code for subscription which can trigger the pipeline automatically…
-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…
-3
votes
1 answer

How to move/save file to VSTS using PowerShell

I have a Runbooks in Azure Automation which is a PowerShell script that outputs information to an Excel file. Would it be possible to send that Excel file to VSTS? Does VSTS have a feature to allow file upload to a branch using a PAT?
IPew
  • 29
  • 6
1 2 3
60
61