1,110 questions with Azure Automation tags

Sort by: Updated
4 answers One of the answers was accepted by the question author.

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
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2023-06-06T15:58:54.2333333+00:00
commented 2024-03-13T21:35:44.2533333+00:00
Johnathan Welker 81 Reputation points
1 answer One of the answers was accepted by the question author.

What steps do i take to upgrade to Azure Update Management

I am looking at migrating from Azure automation to Azure update management and i wondered if i need to run the script in this guide, or do i just need to follow the steps in the table? Also, we are looking at implementing this in a terraform script. Is…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
212 questions
asked 2024-03-07T14:16:57.2033333+00:00
McLean, Scott 20 Reputation points
accepted 2024-03-07T16:22:56.1966667+00:00
McLean, Scott 20 Reputation points
1 answer

Unable to run a python runbook in Azure Automation

Hi Team, I have created a python runbook (3.10 preview) in Azure automation and when I started to test the runbooks which has pandas dependencies in test pane it is showing the below error, which I'm not able to fix.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-01-15T02:48:08.81+00:00
Robinraj 5 Reputation points
commented 2024-03-07T15:55:51.76+00:00
Fernando Nuñez Garcia 1 Reputation point
4 answers One of the answers was accepted by the question author.

Retirement Announcement – Azure Automation Update Management solution will end on 31st August 2024

On 31st August 2024, support for Azure Automation Update Management will end. The offering is dependent on the Log Analytics agent which will also deprecate the same day. Before that date, please migrate to Azure Update Manager, a native functionality…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2023-12-08T07:38:15.72+00:00
SwathiDhanwada-MSFT 17,236 Reputation points
commented 2024-03-07T09:49:59.8033333+00:00
McLean, Scott 20 Reputation points
1 answer

Issue setting up automation account for SQL DB autoscaling

Hello I am trying to set an automation account up for SQL DB autoscaling as in this article: https://www.sqlshack.com/azure-automation-automatic-scaling-azure-sql-databases-based-on-cpu-usage-threshold/ But I am getting this error when testing the…

Azure SQL Database
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-03-06T13:15:25.1133333+00:00
MoTaar 290 Reputation points
edited an answer 2024-03-06T14:31:34.21+00:00
Alberto Morillo 32,801 Reputation points MVP
2 answers

Azure Cloud - creating Automation Account - Bad request error

I found a problem while creating an Automation Account either with use of Azure Portal or with use of Power Shell. I get the same error "Bad request" - description "Message":"Something went wrong. Please contact support."}…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-01-27T16:19:17.2633333+00:00
Arek 45 Reputation points
commented 2024-03-05T23:04:58.9566667+00:00
Ryan Hill 25,476 Reputation points Microsoft Employee
2 answers

Authenticate to Microsoft Defender for Endpoint API using Managed Identity or Azure Automation

Hi, I need to access the Microsoft Defender for Endpoint API using our managed identity in Azure Automation. I have successfully given my managed identity for Azure Automation access to the WindowsDefenderATP Enterprise App. However, when I attempt to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,493 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,367 questions
asked 2023-10-17T16:57:32.0766667+00:00
Jesus Chao 141 Reputation points
commented 2024-03-05T12:10:38.13+00:00
Andrew 1 Reputation point
1 answer

SSM Document alternative for Linux/Windows on azure

SSM Document alternative for Linux/Windows on azure We looked into DSC for windows however we are not convinced. We also need common solution that includes linux too.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,076 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-03-05T10:00:25.43+00:00
Cadmin Akash Maurya 0 Reputation points
answered 2024-03-05T10:42:12.15+00:00
Prrudram-MSFT 21,876 Reputation points
1 answer

Cannot find path 'C:\Modules\User\AzureAD\Microsoft.IdentityModel.Clients.ActiveDirectory.dll

I have this following line in my runbook: Add-Type  However, I am getting the below error: Ran into an issue: Cannot bind parameter 'Path' to the target. Exception setting "Path": "Cannot find path…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-02-12T13:40:38.3566667+00:00
Kothai Ramanathan (SC-ALT) 51 Reputation points Microsoft Employee
commented 2024-03-01T18:36:47.81+00:00
Monalla-MSFT 11,551 Reputation points
1 answer

Azure Update Management - Updates not showing in Update History on On-Premise servers.

Good morning, I am wondering why updates managed by Azure Update Management do not show in the Update History when installed to our on-premise servers? Some of them show in Programs and Features > View Installed Updates but not all. Thanks Mat

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2022-02-14T10:36:31.497+00:00
Anonymous
answered 2024-02-29T17:49:18.27+00:00
Jeff Shrimpton 0 Reputation points
1 answer

