Cause of intermittent 'BadRequest' error in Send Multiple Events action for Azure Event Hubs
I use the Send Multiple Events built-in connector action in a Azure Logic Apps Standard stateful workflow and I've recently started getting random 'BadRequest' errors. The action is not automatically retried in such a situation, but having implemented an…
Logic App Standard does not generate a Trigger-URL in development slot
Hi, I am facing the issue that my workflows with http triggers ('When an HTTP request is received') in the development slot of my standard logic app don't have trigger url's generated after saving. In order to test the changes made in the development…
Cannot modify this site because another operation is in progress.
Hi, I am trying to deploy an Azure Logic App Standard WS1 in an isolated VNet with all network connections going through the VNet. I use Terraform to deploy the resource but encounter an error stating that the site cannot be modified because another…
How to apply contains expression to filter array of string in Azure Logic Apps
Hi Team, I have scenario where I need to filter of array of object with two properties i.e. ID and alias. like below in Azure Logic Apps [ { "alias": "_V2_abc.Svc_CI", "definitionId": 63 }, { "alias":…
File system connection in logic app
Issue Summary: Logic App Design: Plan: Logic App (Standard Plan). Trigger: When a file is added or modified (File System connector). Action 1: Get file content (Fetches the content of the modified/added file). Action 2: Create blob (Uploads the…
Custom Connector bug wrong interpretation [
Recently this bug (https://learn.microsoft.com/en-us/answers/questions/2105547/azure-logic-app-custom-connector-not-editable) was solved, but immediately after another one appeared. Now when I use my custom connectors in my logic apps this sign…
Handle multipart/form-data in logic app standard Http action
In logic app standard, I'm following this MS learn page to call an api with multipart/form-data body from the previous "Create_CSV_table"…
Issue with creating Standard logic app workflow using Visual Studio Code
Hi Team, I am trying to set up a local development environment for Standard LogicApp workflows in Visual Studio Code, but I'm encountering a significant issue. It appears that the local environment doesn't work properly when a workflow contains both the…
PDF Files getting corrupted while uploading File via Form Data in Logic Apps
Hi Team, Tried implementing Form Data using HTTP connector in Logic to upload PDF File, File is getting upload but PDF is corrupted in the target side. Tried converting base 64 data using Base64toBinary Function Tried directly reading file content…
Error connecting Logic App to Azure Blob Storage.
No matter what I do, I can’t get this workflow to run. I’ve checked connections, permissions, paths—everything seems correct. I have a container with many PDFs, and I need each one to be added and organized into a list. For each, a URL should be…
How to use user-assigned identity with Logic App Standard built-in connectors?
Is it really so that user-assigned identity is not supported in Logic App Standard built-in Service Bus connectors? If user-assigned identity is supported, how do I address that in serviceProvideConnections? I didn't find any documentation on this.…
Read data from storage container using logic app and push the file onto on-premises vm server
We are working on creating a logic app which reads data from storage container when a file is placed in it and push the file onto on-premises vm server
No option for "Recurrence" Trigger in Logic App Standard Single Tenant Plan
I need to use the "Recurrence" trigger in Logic App, where it will perform some job in particular time time interval, e.g. every 5 minutes. I managed the get this "Recurrence" trigger from the consumption plan. However it seems not…
Can we customize azure monitoring alert notification with Dynamic content?
Hi Team I'm working on creating an alert monitoring system based on Metric, application insight and log analytics based alerts. I managed to configure the alerts but I would like to change the subject of the email dynamically to include some of the…
logic App to ingest notification of azure monitor alerte to Microsoft sentinel
Hi, In the alert rule configuration for Azure Monitoring, I need to set up an action group (Logic App) that will forward all alert notifications to Microsoft Sentinel. However, I require assistance with designing a Logic App that meets my needs, as I'm…
how can I tag a user in the email body using Azure Logic Apps? For example, instead of using 'Team', I want to use '@' to mention a user
How can I tag a user in the email body using Azure Logic Apps? For example, instead of using Team, I want to use '@' to mention a user like @Anonymous .Can someone please guide on this?
Azure Logic Apps Pricing on Standard Plan
With refer to this link https://azure.microsoft.com/en-us/pricing/details/logic-apps/ Its mentioned that fixed amount will be billed on monthly basis, for the vCPU and memory allocated. However, on top of that, there is also additional amount will be…
Logic apps workflow history disappearing
I am having an issue in a logic app that I am building for a client. It is a standard logic app running in Australia East. The issue is that since Monday, once or twice a day, all off the history against a workflow will disappear. When this happens,…
How to refresh a Power BI semantic model via Azure Logic App
Hello, We recently migrated our Azure Analysis Services models to Power BI premium semantic models and I’m trying to figure out why my logic app is failing. I'm performing a POST api call to the semantic model using OAuth via service principal/app…
Bulk Resubmit Action Failed - Bulk Resubmit failed [object Object] when calling Logic App Runs
When calling a logic app with an HTTP trigger from within a Logic App workbook, we receive the error Bulk Resubmit Action Failed - Bulk Resubmit failed [object Object] even though the workflow actually does trigger and runs successfully. Has anyone…