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 to fix 400 error in logic app with form recognizer data to database
I'm trying to process blob invoices through a form recognizer and straight into a table in my database but get a 400 error stating, "A value must be provided for item". I mapped the data correctly and it goes to the appropriate rows when i…
How to extract URL output into a csv file (on next step)?
I am trying to extract an output (URL) from previous step to the next step. If one puts the output from "Execute JavaScript Code" into a browser, it generates a csv file automatically, and that is the final output. I am trying to move to the…
Connector Editor in Azure Appears Blank After Attempting to Edit
Hi, I am facing an issue where I have created a connector in Azure, but when I try to edit the connector, the editor appears blank. I have also tried editing in incognito mode, but it still shows up blank. Any help would be appreciated.
Azure Logic App 'ststv2_vms_Scheduled_start' runs without errors but doesn't start the VM
Hello, The logic app "ststv2_vms_Scheduled_start" doesn't work. Everything seems ok, the log is without errors, but the VM doesn't start. I did the troubleshooting :…
When disabling a Logic App Standard, what happens with the running workflows?
When disabling a Logic App Standard, sometimes (longer) running workflows are not stopped properly. Is there a way to stop a Logic App, but finish the current running workflows?
Actually I created logic app work flow and I created microsoft defender so my aim is when ever trigger the logic app and we created work item as well but it run's successfully but i;m not able to saw the alearts in dev portal in azure boards
Actually I created logic app work flow and I created microsoft defender so my aim is when ever trigger the logic app and we created work item as well but it run's successfully but i;m not able to saw the alearts in dev portal in azure boards
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…
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 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…
LogicApp as scheduling tool
Hello Team, Can LogicApp be used as scheduling tool ? Main requirements are as below: - LogicApp should be able to execute ADF pipelines LogicApp should be able to execute .bat files LogicApp should be able to call APIs LogicApp should be able to prompt…
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
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 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…
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…
Issue while connecting on-prem SQL server from Logic App standard workflow
Hello community members, I am trying to connect to on prem SQL server via Logic apps(standard) using on-prem data Gateway. I am getting below error while trying to connect. Failed to retrieve dynamic inputs. Error details: 'Error code: 'BadRequest',…
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…
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 |…