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…
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…
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…
True and False expression on powerautomate does not sync with sharepoint list
Hi everyone, I have created a sharepoint list and configure the column to be Yes or No. It will indicate a tick for Yes while for No it will be left blank. When i configure my automation for the select action i have use expression…
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
print('Error - ' ) is not working as expected in azure python runbook
Hi , I am referring below link for printing error message in Error tab of Azure Python Runbook. https://learn.microsoft.com/en-us/azure/automation/learn/automation-tutorial-runbook-textual-python-3 Below is the print statement used by me …
Impact and consequence when resetting the password for Microsoft Entra seamless SSO account?
Based on this article: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sso-faq#how-can-i-roll-over-the-kerberos-decryption-key-of-the--azureadsso--computer-account- What are the impact when resetting the Kerberos decryption…
Datetime parameter unusable in simple automation runbook
I have the most simple runbook imaginable. It takes the parameter [Datetime]$DateNotified and it does a write-output of $DateNotified. Instead of printing the date I get this error: Cannot process argument transformation on parameter 'DateNotified'.…
Runbook not visible in update action drop down of recovery plan after runbooks starting from alphabet 'S'
I have created runbooks for a DR of an environment and have created a recovery plan for the same. Now when i try to attach the runbook in the steps of recovery plan, i am not able to find the runbooks after the names starting from S in the dropdown. I…
Automate AD User Report Azure
Hello I am looking for a way to automate downloading all users from Azure AD into an excel file and send an email with the report to recipients Any suggestions?
Azure: Next Data max size automaticly
Hi, so basically what i am trying to do is run a runbook. And i want that runbook to tell me the next level in what data max size is. I then later gonna want to have parameters like if size is 90% full, check again in 5 min to verify it. And if so,…
is it even possible to use Microsoft.PowerApps.Administration.PowerShell in an Azure Runbook?
Import-Module Microsoft.PowerApps.Administration.PowerShell Import-Module Microsoft.PowerApps.PowerShell #Add-PowerAppsAccount #Use for desktop..[desktop works. It returns the filtered environment] #Use for Azure Automation…
Azure Automation Service Charges
I have automation set up in 2 different tenant, both are for database scale up and scale down i.e. between S2 and S4 which is scheduled at 7 AM to scale up and 7 PM to scale down., but still the execution time is very different for both of them, 1 takes…