System-assigned Managed Identities fails to remove a KeyVault Access policies on a user
Hi everyone, please help me with a problem that is driving me crazy and I've been chasing it for 2 days without understanding where the problem lies, so I configured a : KeyVault in which I saved a test secret. I created a runbook inside a test…
Runbooks missing [Authoring status = In Edit] After Automation Account Restore
Hello All, I accidently deleted an Azure Automation Account. I restore the account, but the Runbooks inside the accounts were not also restored. They are listed in the manage section, but their Authoring Status is set to In Edit. If I click on them to…
Backup size using resource graph query
Hi do we have possibility get the backup size via azure resource graph, while we have option to get the backup size in loganalytics. Any changes made in the azure resource graph query to get the backup size?
Job was suspended as the job limit for a Hybrid Worker exceeded.
The automation job has failed with the below error for the last couple of weeks. I am looking for a solution for it. Exception: The job was suspended as the job limit for a Hybrid Worker was exceeded. Add more Hybrid Workers to the Hybrid Worker group…
Restore-AzMySqlFlexibleServer suddenly fails with an unexpected error
Restoring a MySql Flexible server from PowerShell suddenly fails. It has been working for more than a year and now gives an unexpected error. What should I change? PS /home/bert> $restorePointInTime = (Get-Date).AddMinutes(-1) PS /home/bert>…
Unable to recover Automation account in Azure
Hi, I need help with restoring my Azure automation account. I created an automation account for some testing in the EastUS region and I deleted all the resources once my testing was complete. Then, I tried creating an automation account again but got…
Azure Automation Account connection to Storage Account
Hi, I would like to request some support on this. I have created a PowerShell script to transfer data from a blob container to an Azure fileshare, this script is inside an automation account runbook, both storage accounts where the blob and fileshare…
How to schedule on Azure to run a powershell script on different VMs in specific hours.
Hi. I need to run a PowerShell script in different servers and different hours for each VMs. For exemple, Server A must run at 3pm, Server B must run at 5pm and Server C must run at 11am. I can run the PowerShell script successfully on "Run…
Maximum number of Accounts reached. If Deleted recently, please restore the same account
Currently developing the azure automation terraform module , while testing we may required to create multiple records however getting the as Maximum number of Accounts reached. If Deleted recently, please restore the same account
Virtual machine agent status is not ready- Not able to take RDP in Azure VM
HI , My client has on-prem server and he converted vhdx to VHD disk and put it in azure Blob. and I have created managed disk and created VM from managed disk . But problem is that i got an error " Virtual machine agent status is not ready"…
Use Az.Subscription in Azure Automation
Hello, I am trying to use some Azure commands in my Automation Account, but I am getting an error. The code performs the following function: it logs into Azure and disables the subscription using the command Disable-AzSubscription, which is part of the…
Names of Azure Services in the Azure IP Ranges and Service Tags JSON File
What are the official names used for the following Azure services in the Azure IP Ranges and Service Tags – Public Cloud JSON file? Azure Function (AzFunction) Automation Account Azure Batch Analysis Services You can refer to the JSON file…
Creating azure automation run book with PShell to deploy new instance of cloud compute solution and delete with other script
is it possible to azure automation run book using powershell to deploy new instance of cloud compute solution? and I want to run another run book to delete all the resources created by the first script with out any back up ? how do we do these 2, please…
Need to setup disaster recovery & enable Multiple VM Replication using azure automation runbook with python script
Need to setup disaster recovery & enable Multiple VM Replication using azure automation runbook with python script. I have tried multiple ways to get reference MS DOC. But No luck. Can some one please share if any manual available
Azure Automation Account: Total Job Metric Not Receiving Data for Hybrid Worker Group Jobs
The Azure Automation Account metric ‘Total Jobs’ is not receiving data for jobs run on a hybrid worker group node. Several jobs running on Azure show data in the ‘Total Jobs’ metric, but this specific scenario does not reflect any data. Clarification is…
Help with Sporadic Internal Errors in Azure Automation Runbooks
Hello everyone, I’m hoping someone in the community has faced a similar issue and can share their insights. Since August, we’ve been experiencing problems with our Azure Automation Runbooks, originally running on the PowerShell 5.1 runtime. The main…
Runbook which used to work normal has stopped working
I use my runbook to create 10-50 VM 6 something local time in the morning and it used to work prefectly. But it stopped working since 13 Oct 2024 Hong Kong Time.
Is there a way to automate file transfer from a Storage Account to Azure DevOps Repo?
Is there a way to automate file transfer from a Storage Account to Azure DevOps Repo? Thank you,
I have Azure Automation with Python Environment, but cannot install cffi module.
I try to run python script in Azure Automation, but have such error: The job failed because it could not install cffi python package imported in automation account. Error: ERROR: cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.whl is not a supported wheel…
Using Automation account source control syncing from Azure DevOps, how do you specify or change runbook runtime version?
We have source control set up in Automation account to automatically update runbooks from Azure DevOps. There is no option to specify runtime version, they are all 5.1. How can we specify a different runtime version, like 7.x, for runbooks that are…