269 questions
1
vote
1
answer
29
views
Azure Logic App - Azure File Trigger - Not firing on subfolder
I want to implement a logic app workflow which is using a trigger:
Logic App: Standard
Connector: Azure File Storage
Trigger: When a file is added or updated
Configuration: giniusdata/Plot/PDF/PDFOUT-...
0
votes
0
answers
106
views
Cannot compile C# function DLL with Microsoft.Azure.Workflows.Webjobs.Sdk in Visual Studio 2022
We have LogicApp application with function DLL to include C# code.
It is working without problems.
We have unit tests created with MsTest. Everything was ok in Visual Code and Visual Studio.
But after ...
0
votes
1
answer
145
views
Logic app standard: use variables inside tracked properties
I have a standard LA that looks similar to this:
Inside the compose action Initialize tracking properties that have the follwoing the value:
I am trying to add a tracked property using the variable ...
0
votes
1
answer
82
views
Reusing Azure Storage Account connection from Azure Logic App in Standard tier?
I am currently migrating from the Azure Logic Apps Consumption tier to the Standard plan. In the new environment, we are utilizing Service Provider-based connections for accessing Azure Storage ...
2
votes
2
answers
193
views
How to update parameters.json file in logic app standard
I have deployed the Logic App standard using the Bicep template and I am able to deploy the workflows by download it from portal zip and deploying it using the function app deployment task using azure ...
0
votes
0
answers
67
views
Azure Logic Apps Standard: SAP Trigger
I'm receiving idocs from SAP in the MicrosoftLobNamespaceXml. In BizTalk there was a property to force a specific release of a specific idoc (ReceivedIdocRelease). I can't seem to find any equivalent ...
0
votes
0
answers
125
views
Dataverse Trigger in Logic App Standard (ASE) Not Working
I am currently working with Azure Logic App Standard hosted inside an App Service Environment (ASE) integrated with a Virtual Network (VNet). The goal is to use the out-of-the-box Dataverse trigger — ...
0
votes
2
answers
119
views
"Schedule" trigger is missing when creating new workflow
https://learn.microsoft.com/en-us/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=consumption#in-app-built-in-operations
Shows a trigger action "Schedule".
Below is what I see. ...
1
vote
2
answers
117
views
Configure Action Group to call Logic App workflow using Bicep
I am trying to configure an Azure Action Group to call a workflow in a standard Logic App using Bicep.
When I configure the Action Group in the portal, it appears like
ie the value contains {logic ...
0
votes
1
answer
72
views
How to send only selected connectors logs to Application Insights/Log Analytics from Azure Logic App Standard workflow?
Below are the Logic app standard logging configured:
Application Insights + Logic App Standard:
Logic App Standard Connected with Application Insights
Diagnostic Settings + Logic App Standard:
...
0
votes
0
answers
62
views
Create Logic App Standard using Pulumi Azure Native
I am new to Infrastructure As Code (IAC). I have created and configured the Logic App Standard with 2 workflows in it using Azure Portal. But I was asked to create them using IAC. My requirement is to ...
0
votes
1
answer
308
views
How do I correctly increase the variable Size in my Azure Logic App?
I'm facing an issue with my Azure Logic App where by an "Append to Variable" action returns the following error:
The variable 'ResponsesString' has size of more than '105018915' bytes. This ...
0
votes
0
answers
34
views
Logic App (Standard) When Email Received in Share mail Box Authentication
I have a flow with a trigger when email arrived, this trigger has the following setup:
Flow Connector
"host": {
"connection":
{
"referenceName": "...
0
votes
1
answer
439
views
Azure REST API can't find workflow triggers for Standard Logic App
I'm trying to work through an error with getting the callback URL for a trigger in a Standard Azure Logic App. I'm using the az rest command to reproduce the problem that I see when I try to running a ...
0
votes
1
answer
45
views
How to pass several Id to SQL filter Logic Add?
In case i have 100 ids has to be passed into database table:
select * from A.Imports where ImportId in (1,..., 60)
How to pass those Id int OData filter for SQL Action?
So, i have variable where i ...
0
votes
2
answers
323
views
How to find failed workflow in standard logic app with KQL
I have a standard Logic app and multiple workflows (various system integrations, SI1, SI2 & etc.). I would like to create a dashboard according to SI1, SI2 and so on, and can leverage it to ...
0
votes
3
answers
284
views
How do you get a Key Vault secret using inline ‘CSharp Script Code’ In an Azure Workflow?
I'm new to using C# in Azure and I'm running an inline C# script in an Azure Logic Apps workflows to read a Key Vault secret into a variable from within a "CSharp Script Code" object in an ...
0
votes
1
answer
281
views
Workflow validation failed for the workflow 'shiptest'. {"error":{"code":"WorkflowTriggerTypeUnsupported",
Workflow validation failed for the workflow 'shiptest'. {"error":
{"code":"WorkflowTriggerTypeUnsupported","message":"The stateless workflow trigger
'...
0
votes
1
answer
66
views
Make condition for checking if key is found in collection Logic App
I'm newbie into Logic App. And I'm really struggling with some basics of it, especially when it comes to manipulation/selecting of data.
I have a problem with checking if key is present in collection.
...
0
votes
1
answer
421
views
Extract Email from outlook using Logic app
I am trying to extract all my email information such as ID, receivedDatetime, Internetmessageid, from, to, attachment, CC, BBC etc in a SQL Table. I created below flow using Logic app
{
"...
0
votes
0
answers
349
views
Azure Logic Apps - API Connections between Logic App and Resource got wildly out of sync and throttled the app. How?
I've got a Standard Logic App that handles a series of file transfers between legacy systems. Nothing crazy, under 50 a day in total at different times.
I've been updating one of the connections from ...
0
votes
1
answer
1k
views
How do you authenticate a call to a logic app (standard) via oAuth2.0?
I'm trying to make a call from Azure API Management to a Logic App (standard) workflow with a manual trigger. I'd like to authenticate with a token using the system-assigned managed identity for APIM ...
1
vote
2
answers
606
views
Parameterising connections.json in Azure Logic Apps(Standard) for deployment via Azure DevOps
We have a logic app deployed in app service environment that is triggered by Service Bus Topic messages, and then connects to a Function App. For deployment to different environments we have ...
1
vote
1
answer
230
views
How can I create 1 or more workflows in an existing Azure Logic App (Standard) using an ARM template in combination with Terraform?
When I try to create a workflow in my already existing Logic App (Standard). I use 1 file (main.tf) for deployment, I know it's not best practice but it is for testing purposes.
This is my main.tf:
...
0
votes
1
answer
96
views
Azure Logic Apps with Form Recognizer - Get Array definition in optional settings entry
I created an Azure Logic App using Form Recognizer to analyze PDF based invoice files. I actually recognized that the process is working well, but in encountering issues in enabling the barcode option....