About 7,770 results
Open links in new tab
  1. New-AzureAutomationAccount : Object reference not set to an …

    Feb 21, 2018 · Azure Automation in classic portal has been deprecated for quite some time. Recently also the whole classic portal was deprecated and only a few classic services made to …

  2. Azure Automation DSC (How I could see detailed log of DSC …

    Feb 7, 2018 · I am looking for continuous real time progress status when DSC gets apply to azure VM. Think from end user perspective who doesn't know azure and has given pipeline in …

  3. Assert-AutoShutdownSchedule Authentication Problem

    Feb 21, 2017 · Verify you can log into the Azure portal using these credentials. (Unexpected exception: Authentication failed for credential [[email protected]].Ensure a valid …

  4. Invoke-Sqlcmd error - social.msdn.microsoft.com

    Jul 4, 2019 · Hi. I am running a very simple piece of Powershell in a runbook in Azure Automation where I am trying to count the records in a table in an SQL Server Managed Instance …

  5. Powershell errors: "The WinRM client cannot process the request …

    Oct 19, 2016 · I have a Powershell script that connects to Azure and creates a new VM. This involves uploading some data files and subsequently configuring and starting services (sql, …

  6. 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 …

  7. Export SQL DB to a BACPAC file using the Azure portal stuck in …

    Sep 22, 2017 · I have a script running every night to automatically export my sql databases to Azure Storage with Azure Automation. It was working fine for months until recently it starts to …

  8. Select-AzureRmSubscription : Please provide a valid tenant or a …

    Jan 17, 2019 · That RunAs account is actually a Service Principal that is assigned Contributor access but only to the subscription where the Azure Automation account is created. If you …

  9. Could not import Azure Automation DSC Configuration

    Jun 1, 2016 · As a testing for Azure Dev/Test LAB Automation offering, I am trying to import some Azure DSC Automation Configuration, however for any one of them import failed with error as …

  10. How to trigger/access files in Azure Vm through Azure function

    Jan 29, 2020 · As a part of Azure VM ( Ubuntu Os) we need to trigger a python program in VM which can convert files from one encoding to another. But how to use Azure function for that. …