Need Help Completing Sentinel Logic App (Playbook) for Alert/Automation Rule Change Detection
I’m working on an automation use case in Microsoft Sentinel to detect any change (create/modify/delete) in Alert Rules or Automation Rules, and automatically send an email notification via a Logic App (Playbook). What I Have Done So Far…
Azure Logic Apps
How to fix ServiceOperationFailed error in logic apps while trying to mount file share
logic apps standard - The service provider action failed with error code 'ServiceProviderTriggerFailed' I have a logic apps standard workflow running.. It has a simple http trigger that attempts to use a built-in file system connector to list files at…
Azure Files
Azure Logic Apps
Filters not working for Azure Consumption Rest APIs
I attempted to list resources using the Microsoft Consumption Usage Details API, but the results did not reflect the changes I made. Here is the request I submitted:…
Azure API Management
Azure Logic Apps
How can I stop VMs on weekends using Start/Stop VMs v2 in Azure?
Hi all, I'm using Start/Stop VMs v2 in Azure to automate virtual machine scheduling. I've successfully configured Logic Apps to start and stop VMs during business hours, but I'm struggling with excluding weekends entirely from the schedule. The…
Azure Logic Apps
need help to setup in logic app script
Could you please help me set up a Logic App script in Azure? I want to understand the step-by-step process, including how to choose the right trigger, add actions, and configure the workflow. I'm also interested in knowing best practices and any common…
Azure Logic Apps
Logic Apps Designer fails to load with "renderComponentIntoRoot" error across multiple users and environments
We are experiencing a critical issue in the Azure Portal where the Logic Apps Designer fails to load. The following message appears: "renderComponentIntoRoot component failed to load" Additional info from the error screen: Session ID:…
Azure Logic Apps
How to create a Logic App with a Dataverse Trigger that's working?
I have created a Azure Logic App, with a Dataverse Trigger. The service principal and user have sufficient rights to access everything it needs. I've tested it before with a manual trigger and made some simply requests to different Dataverse tables.…
Azure Logic Apps
Skipping MFA for Office 365 Account in Logic App Email Action
Hello, I am seeking guidance on configuring an Azure Logic App to send emails using an Office 365 account without triggering Multi-Factor Authentication (MFA). Our current setup enforces MFA for this account, which is interfering with automated workflows…
Azure Logic Apps

My subscription isn't appearing in the Subscription Id dropdown of my Logic App
Hello, When trying to select a "Subscription Id" from the dropdown, it's empty even though I'm logged into the proper account that has the Subscription in it. Even when I manually input the Subscription Id myself, it shows a token error…
Azure Logic Apps
Migrate files from Local desktop to SharePoint Library
Hi Experts, Working on a logic app implementation. Requirement is to get files from local drive and upload it in SharePoint library. Plan is to get the local file content using On-premise data gateway and create new file in SharePoint using relevant…
Azure Logic Apps
Intermittent Delay in Scheduled Logic App Trigger
Hi, I'm using Standard Logic Apps, and I have a scheduled workflow that's set to run at 11 PM. However, I've noticed that on some occasions, it gets triggered around 4 AM instead. This issue happens intermittently. I'm wondering if anyone else has…
Azure Logic Apps

Cannot edit Logic Apps,
Hi, Today is weird, I cannot edit all my existed logic apps, it just shows disabled edit. I tried to create a new test logic app, it created but still cannot edit. Please help. Thanks, Sochan
Azure Logic Apps
AI Foundry Connector Error in Logic App
Hi Folks, Having an issue with the AI Foundry Completions connector for Logic Apps. When the Logic App is run errors output with 404 whereas when connection through HTTP request API the connections successful.
Azure Logic Apps

Throttling Limits for Fin & Ops Apps (Dynamics 365) Connector in Logic Apps
Hi everyone, I'm currently documenting integration behavior for Azure Logic Apps and noticed that the Fin & Ops Apps (Dynamics 365) connector does not appear to have any documented throttling limits on the official Microsoft Learn page:…
Azure Logic Apps
Logic App copy files from sharepoint to adls, creating additional container
Hi, I have a requirement where, whenever a file is created in a specified SharePoint folder, the same file needs to be copied to a designated folder path in Azure Data Lake Storage (ADLS). To implement this, I’ve developed an Azure Logic App workflow…
Azure Logic Apps
Unable to create Logic App (Consumption) in Azure
When I attempt to create a new logic app (consumption), I receive the following error message. It looks like the link is broken, but I can't be sure.
Azure Logic Apps
I have to send the email through logic app from specific DLs(e.g. cloudops.xxx.com) what are the prerequisite i need to follow
I have to send the email by using logic apps and that email should be send from the specified DL (******@xxxxxxxxxx.com) but it is failing right now so i just want to know what are all the prerequisite we need to follow . Error : { "status":…
Azure Logic Apps
Errors in Logic Apps when listing OneNote pages
We have a OneNote file with about 500 pages divided in 15 sections. To gather all content, we created a Logic App that gets all sections from the OneNote file, then all pages in those sections with a foreach loop and finally grabs the content of each…
Azure Logic Apps
Logic App / SFTP-SSH Connector / No longer able to download file content
Hello. There's this Azure logic app that retrieves a file from an sftp server and then creates a file from the content in the file in a Sharepoint Online site. Pretty simple. It uses the SFTP-SSH "When a file is added or modified" trigger to…
Azure Logic Apps
Trying to get custom mail alerts from azure monitor using logicapps for azure local VM which is arc enabled
Hi All, I am trying to customize the alert using the logic apps from my azure local VM which is a arc enabled VM getting below error. I am using similar process as…