1,278 questions with Azure Automation tags

Sort by: Updated
1 answer

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-17T18:11:42.7233333+00:00
Wellington Adilson Dorado 0 Reputation points
edited the question 2024-12-26T04:37:43.5+00:00
Ashok Gandhi Kotnana 1,580 Reputation points Microsoft Vendor
0 answers

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"…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,174 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-19T13:51:37.0266667+00:00
Emran Hossain 195 Reputation points
commented 2024-12-23T17:33:56.84+00:00
Mahesh Goud Juvvadi 1,665 Reputation points Microsoft Vendor
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,251 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-10-18T11:06:46.5433333+00:00
Nawani, Anubhav 0 Reputation points
answered 2024-12-23T16:33:25.96+00:00
Dillon Silzer 57,556 Reputation points
1 answer

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-07-09T10:37:31.8866667+00:00
Varma 1,385 Reputation points
edited the question 2024-12-22T13:10:47.63+00:00
TP 100.9K Reputation points
1 answer

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
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
739 questions
asked 2024-12-04T07:17:12.0366667+00:00
Satish B 70 Reputation points
commented 2024-12-20T17:15:44.82+00:00
Pavan Minukuri 915 Reputation points Microsoft Vendor
1 answer

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-11-07T14:56:30.2033333+00:00
Devipriya Anbazhagan 0 Reputation points
commented 2024-12-20T17:13:00.35+00:00
Pavan Minukuri 915 Reputation points Microsoft Vendor
2 answers

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-04T11:15:16.5733333+00:00
Ivaylo Milkov 10 Reputation points
answered 2024-12-20T10:20:05.66+00:00
Ellis 0 Reputation points
0 answers

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.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-10-14T04:59:20.7166667+00:00
Lewis Lee 40 Reputation points
commented 2024-12-19T23:58:42.53+00:00
Pranay Reddy Madireddy 1,230 Reputation points Microsoft Vendor
3 answers

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,

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,292 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2022-09-08T20:45:04.317+00:00
Shinobi 1 Reputation point
answered 2024-12-17T14:46:39.8433333+00:00
PhillipsB 75 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-10T08:45:59.4533333+00:00
Dariusz Kmiecik 20 Reputation points
accepted 2024-12-17T08:38:38.87+00:00
Dariusz Kmiecik 20 Reputation points
1 answer

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2023-12-01T12:53:24.3533333+00:00
Jake Gates 10 Reputation points
commented 2024-12-16T19:38:02.59+00:00
Thomsen, Chad 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,157 questions
asked 2024-12-14T05:48:10.17+00:00
Dash 20 Reputation points
edited the question 2024-12-16T08:33:00.1833333+00:00
Ling Zhou_MSFT 19,940 Reputation points Microsoft Vendor
1 answer

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

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-11T16:24:32.05+00:00
Murugesan Rengan 0 Reputation points
commented 2024-12-13T20:40:42.42+00:00
Pavan Minukuri 915 Reputation points Microsoft Vendor
0 answers

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://zcusa.951200.xyz/en-us/azure/automation/learn/automation-tutorial-runbook-textual-python-3 Below is the print statement used by me …

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2022-11-30T12:46:44.04+00:00
Ravi Shekhar 1 Reputation point
commented 2024-12-13T11:50:34.15+00:00
Dariusz Kmiecik 20 Reputation points
1 answer

Impact and consequence when resetting the password for Microsoft Entra seamless SSO account?

Based on this article: https://zcusa.951200.xyz/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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,658 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,707 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,651 questions
asked 2024-10-23T12:43:17.2366667+00:00
EnterpriseArchitect 5,516 Reputation points
commented 2024-12-10T09:07:18.07+00:00
Marti Peig 610 Reputation points Microsoft Employee
0 answers

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

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2023-03-30T17:14:38.4133333+00:00
Buch, Tamara 16 Reputation points
commented 2024-12-09T17:43:49.4433333+00:00
Jesus Chao 151 Reputation points
1 answer

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…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
739 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,707 questions
asked 2024-12-03T12:00:00.11+00:00
Jeganath Alwar 0 Reputation points
commented 2024-12-06T19:30:03.1+00:00
Pavan Minukuri 915 Reputation points Microsoft Vendor
1 answer

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 Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,651 questions
asked 2023-08-30T20:12:10.5033333+00:00
berketjune2012 371 Reputation points
commented 2024-12-05T21:55:44.7833333+00:00
Yampier 10 Reputation points
2 answers One of the answers was accepted by the question author.

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,…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
asked 2024-12-03T10:02:46.2033333+00:00
André Lindqvist 20 Reputation points
edited the question 2024-12-05T01:25:15.9366667+00:00
Rahul Podila 805 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

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
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,278 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,707 questions
asked 2024-11-07T18:07:26.64+00:00
Guy Martinello 20 Reputation points
answered 2024-12-04T09:26:40.3833333+00:00
Guy Martinello 20 Reputation points