1,177 questions with Azure Automation tags

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

Schedule VPN Gateway deploy

Hi all! I'm configuring a Point-to-Site VPN access for my VMs on Azure. So far so good, everything works. My concern it's about the pricing of the SKU 'VpnGw1' On the online calculator I can see the prices for GBs and tunnels, and a configurable…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,436 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-15T16:00:26.023+00:00
Davide Ghisalberti 21 Reputation points
commented 2021-01-14T15:47:45.213+00:00
Davide Ghisalberti 21 Reputation points
1 answer One of the answers was accepted by the question author.

"Register-AzAutomationScheduledRunbook" giving an error at Powers-shell script

Hi All, I am new to power-shell and cmldt. I hv a power-shell script(.ps1) like "Invoke-xxDevopDt" and it registered as azure Runbooks with an azure Automation Account. This Runbook scheduled to do a another work on other date . Now ,I…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,426 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,445 questions
asked 2021-01-04T14:52:04.813+00:00
Anirban Goswami 256 Reputation points
accepted 2021-01-08T19:10:09.983+00:00
Anirban Goswami 256 Reputation points
2 answers One of the answers was accepted by the question author.

Export Azure automation Account certificate

Hi, is it possible to export Azure automation Account certificate (Run as account) out to as .cert, .pim, pfx ect file? Could not find direct information about this. With Powershell command Get-AzAutomationCertificate returns information about the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-10-14T11:04:45.7+00:00
Bombbe 1,616 Reputation points
answered 2021-01-08T10:31:52.377+00:00
Nikhil Pathak 1 Reputation point
2 answers

Runbook Job - how to alert on error?

