About 7,590 results
Open links in new tab
  1. Referencing Microsoft.WindowsAzure.Storage.dll and creating Cloud …

    Jun 2, 2014 · For issue B: I cannot see the whole script since you didn't include it, but my guess is the script is looking for the Azure Storage DLL in the wrong place, since in Azure Automation the Azure …

  2. Exception- Name cannot be null or empty.

    Mar 23, 2015 · Gallery MSDN Library Forums Get started for free Exception- Name cannot be null or empty. Archived Forums 101-120 > Azure Virtual Machines

  3. Runbook - PowerShell to modify Azure AD Group Not working

    Feb 21, 2018 · I'm using ARM and have created an automation account, with a run book using the PowerShell code snippet below to modify Azure AD users so that their location is updated properly. …

  4. Azure automation and Runbooks - permissions required?

    Jan 7, 2019 · By default Global Administrators in Azure AD does not have any permissions on Azure Subscriptions. Mark this reply as answer if it was useful.

  5. Azure: How to trigger ADF pipeline using powershell?

    Oct 17, 2018 · There is a very good PowerShell support to interact with Azure Data Factory and runtime assets in Azure PowerShell. You can even go a step further and automate your DF pipelines and …

  6. Azure Automation - Calling a child cmdlet with function from a parent ...

    Jul 19, 2017 · I'm new to the Azure Automation Runbook environment. I've had success creating a stand alone powershell script however I'm looking to create reusable codes hence I though I would try what …

  7. Output file for Azure Runbook - social.msdn.microsoft.com

    Feb 18, 2016 · Sorry for my ignorance, but I am new to Azure automation. Here is my question. In a conventional scenario, I use ‘out-file’ or ‘Write-output’ and point my PowerShell output to my local …

  8. Unable to run New-AzureRmStorageAccount in a workflow?

    Jul 27, 2016 · At Automation-Test:42 char:42 + + CategoryInfo : InvalidOperation: (:) [New-AzureRmStorageAccount], PSInvalidOperationException + FullyQualifiedErrorId : …

  9. Azure Json template create Multiple VM with different instance sizes

    Apr 27, 2016 · We are working azure automation. We are using Json template to create the VM. In the Json template, we can specify only one VM size. Can we specify more than one VM size? I want to …

  10. Import a list of Azure VMs from CSV to commence a shut down using ...

    Jul 6, 2015 · My recommendation would be to put the CSV into Azure Blob Storage, and from your runbook download the file from Azure Blob Storage to the runbook sandbox. Once the CSV file is in …