1,226 questions with Azure Automation tags

Sort by: Updated
0 answers

My Azure VM insists on Starting up every 2 hours. I want it to only start when I say so.

My Azure VM insists on Starting up every 2 hours. I want it to only start when I say so. I cannot find the Auto-Start settings in my Overview screen. I see Auto-Stop but no Auto-Start. Buyt there is obviously an Auto-Start in there somewhere. I want to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,728 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-30T18:39:33.2166667+00:00
Richard Moffat 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Automation or Azure Function which is cost effective ?

I want to schedule a python script to delete the snapshot by tags so which solution will be cost effective Azure Automation or Azure Function and if yes why and if not why not ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,838 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-27T12:56:09.35+00:00
Yasar Shaikh 40 Reputation points
commented 2024-08-30T13:58:54.16+00:00
Yasar Shaikh 40 Reputation points
5 answers One of the answers was accepted by the question author.

Runbooks remain queued when using custom hybrid worker credentials, work fine as LocalSystem

I'm working with an Arc enabled server/extension based V2 HRW. For some reason runbooks do not execute when the HRW is configured to use an Azure credential. The portal shows them as never leaving the queued state. The Microsoft-SMA event log on the HRW…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2022-06-07T12:58:29.07+00:00
Andrew VO 146 Reputation points
answered 2024-08-30T09:52:14.5233333+00:00
Alex Rademeyer 1 Reputation point
0 answers

Estamos com problemas em um Playbook, que realiza uma automação para o Sentinel

Estamos com problemas em um Playbook, que realiza uma automação para o Sentinel: Objetivo: Adicionar um ou mais IPs do incidente em uma named location Problema: - Em uma das etapas de GET de HTTP, o logic apps aponta o erro "required scopes are…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,101 questions
asked 2024-08-29T17:28:32.88+00:00
Marcos Guedes 0 Reputation points
1 answer

Automation Account for Powershell7.1 Does not support array input in Web

