How to Fix Runbook Error
I have an error which occasionally appears on my azure automation account runbook. This has only happened twice in the last month, and i'm unable to determine the cause of the error. Any help would be much appreciated. The error I get is "The SSL…
Azure Tags
Hello All, I have many subscriptions in my azure tenant. And I have assigned multiple tags to multiple resources and resource. So Know I want to download the list of the tags that are assigned and their respective data. It is a bit urgent. If anyone…
How to query the contents of all subscriptions with Kusto using Graph Explorer?
Is it possible to query all subscriptions in a tenant and list every resource beneath them using Graph Explorer? I have 30 subscriptions and I'd like to export but all of my KQL queries come back empty.
Exporting Power BI Reports as PDFs and Sending to Recipients Using Logic Apps
How can I use Logic Apps to export Power BI reports as PDFs and send them to different recipients? Specifically, I need to export the reports based on specific dimensions (such as filters or categories) and automate the process of emailing the PDFs to…
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…
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…
![](https://techprofile.blob.core.windows.net/images/tygBrChVxUWgc-1v7N6YLA.png?8DA64F)
How to publish a Runbook to latest runtime version using blob storage?
Hi, so i have written a Powershell script that publish a files to my blob storage, and i got it to upload the file(s) to Process Automation/Runbooks. But i cant seem to get the Runtime version to the latest, how can i do that? Right now a part of the…
ModuleNotFoundError: No module named 'azure.profiles' | Azure Runbooks | Service Principal | Python 3.8
Why is it that whenever I am running a test in my Azure runbook environment of my `` `vm-monitor-logging.py ``` script, do I constantly get the error: Failed Traceback (most recent call last): File…
Can I use both Get-AzRmStorageShare and Get-AzStorageShare modules in an Azure Automation Runbook? Body:
Hi, I currently have two different PowerShell scripts running locally on my machine, where one uses the Get-AzRmStorageShare module and the other uses the Get-AzStorageShare module to retrieve usage and quota information for an Azure File Share. Both…
Problems with connecting to Exchange Online from azure automation using managed identity.
Hello, I would like to run from Azure Automation Get-UnifiedGroup. To do this I use code: Connect-ExchangeOnline -ManagedIdentity -Organization atlastechnicalab.onmicrosoft.com Get-UnifiedGroup Unfortunately Connect-ExchangeOnline…
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…
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…
Automating Blob Copy from One Storage Container to Another in Azure
I'm looking for an efficient way to automate the copying of blobs (SQL backup files) from one Azure storage container to another. I've come across tools like Storage Explorer and AzCopy for one-off operations, but there's limited guidance on automating…
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.
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…
TLS 1.2 enforcement for Azure Automation vs. Azure Arc
We have received the information regarding the TLS 1.2 enforcement for Azure Automation - see MS article: https://learn.microsoft.com/en-us/azure/automation/automation-managing-data#tls-for-azure-automation We have the following construct in use for…
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…
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…
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…