How to fix this issue

Unable to acquire token for tenant 'organizations' with error 'ManagedIdentityCredential authentication failed: Internal Server Error! Status: 500 (Internal Server Error) Script: Param(  [string]$resourceGroup,  [string]$method,  [string]$UAMI  )

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
606 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,493 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
658 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,367 questions
asked 2023-11-22T10:45:28.03+00:00
Kamble Jeet PUN FIIA2 0 Reputation points
answered 2024-02-29T13:17:30.0433333+00:00
dashanan13 930 Reputation points
1 answer One of the answers was accepted by the question author.

Powershell runtime version support for runbooks - some confusion - not 7.1 but 5.1 supported

I wondered why runtime version 7.1 for powershell runbooks isn't supported but runtime version 5.1 is supported?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,025 questions
asked 2024-02-29T07:44:09.97+00:00
BartDecker-8243 145 Reputation points
accepted 2024-02-29T11:24:28.5766667+00:00
BartDecker-8243 145 Reputation points
1 answer One of the answers was accepted by the question author.

Powershell script to auto shutdown virtual machines.

I want to shutdown the virtual machines in azure for users through a powershell script. Can someone provide please.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,076 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,025 questions
asked 2024-02-22T05:56:07.77+00:00
Mitchell Darry 20 Reputation points
edited the question 2024-02-28T16:22:12.0033333+00:00
tbgangav-MSFT 10,381 Reputation points
1 answer

runbook error

Getting error on runbook, but other runbooks run fine. It is just a disable-transport rule runbook. A server side error has occurred because of which the operation could not be completed. Please try again after some time. If the problem still persists,…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,331 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,025 questions
asked 2023-12-01T20:30:49.2333333+00:00
Robert Hicks 0 Reputation points
edited a comment 2024-02-28T14:40:10.43+00:00
Tom 1 Reputation point
3 answers

Create Automation Account gives 'Bad Request'

getting 'Bad request' when attempting to create an Automation Account, anyone has an idea why? Thanks! { "authorization": { "action": "Microsoft.Automation/automationAccounts/write", # "scope":…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-01-24T15:38:23.8566667+00:00
Thor Baunsgaard 10 Reputation points
commented 2024-02-28T00:42:31.2733333+00:00
Ryan Hill 25,476 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Minimum Permissions to create/modify AD users and create Runbooks

Can anyone let me know the minimum permissions for a service account to have the ability to create / run / runbooks and create modify Entra ID's? Currently the service account is set to Global Admin - client is trying to limit the amount of Global Admin…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,367 questions
asked 2024-02-27T13:18:46.4333333+00:00
Christina Tedesco 20 Reputation points
accepted 2024-02-27T18:08:00.5233333+00:00
Christina Tedesco 20 Reputation points
1 answer One of the answers was accepted by the question author.

Option to start a runbook on a hybrid worker disappeared

Dear Community, I am currently facing an unusual issue: An Azure Automation Runbook, which has always worked as expected on a hybrid worker, suddenly "lost" the option to be started on a hybrid worker. When I call the webhook, it responds with…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-02-16T17:49:31.1766667+00:00
Gämperli Nils 20 Reputation points
edited a comment 2024-02-27T15:52:39.7733333+00:00
Austin Greca 0 Reputation points
2 answers

Automation Account Create Issue

Hello everyone, I am using a scheduled runbook via Powershell in my Azure account. But recently my runbooks were showing as queued. I thought there might be a problem with my automation account and I wanted to delete my automation account and add it…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-01-13T17:40:37.25+00:00
Abdullah ÇELEBİ 5 Reputation points
commented 2024-02-26T10:14:25.4566667+00:00
Wesley Ramon 0 Reputation points
1 answer One of the answers was accepted by the question author.

Deploy Azure Automation Account

Hi, Whenever I try to create an automation account I get the following error: {     "status": "Failed",     "error": {         "code": "BadRequest",         "message":…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-01-29T09:43:22.2033333+00:00
Asbjørn Fleinert Mathiasen 20 Reputation points
accepted 2024-02-26T09:23:21.6466667+00:00
Asbjørn Fleinert Mathiasen 20 Reputation points
3 answers

Patching Azure VMSS using Azure update mangement

How to do patching on a azure VMSS using Azure update management , What is the process to do it , we are patching VM's using update management , is it possible to patch VMSS also , and what are the things that we need to take care.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
345 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
212 questions
asked 2023-01-06T05:34:00.2+00:00
Azure-learning 56 Reputation points
answered 2024-02-25T11:01:59.4833333+00:00
Ong Hong Teck 1 Reputation point