Using Automation I created a runbook and scheduled it to run. The job runs and if there is an error in the "Errors" tab, I do not get any sort of notification. The job status is completed but inside the job (Output, Errors, Warnings, All…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2021-01-07T21:49:48.457+00:00
AConfusedUser 66 Reputation points
answered 2021-01-07T22:17:12.997+00:00
Andreas Baumgarten 103K Reputation points MVP
0 answers

Azure Automation

With Azure Automation State Configuration, is it possible for me to push config files (can be images, scripts etc.,) across VMs. When there are any updates in config files, looking to automate the process of pushing the files across multiple VMs. Is it…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-22T11:08:06.277+00:00
AzureUser-9588 151 Reputation points
commented 2021-01-07T05:16:07.977+00:00
SwathiDhanwada-MSFT 18,466 Reputation points
1 answer

Can a Logic app clone another logic app and change its trigger

Hi, A sharepoint site collection has two Logic Apps watching doc libraries. We cloned that team site via a logic app 'A' and a runbook with pnp cmdlets. Is there a way, preferably within Logic App A to clone two other logic apps B and C? and…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2021-01-01T04:36:11.517+00:00
Jurgen Verhelst 326 Reputation points
commented 2021-01-06T11:58:46.463+00:00
Jurgen Verhelst 326 Reputation points
1 answer

Billing of Azure Automation job time

Hi, Azure provides 500 minutes of free job run time each month and I wanted to know if these get billed by the minutes or seconds. Lets say running a script runtime is 10 seconds, do I get billed for 10 seconds or one minute? Kind Regards

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-30T13:30:36.413+00:00
Siebertz, Christopher 1 Reputation point
answered 2021-01-06T04:51:22.437+00:00
SwathiDhanwada-MSFT 18,466 Reputation points
2 answers One of the answers was accepted by the question author.

LA: Runbook output to sharepoint item help

Hi, can't figure out what to do with the output of a runbook it adds div's in the sharepoint list messing up my JSON formatting A logic app step calls and waits for an runbook to run (it grabs the verified domains in O365) The next step get the…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,162 questions
asked 2021-01-04T05:21:35.36+00:00
Jurgen Verhelst 326 Reputation points
accepted 2021-01-05T09:19:06.697+00:00
Jurgen Verhelst 326 Reputation points
1 answer One of the answers was accepted by the question author.

Logic Apps: Remove all spaces from Runbook Parameters

Hi, I am creating a new sitecollection using a logic app to fetch the parameters and a runbook to create the site collection Now I do not want spaces in the site collection URL so I thought I could remove them first with a Replace operation…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2021-01-01T00:10:27.55+00:00
Jurgen Verhelst 326 Reputation points
accepted 2021-01-05T07:21:06.033+00:00
Jurgen Verhelst 326 Reputation points
0 answers

Can't use a Webhook with HTTP Post

Hi! I have created a webhook that run a Powershell Runbook to start a VM. But when I try to run this webhook through HTTP Post, I get a 404 error. However, when I try to execute the webhook through Powershell, it works and I get a 202 code. How can I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,481 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-13T22:03:31.673+00:00
JaviR3TicS 1 Reputation point
commented 2020-12-31T07:26:52.32+00:00
olufemia-MSFT 2,861 Reputation points
2 answers

Set-PnPSite -LogoFilePath $LogoPath->sharepoint doc lib or Azure Storage

Hi!, Creating and customizing team sites in Azure Autmation using a Runbook Changing the sitelogo seems easy using Set-PnPSite -LogoFilePath $LogoPath If it were not that $LogoPath needs to be on a local drive... Maybe using an azure storage…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,162 questions
asked 2020-12-27T23:18:55.613+00:00
Jurgen Verhelst 326 Reputation points
answered 2020-12-31T06:30:16.883+00:00
Jurgen Verhelst 326 Reputation points
1 answer One of the answers was accepted by the question author.

copying files from storage account created by other user to local path using Event grid and Hybrid Workers(AzureAutomation)

copying files from storage account created by other user to local path using Event grid and Hybrid Workers(AzureAutomation) How to grant permission by User A who created Storage Account (test) to User B? How will the User B, see this test…

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.
2,875 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
344 questions
asked 2020-12-29T11:01:38.383+00:00
accepted 2020-12-30T13:03:33.407+00:00
1 answer One of the answers was accepted by the question author.

Runbook output JSON schema assistance

Hi, Trying to get the output of a runbook sent to a sharepoint list 'runbook log' as an attachement in a list item testing now just getting it mailed to me, but I get jiberish formatting I tried some JSON schema generators but kind of in the…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-29T06:33:15.517+00:00
Jurgen Verhelst 326 Reputation points
commented 2020-12-30T09:15:13.23+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

Webhook sending default parameters and not custom JSON payload

I am attempting to send a custom JSON payload instead of the default parameters for a Jira automation webhook. I'm using a basic payload: { "alertname":"#alertrulename", "IncludeSearchResults":true } However, this…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,971 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-22T22:07:29.623+00:00
Anonymous
answered 2020-12-28T15:10:48.41+00:00
SwathiDhanwada-MSFT 18,466 Reputation points
2 answers One of the answers was accepted by the question author.

Freshly created 'Start/Stop VM' runbook is nowhere to be found

Hi, noob here. I've created 'Start/Stop VM' runbook here: https://portal.azure.com/#create/Microsoft.StartStopVMSolution Now, it's not shown among other resources, but it must be somewhere, because when I try to create it again, I get the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-18T14:27:12.64+00:00
Andrej Zupan 101 Reputation points
accepted 2020-12-23T09:57:56.447+00:00
Andrej Zupan 101 Reputation points
0 answers

Start/Stop Automation for VM doesn't properly start VM

I have a VM instance with Matillion - a default deploy from the Azure Marketplace. I have scheduled the start/stop with automation. It ran last night and appeared that the VM was on. However, upon trying to login to the VM using the public IP, I was not…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,481 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-04T18:26:11.18+00:00
commented 2020-12-22T00:55:32.45+00:00
KarishmaTiwari-MSFT 18,752 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Set-Timezone not working in Automation Account

I am trying to use Set-Timezone so that bulkcopying from a DataTable to SqlServer does not alter my DateTime values based on the UTC timezone of the Automation Account. However when I try to use Set-Timezone, I seem to get an internal error:

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-21T14:41:51.657+00:00
Lars Kartevoll 21 Reputation points
accepted 2020-12-21T15:39:47.77+00:00
Lars Kartevoll 21 Reputation points
0 answers

Chane UPN in Azure from Orchestrtaor

Hello, I would like to get some sample scripts to modify the UPN in Azure AD from Orchestrator. Orchestrator is located in On-Premise. Regards, Vijay

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,374 questions
asked 2020-12-04T11:43:45.733+00:00
vijayaragavan Hariharan 1 Reputation point
commented 2020-12-21T04:38:42.647+00:00
Shashi Shailaj 7,581 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Valid Webhook for Data Factory suddenly stopped working

Dear experts, I have a Data Factory (v1) pipeline, Runbook, Integration Runtime and Automation triggered from my client's site by a webhook that has been working well for three years. The webhook is in date. Yesterday morning the webhook stopped…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,028 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-09T15:39:57.4+00:00
DataCapuchin 106 Reputation points
commented 2020-12-10T06:41:33.75+00:00
PRADEEPCHEEKATLA-MSFT 84,531 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Schedule powershell script to delete old ACR image

Hi Guys, I have the below script which is working fine from local PowerShell to delete older ACR images. Now I want to schedule it so that it can run periodically maybe through run book, pipeline, or any other suitable way if you guys can suggest? I am a…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
422 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,177 questions
asked 2020-12-04T15:17:35.247+00:00
Mishra, Rajiv 51 Reputation points
commented 2020-12-05T11:19:30.393+00:00
Mishra, Rajiv 51 Reputation points