Doc page web unavailable
Hi everyone, I see the page URL resource is not availabe Azure Automation https://learn.microsoft.com/en-us/azure/automation/automation-send-email?source=docs
Azure Automation
Azure Automation Accounts | Maximum number of Accounts reached
Getting the following error when trying to create an automation account via Terraform. "Maximum number of Accounts reached. If Deleted recently, please restore the same account". If I look at automation accounts for the subscription I have none…
Azure Automation
Is it possible to upscale multiple Azure VMs in parallel without waiting for each job to finish?
I am trying to upscale multiple Azure VMs in parallel using an Azure Automation runbook. My goal is to stop, resize, and start all VMs simultaneously, without waiting for one job to finish before starting another. Current Approach: Using Azure…
Azure Automation
Azure Automation Runbook PowerShell Workflow v7.2 Support
Hello, Azure Automation Runbook supports PowerShell Workflow version 5.1 at the moment, is there any Preview/GA for version 7.2 anytime soon? Thank you, Michel
Azure Automation
Managed identity on automation account not working as expected
I'm trying to use an Automation account to put some AVD hosts in azure local in drain so I can shut them down, I've configured an hybrid worker that is working with other runbooks but when I try to connect to azure using the managed identity of the…
Azure Automation
How to execute kubectl command in a PowerShell Runbook ?
We are trying to use an Azure Automation Runbook to interact with an Azure Kubernetes Service (AKS) cluster using a System Assigned Managed Identity. The goal is to auto-restart a deployment in a specific namespace at 23.59 every night. What We Are…
Azure Automation
Error: pwsh.exe is not recognized as a command or operable program
I have 7 runbooks scheduled to run daily but there failed with exception error starting this week. runbooks were working fine previously on schedule. I can run manually successfully but it take long time at Queued status and end up failed on…
Azure Automation
How to publish a Runbook to latest runtime version using blob storage?
Hi, so i have written a Powershell script that publish a files to my blob storage, and i got it to upload the file(s) to Process Automation/Runbooks. But i cant seem to get the Runtime version to the latest, how can i do that? Right now a part of the…
Azure Automation
Windows for business | Windows Server | User experience | PowerShell
Hybrid Worker Extension setting up error: Provisioning failed
Can anyone please help? I'm new to this. I've added a Hybrid Worker to my group but it's failing. I'm trying to fix this error: Status message Extension '' of Handler 'Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows' version '1.1.13'…
Azure Automation
Error ejecución runbooks: Unable to acquire token for tenant 'organizations' with error 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host
Tengo creado 3 runbooks para prender VM a las 01:00, 02:00 y 03:00, han venido trabajando sin problema mas de 6 meses, sin embargo hoy no se encendió una VM cuando se ejecutó el runbooks de las 01:00, al revisar la ejecución tengo este…
Azure Automation
Connect Azure Automation Account to Azure SQL using Managed Identity
Hello, I'm trying to create a Runbook (Powershell) to connect to Azure SQL Database and then add an Entra ID user in that database. If there is way to do so in CLI commands it's fine by me. The problem is that we're always stuck at the DB connection step…
Azure SQL Database
Azure Automation
Windows for business | Windows Server | User experience | PowerShell
Source Control on Automation Account not starting on new commit
Hello, I'm encountering an issue with Incremental Sync on Automation Accounts. On uploading a new commit into our repo - the incremental Sync does not start. No error nothing. Starting a full sync works fine. I waited multiple times for at least 30…
Azure Automation
Azure Automation - Source Control - Setup Errors
From the website i get this when i select authorize. Azure Repo (git) The authorization process could not be completed. my account is a azure global admin, azure repo project admin from powershell i get this: New-AzAutomationSourceControl :…
Azure Automation

How to load assembly path in the new runtime experience in Automation Accounts' runbooks?
We have a runbook that we use to log to Application Insights. We use it for making logs both from Azure and Hybrid workers. In hybrid workers the logging works correctly, but in Azure it fails with Cannot find type…
Azure Automation
Windows for business | Windows Server | User experience | PowerShell
How to Fix Runbook Error
I have an error which occasionally appears on my azure automation account runbook. This has only happened twice in the last month, and i'm unable to determine the cause of the error. Any help would be much appreciated. The error I get is "The SSL…
Azure Automation
How to fix: Method 'get_SerializationSettings' does not have an implementation
I just wanted to automate this powershell script to activate Sftp for BlobStorage only for half an hour in the evening using the automation account: $resourceGroupName = "xxxx" $storageAccountName = "yyyyy" Set-AzStorageAccount…
Azure Automation
How to query the contents of all subscriptions with Kusto using Graph Explorer?
Is it possible to query all subscriptions in a tenant and list every resource beneath them using Graph Explorer? I have 30 subscriptions and I'd like to export but all of my KQL queries come back empty.
Azure Automation
ModuleNotFoundError: No module named 'azure.profiles' | Azure Runbooks | Service Principal | Python 3.8
Why is it that whenever I am running a test in my Azure runbook environment of my `` `vm-monitor-logging.py ``` script, do I constantly get the error: Failed Traceback (most recent call last): File…
Azure Automation
Can I use both Get-AzRmStorageShare and Get-AzStorageShare modules in an Azure Automation Runbook? Body:
Hi, I currently have two different PowerShell scripts running locally on my machine, where one uses the Get-AzRmStorageShare module and the other uses the Get-AzStorageShare module to retrieve usage and quota information for an Azure File Share. Both…
Azure Automation
Windows for business | Windows Server | User experience | PowerShell
Problems with connecting to Exchange Online from azure automation using managed identity.
Hello, I would like to run from Azure Automation Get-UnifiedGroup. To do this I use code: Connect-ExchangeOnline -ManagedIdentity -Organization atlastechnicalab.onmicrosoft.com Get-UnifiedGroup Unfortunately Connect-ExchangeOnline…