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…
Azure application insight transaction search (Exceptions) URL need to send via Azure Alert or using logicapp
Transaction search (Exceptions) URL need to be sent via Alert or using logic app Here is the requirement when I'm doing troubleshooting in application insights -->In Transaction search --> Example (Event type-Exceptions)--> Open any End-to-end…
how to get input json for failed logic app workflow calls
I have made around 18K api calls to a logic app workflow and all of them failed. How can I get the input JSON that went into those 18K calls? I tried to query with proper timeframe in log analytics workspace but it only gives other details, not the input…
How to get JWT token which is generated in VS Code automatically from Azure Portal for Standard Logic app workflows?
Setting up logic app and adding storage account connector with VS code generated following parameter file locally and stores jwt token in locall.settings.json file as azureblob-connectionKey. but there is now way to get/generate key from Azure Portal or…
How to obtain the input that went to a logic app for all failure scenarios
I have noticed that over a period of 2 months, almost 18K API calls have failed to a particular logic app workflow. I would like to get the initial input that went to all these 18K calls. I tried the below query in log analytics workspace. AppRequests |…
Auto increment postgres serial type in logic app insert row action ID field
Hi, The insert row action is requiring an ID field but my table in postgres is type serial. Is there anyway to tell the logic app that an ID field does not need to be set on the insert as postgres will auto increment this field?
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy.
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy. Our client is asking for a policy so that if anyone creates Function app or logic App services, by default HTTPS only will configured as off.…
How do I insert a dynamic value of Request Body (URL) to call an Azure Function?
This is possibly my 5th time posting a thread in Microsoft Q & A. This is a new post after a Microsoft engineer suggested to create a new thread after we could not figure out. This is previous…
API-driven inbound user provisioning with Logic Apps resulting 403 error
HI Team, we are trying to invoke SCIM API which is created as the guide from our logic apps. (https://learn.microsoft.com/en-us/entra/identity/app-provisioning/inbound-provisioning-api-logic-apps) Logic apps get the data from HR system in JSON format and…
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
Azure Logic Apps Setting->Properties show inadequate public IP information
Hi all, can someone shed a light on my pondering why would Azure UI Logic Apps Settings -> Properties -> "Connector outgoing IP addresses" list only some addresses while there actually is much more addresses which are being used? …
Logic App SharePoint move files with special characters
Hi, I am using a logic app SharePoint move action to move files from one folder to another to archive files. I have a file called " 2024+ABC+Test.processed". When moving this file, I am getting a bad request error in the move action. In source…
Microsoft.Azure.WebJobs.Script: Timeout occurred while retrieving metadata from provider 'Microsoft.Azure.Workflows.WebJobs.Extensions.Initialization.WorkflowFunctionDefinitionProvider'. The operation exceeded the configured timeout of 30 seconds.
Hi This one I'm posting to help you if anybody face the below error at Azure Logic app standard in future Microsoft.Azure.WebJobs.Script: Timeout occurred while retrieving metadata from provider…
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,…
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…
Can I associate an existing logic app to vm task
Can I create a logic app and then associate it with Tasks of a VM
What is best way to do PGP file encryption/decryption in logic apps
Hello, I have a requirement to encrypt/decrypt file using PGP in Azure Logic Apps. It looks like there is no out-of-box connector i can use. Does that mean i have to write my own code for this encryption function? I am new to Azure integration, please…
How to extract URL from email body using JavaScript and Regex?
I am posting this for the third time because for the last two times, I had an issue with getting the right Regex (ECMAScript) for the URL that I was trying to convert (from email body), but it appears that this Regex should be good one as I verified with…
Which approach incur less cost in the Azure Logic Apps (Standard Tier) - Azure Landing Zone Subscription.
Earlier, we have 4 Logic Apps in Consumption Model which incurs minimal cost for hundreds of executions and connectors count per logic app might around 25 to 30. Now, We are migrating to Azure Landing Zones Subscriptions (Private Network / Virtual…
Is there a way to access custom metadata set on a block blob in logic app?
Hi, Is there a way to get the custom metadata set on a blob as key-value pairs using logic app connectors?