Do Azure Logic Apps Support Multiple "AND" Trigger condition ?
Hi Team, Do Logic Apps support multiple AND Trigger conditions? Real use case it to execute one Teams messages after receiving 4 email alert notification coming from different different monitoring alerts rules, Let say one email notification of CPU alert…
Azure Logic Apps
Unable to call logic app as a tool from an azure agent
I'm testing out azure agents in Azure AI Foundry. I understand I can add a logic app as a tool to the agent if the logic app adheres to specific requirements, having a Request node with a description, and a Response Node. I configure my logic app. I test…
Azure Logic Apps

Requirements: Call Power Automate Flow (trigger, http request) from an application hosted on premise
Hello, From a C# application (running on an on-premise server), I need to call an endpoint hosted on Azure, which is exposed by a "Flow" created in Power Automate. The endpoint provided by my colleague has the following…
Azure Logic Apps
FTP with Logic App using SSL and fixed IP
Hi, Our customer needs to be able to connect to an external FTP Server. The external FTP server has some restrictions: Connection needs to be from a whitelisted IP. So we prefer to perform the actions from a fixed IP. Connection is…
Azure Logic Apps
Send email to external users (having non microsoft.com in email) from an azure logic APP's office 365 connector with sender having microsoft.com email
I have a Logic App that is responsible for sending email invitations when a new user is onboarded to the Microsoft Partner Connect portal. The app is configured to send emails to both internal (e.g., *@microsoft.com) and external users (e.g.,…
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
Issues with Microsoft Graph Webhook for OneDrive: Insufficient Data and Subfolder Monitoring Limitations
I'm developing a system that automatically translates DOCX files uploaded to a user's OneDrive and saves the translated files back to their OneDrive. The architecture uses Microsoft Entra ID for multi-tenant authentication, Microsoft Graph API with…
Azure Logic Apps
How to Scale IN and Scale Out in VMSS using Logic Apps?
Hi Team, Is it possible to automate Scale In and Scale Out using Logic App despite of active rules for both scalling in VMSS? I will use dynamic alert threshold to trigger the Logic App
Azure Logic Apps
Unable to Add IPv6 Addresses for Logic App Access to Key Vault – Firewall Configuration Concern
■ Background We are currently trying to configure Azure Key Vault so that only Logic Apps and Azure Functions can access it. Both services are using the Consumption Plan. ■ Issue We have reviewed the official Microsoft documentation on Outbound IP…
Azure Logic Apps
Understanding the behavior of built in service bus trigger for standard logic app worflows
Hi, Please assume the following setup: There is a single tenant standard logic app with a stateful worflow. I want to understand how would a built in service bus connector behave. Let's say the trigger is ' When messages are available in a topic…
Azure Logic Apps
Computer Vision API - OCR to Json V1 and V3 action never returns valid results
I have been working with some OCR integrations and came upon the Computer Vision Api connector with the OCR to Json V1 and V3 actions. However, the actions do not return any valid result. With this input or any other input which I have tried. However,…
Azure Logic Apps
Consumption Logic apps not showing input /output details of run.
I've seen a similar thread that states the problem of inputs/outputs not showing. First it says "loading" then says"Error Loading Inputs" There doesn't seem to be any debug button visible to toggle on and off in the editor or in the…
Azure Logic Apps

Azure logic apps mongodb api deprecation
We are connecting to a MongoDB cluster, that is hosted by MongoDB Atlas, from an Azure Logic App using the MongoDB connector (https://learn.microsoft.com/en-us/connectors/mongodb/). The MongoDB connector uses the MongoDB Atlas Data API (which is being…
Azure Logic Apps
Logic app attach file via API failing on multipart/form-data submission to iPlicit
Hi We're looking for help re. Logic App multi-part form data submission of a pdf to an api. the API in question is iPlicit - we are trying to attach an invoice to iPlicit via API. When we test sending just the Base64toBinary output part, the pdf arrives…
Azure Logic Apps
Need Definitive Outbound IP List for Logic Apps (Consumption) in Japan East to Whitelist Key Vault
Dear Microsoft Support Team, We are preparing network rules so that only Azure Logic Apps and Azure Functions can access our Azure Key Vault, but we have found inconsistencies in the published outbound-IP information and cannot finalize our allow-list.…
Azure Logic Apps
Logic app attach file via API failing on multipart/form-data - iplicit
Hi We're looking for help re. Logic App multi-part form data submission of a pdf to an api. the API in question is iPlicit - we are trying to attach an invoice. When we test sending just the Base64toBinary output part, the pdf arrives fine. However, the…
Azure Logic Apps
GatewayTimeout Error When Creating Azure SQL Connection in Logic Apps
Hi everyone, I'm trying to create an Azure SQL connection within Azure Logic Apps. The SQL database is deployed in the same Azure tenant, and I'm using SQL Server authentication. I've double-checked that the server name, database name, username, and…
Azure Logic Apps
Logic App Email Body Not Reflecting Updated Dynamic Content in Sentinel Alert Rule Automation
We are working on an Azure Sentinel analytics rule that detects any changes made to Alert Rules or Automation Rules (e.g., Write/Delete events) using the following query: AzureActivity | where OperationNameValue has_any ( …
Azure Logic Apps
Logic App (Standard)/Azure Database for PostgreSQL flexible server -'No such host is known'
Hi everyone, I got an error when creating a connection to Azure Database for PotgreSQL flexible server in Logic Apps: Failed to create connection: { "status": 400, "message": "An error happened while reading data from the…
Azure Logic Apps
Standard Logic App Connecting to the vendor SFTP site, my app SFTP In-App works, but SFTP-SSH does not Using Private Key
Using the Standard Logic app workflow to send files from our SharePoint to the vendor's SFTP server. The vendor provided us with the SFTP site, user name, and Private Key (no password). Using vendor credentials, I was able to create a connection when…