Logic Apps Functions allow Azure.Core?
I am trying to access certain functionality using "call a local function" in my standard logic app. Does Logic App not support calling libraries that require Azure.Core Libraries? My function uses Azure.Core and my logic app fails at the…
Assistance Needed for Removing Integration Account and Using X12 in Standard Logic App
Hi Team, I want to remove the Integration Account as I have moved all Logic Apps to Standard Logic App, and we are no longer using the Integration Account maps. However, we are still using the X12 agreement for creating X12 EDI transactions. The AS2…

Logic Apps "Powershell Inline Code" steps stop working?
I have a Logic App with some Powershell Inline Code steps and it worked fine But now, this step return it: {"body": null} I ran this code manually in vs code and worked fine. Then I created a default Powershell Inline Code step and…
Error! Logic App Standard Zip Deploy Creates Duplicate local.settings.json
This began yesterday, 01-Apr-2025. When we zip deploy our logic app standard workflows the Logic App stops working and we see Error in the Runtime version on the overview page. We tried restarting but error persisted. Not seeing anything obvious, we…
Unresponsive Dynamic Values and Expressions Buttons in Logic Apps HTTP Action with OAuth Authentication
In Azure Logic Apps, within the HTTP action configured to use Active Directory OAuth authentication, the buttons to insert dynamic values or expressions become unresponsive and just disappearing when clicking on them. The "/" and choosing…
Unable to send attachment in http Azure Logic app
Hello Team, I'm trying to send the received/extracted data from SFTP service as an attachment (csv file) to the POST call, but it failed with the below error, could you please help what needs to be done to resolve this error? Error: age":…
How can I filter multiple statuses in the Azure Logic Apps Trigger and Run History APIs, and does $top=50 return the latest 50 records by time or just any 50 records?
Dear Azure QA Team, I hope you are doing well. I have some questions regarding the Azure Logic Apps Trigger and Run History APIs, and I would appreciate your guidance on the following: Filtering Multiple Statuses: What is the correct syntax for…
Logic App had a significant cost increase
A few of the runs in our logic app have driven the costs way up in the last month. The run is lasting about 24 hours and then showing completed. How would this happen and what can we do to put a safeguard in place so that it doesn't run for that long if…
Azure logic app api connection authentication problem
I have an Azure Logic App that sends emails via Outlook using an Azure API Connection. For authentication, I use a user account and have configured a Conditional Access policy in Entra ID, setting the reauthentication period to one year. However, I am…
managed identity authentication
When migrating the code from a development environment to a production environment, the Key vault migration API call fails to be migrated with the Authentication type as Managed Identity.
Logic App Select action changing integers to strings
When editing an integer in a Logic App Select action, it incorrectly changes the integer to a string. This is only noticeable in the Code View. Appears to be a bug
Logic app - Hybrid connection and Custom connector
Hello! Is it possible to use Hybrid connection for logic apps together with a logic app custom connector? Or is it only the HTTP action which is supported with hybrid connection? BR, Emil
Is there any downtime required for Azure Logic app Incremental deployment
Is ther any downtime for logic app deployment ?
Can we deploy an individual workflow instead of replacing the whole Logic App?
Can we deploy an individual workflow instead of replacing the whole Logic App? We just want to add a new workflow on a existing logic App.
Logic App Runs Execute stored procedure (V2) twice if the procedure has a RAISERROR block
We observed an unusual behavior in our Logic App where the Execute Procedure action was being triggered twice. After investigating further, we found that if a RAISERROR statement is executed within the stored procedure, the Execute Procedure action gets…
New Logic App Designer connection issue cannot resolve
Hello we have an unresolved new Logic App designer issue where the connections cannot be renewed. We have had an open case with Support for several months. They are aware of the issue, have no resolution so far, but have decided to force us to open a…
BadRequest Http Timeout Issue
I know there have been other posts about this, but I feel like my issue is a bit different. I have a logic app that pulls parameters from an Excel, creates a file name, then exports to file for paginated reports (Power BI), then sends an email, and then…
How to provide permission to create resources to other user of the organization
As an system admin I have the permission to create resources like logic app but I want to provide other user to create resources like logic app. How to set permission for user in Azure
Unable to Obtain Endpoint URI for gpt-4o-mini (version:2024-07-18) with Loaded Vector Index via Logic Apps
I’m following the official documentation to use a Logic Apps HTTP action to call gpt-4o-mini (version:2024-07-18) hosted in my assets. Even though the same model (with a loaded vector index) works fine in the chat playground, when I attempt to call it…
How to handle more than 100.000 items?
I have a Azure Function which returns a json array. This array can contain 50 items or 500.000. As I just realisied, a foreach-loop can only handle up to 100.000 items. Is there a way I could split my json array up at a specific point? (Like ID =…