How to auto-authenticate AML compute instance to start on a regular schedule?
Hi, I am trying to use Azure ML workspace to run Python notebooks on a regular basis to query Kusto data and conduct data processing. I created a Compute instance in AML, set up the starter shell script, and configured the Startup schedule of the compute…
A parameter cannot be found that matches parameter name 'List'
I have been trying to build a powershell runbook that captures the source document library's folder structure and cloning it to a target sites document library using PnP PowerShell. I keep running into the same error that I can't seem to resolve. At…
Automatic detection of the absence or outdated SSL certificate
Hello, Would be good to implement following feature for Microsoft Azure private endpoint service and related services behind. In case if SSL certificate outdated or either not installed, insecure access to the online resource must be blocked. SSL socket…
Error while publishing runbook : Cannot read properties of null (reading 'name')
I'm trying to publish an Azure Python 3.8 Runbook but It doesn't work and I am getting this in my JavaScript console : The variable c is null. Help would be appreciated. Regards,
We have received a service alert from Microsoft regarding upcoming maintenance:
Maintenance Details: The maintenance will affect virtual machines in East US. Schedule: From 24 February 2025, 07:30 UTC, to 28 February 2025, 07:30 UTC. During this window, IaaS virtual machines will be migrated to newer network hardware. Each virtual…
Power Automate - One Drive for Business Convert File has stopped working
I use this to convert files to PDF. It has worked with no issues for several years. Yesterday it started timing out and now today it says PDF is not a supported format. Furthermore the action still shows PDF as an option in Power Automate…
how to let automation account get information in another tenant
we registered an application A in tenant A and we have an automation account in tenant B now, we would like to use this automation account to create a cron job to monitor the application A client’s secret expiration, so we would like to know how we…
Azure policy to turn off public and private access to disk.
Can I get help with a azure policy to turn off public access to existing managed disks so that is not accessible to public internet.
Azure Bicep: Is the Export Template Preview Feature Removed or Relocated?
Recently, I was using the Azure Bicep preview feature to export templates from the automation section, but it's no longer visible. Has the feature been removed, moved to another location, or do I need to enable it from a specific setting? I’ve checked…
PowerShell Commands to Disable Public Access and Enable Private Access for Managed Disk
What are the PowerShell commands to "disable public access and enable private access" for a managed disk instead of doing it manually? @Ashok Gandhi Kotnana would really appreciate support on this. Thanks!
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…
Automation Account Powershell - The request was aborted: Could not create SSL/TLS secure channel.
An Azure automation account PowerShell script began failing suddenly with the error = The request was aborted: Could not create SSL/TLS secure channel. The below code was added but the issue persists, is there some way to set this property or update…
Wrong tenant ID in Task to shut down Ubuntu Server
Hello. I created a task to shut down my Ubuntu server at 4:05pm every day. However, I get the message that the tenant ID is incorrect, and it references the correct tenant ID, which is, indeed, the account I'm logged in to. When I "Authorize"…
Azure Automation Accounts
Hello, I tried to deploy Automation Account using bicep. Since this is first time to deploy AA so I deleted existing one and re-deploy it for multiple times. I suddently received following message: "code": "BadRequest", …
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
How to Find Unused Resources and Resources with Duplicate Names in Azure Using Code and Automatically Delete Them?
Hello, I am trying to automate the process of identifying and deleting unused resources, as well as finding resources with duplicate names, in my Azure environment. Specifically, I want to: Find unused resources in my Azure subscription (e.g., orphaned…
Encountering anomalies when deploying azure update manager dynamic scopes across multiple subscriptions
I'm facing multiple anomolies when deploying azure update manager dynamic scopes linked to maintenance configurations across multiple subscriptions; with the below script (personal details removed) : # Define a hashtable of subscriptions with their…
Azure Automation Hybrid Workers stuck in Queue
Okay, please someone explain something to me. I have been working with PowerShell runbooks for over 5 years now and running into this issue has always eluded me. The only real way to monitor how PS runbooks work on a Hybrid worker is to stumble on the…
Insufficient Permissions on Azure Automation account when Owner
Hi, I've had this problem occurring a few times now and it is rather frustrating. I escalate permissions through PIM to be Owner of a sub where the Automation Account is located. When trying to do anything in the aa I only get this message. This is the…
Support for Inline Child Scripts in PowerShell 7.2 Runbooks
What is the current status of support for inline scripts in Powershell 7.2 runbooks? The current documentation lists inline scripts as "not supported", but it is unclear whether this will change or when it might change. We have several scripts…