
Azure Automation DSC Mof Encryption - social.msdn.microsoft.com
Aug 17, 2018 · Unfortunately, it appears that Azure Automation is then failing to remove the temp MOF after this step is accomplished. Once encrypted, the Current.MOF is then used moving …
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 …
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, …
Azure Automation - Calling a child cmdlet with function from a …
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 …
Unable to run New-AzureRmStorageAccount in a workflow?
Jul 27, 2016 · At Automation-Test:42 char:42 + + CategoryInfo : InvalidOperation: (:) [New-AzureRmStorageAccount], PSInvalidOperationException + FullyQualifiedErrorId : …
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 …
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 …
Import a list of Azure VMs from CSV to commence a shut down …
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 …
Retrieving the DTU limits for our databases
Jan 9, 2020 · I am trying to create a powershell script to retrieve the DTU limit for our azure SQL servers... for periodic review. I am running this command - which I thought would retrieve the …
Key/Secrets rotation in Azure Keyvault - social.msdn.microsoft.com
May 10, 2018 · Key rotation using Azure Automation is a good reference to plan it out based on your requirement. Proposed as answer byMohitGarg_MSFTFriday, May 4, 2018 10:06 PM