When inputting an array in Web-Azure. The array is not parsed as expected: Runbook code: param( [System.String[]]$TestParameter ) foreach($Entry in $TestParameter){ $Entry } Input when starting runbook: ["does",…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2023-03-10T13:55:20.4433333+00:00
Lars Kartevoll 21 Reputation points
commented 2024-08-28T21:10:47.6866667+00:00
Jesus Chao 141 Reputation points
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,226 questions
asked 2023-06-06T15:58:54.2333333+00:00
commented 2024-08-28T18:04:27.1266667+00:00
krs 0 Reputation points
1 answer

Automating Entra ID App Registration Secret Renewal with Azure Runbook

I have a scenario where I want to renew the Entra ID App registration secret value every 365 days and store it in Azure Key Vault. To achieve this, I have deployed a Key Vault to store the Entra ID App registration details as a secret. Additionally, I…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,250 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,192 questions
asked 2024-08-27T16:57:51.41+00:00
Subhash Kumar Mahato 160 Reputation points
answered 2024-08-28T14:37:00.9333333+00:00
Thangaraj Lakshmanan 185 Reputation points
1 answer

Securely Storing and Passing Azure App Registration Credentials in an Azure Runbook

I am renewing the Azure App registration secret value every 365 days and storing it in Azure Key Vault. I have developed a PowerShell script that works fine when executed manually. However, I want to automate the script using an Azure Runbook. I need…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,250 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,192 questions
asked 2024-08-27T17:19:11.05+00:00
Subhash Kumar Mahato 160 Reputation points
answered 2024-08-28T14:30:20.4466667+00:00
Thangaraj Lakshmanan 185 Reputation points
1 answer

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…

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,078 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-26T09:39:22.91+00:00
Colmenares Heredia, Victor 0 Reputation points
edited a comment 2024-08-27T23:27:09.99+00:00
Uwe Fuchs 95 Reputation points
0 answers

Azure Automation differences with PS7 and PS5 runbook using an array parameter value on Hybrid

I have an open ticket with Microsoft concerning this issue but I am currently stuck with 1st level support and a lack of understanding on what my issue is. I was hoping maybe the community could help me with this. We have a few runbooks that use the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-27T16:04:52.4066667+00:00
Jesus Chao 141 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Automation Update Management

Hi folks, I am currently working on migration from Azure Automation Update Management to Azure Update Manager to apply patches to my Windows servers. We are doing a lift and shift of the schedules from AA Update Management to Azure Update Manager and…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
292 questions
asked 2024-08-23T17:16:53.27+00:00
Apurva Pathak 510 Reputation points
accepted 2024-08-27T06:43:45.34+00:00
Apurva Pathak 510 Reputation points
3 answers One of the answers was accepted by the question author.

Retirement Announcement – Azure Automation Change Tracking & Inventory with Log Analytics (LA) Agent will end on 31st August 2024

On 31st August 2024, support for Azure Automation Change Tracking & Inventory with LA agent will end. The offering is dependent on the LA agent which will also deprecate the same day. Before that date, please migrate to the new version of solution…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2023-12-08T07:49:32.0133333+00:00
tbgangav-MSFT 10,426 Reputation points
commented 2024-08-26T20:58:06.1966667+00:00
Mike Sturm 0 Reputation points
2 answers One of the answers was accepted by the question author.

On-Premise Servers - 3rd-Party Applications Install & Patching

We've been testing the Azure Automation solution for patching a few on-premise servers, with the intent of moving away from using SCCM/MECM for patching entirely. This seems to work well enough for Windows patches, but it doesn't support 3rd-party…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,868 questions
asked 2022-08-31T20:41:14.9+00:00
Covalt, Jonathan G 141 Reputation points
commented 2024-08-26T18:30:03.75+00:00
Mike Hobbs 0 Reputation points Microsoft Employee
1 answer

Azure Automation Hybrid Worker

I am experiencing difficulty when trying to get the Hybrid worker extension to Honor the extension Bypass list to access our key vaults on a private endpoint , I have a case logged but we in month 3 of no joy. Any ideas

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-24T07:14:00.88+00:00
Turner, W. (Wayne) 0 Reputation points
commented 2024-08-26T05:04:16.28+00:00
Vinodh247 16,201 Reputation points
1 answer

Azure Automation Account private endpoint

I want to have an automation account that runs a powershell script on a daily schedule. However I need to work with private resources and therefore need to enable a Private endpoint on the Automation Account. There are two possibilities -…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-23T21:34:28.1066667+00:00
Jake K 36 Reputation points
answered 2024-08-24T05:42:58.8066667+00:00
Sedat SALMAN 13,735 Reputation points
6 answers

ExchangeOnlineManagement authentication broken in Azure Automation Runbook

Since the morning of Thursday 9 Feb 2023, I've not been able to successfully authenticate with ExchangeOnlineManagement via an Azure Automation runbook using either a credential flow or Managed Identity. I can replicate this issue across three different…

Microsoft Exchange Online
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2023-02-11T12:03:47.8666667+00:00
Steve Johnson 11 Reputation points
commented 2024-08-22T11:52:11.5666667+00:00
Travis Fuller 0 Reputation points
3 answers

Azure Update Manager support for CIS-Hardened Images (Windows)

Hello there, Any further update on support for CIS hardened images (Windows 2019/2022) in Azure Update Manager? What's the recommended action if the deadline arrives and the support is not ready? I saw somewhere else a possible option that would include…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
292 questions
asked 2024-05-07T03:30:29.24+00:00
CelsoScarpim 25 Reputation points
answered 2024-08-21T06:46:42.8466667+00:00
Riva Yadav 1 Reputation point Microsoft Employee
0 answers

Logic app not able to decode ZIP & PNG

I have used the below function for blob content in the logic app for forwarding ZIP file from the storage. The function works for csv & excel but not for PNG & ZIP file. What should I use for ZIP & PNG files?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,061 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
asked 2024-08-21T06:08:06.5766667+00:00
94554605 40 Reputation points
0 answers

What are the required fields for the analytics rule arm template?

Referring to this guide, https://github.com/Azure/Azure-Sentinel/wiki/Query-Style-Guide I can't find any official documentation on the required fields for the .yaml files? We want to implement pre-commit checks that ensure the templates entering the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,101 questions
asked 2024-08-19T10:55:57.9066667+00:00
Jonathan Canlas 0 Reputation points
edited the question 2024-08-20T22:39:02.1+00:00
Marilee Turscak-MSFT 36,801 Reputation points Microsoft Employee
1 answer

Azure Update Manager Migration script error: Cannot bind argument to parameter 'ResourceId' because it is an empty string.

Hey guys, Currently scratching my head as to why I can't proceed here. I'm trying to migrate from Automation Update to Azure Update Manager. So far I've had success with one of the Automation Accounts, but second account fails? I have made sure I have…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,226 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
292 questions
asked 2024-07-30T07:26:25.05+00:00
Rasmus Just Tobiasen 0 Reputation points
commented 2024-08-20T22:05:16.8333333+00:00
Zach Hudson 0 Reputation points