270 questions
0
votes
0
answers
41
views
Workflow Validation Error - unable to query Oracle Database Using Service Provider Connector From Azure Logic App
Azure Logic App : Standard Tier
Connector Type Built-in
Please find the below action:
"Lookup_Employee_from_OracleSQL": {
"type": "ServiceProvider",
"inputs"...
1
vote
1
answer
34
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-...
1
vote
0
answers
114
views
Logic App Standard Inline C# action fails to decrypt AES CBC with PKCS7 (works in function app)
I’m trying to decrypt AES-encrypted data inside a Logic App Standard Inline C# action, but the code that works fine in a function app fails inside Logic Apps.
Problem
The AES key is stored in Azure ...
0
votes
0
answers
110
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
81
views
I need to export standard logicapp workflow ARM template and update the same in Azure repos through VS
I created standard logic app which contains multiple workflows. One of my workflows is pcflow001, which contains Outlook, ASB, Blob, SQL connector & variables as shown in this screenshot:
I need ...
0
votes
1
answer
163
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
0
answers
31
views
multiple stateful and stateless workflows in single Logic App
I'm working with Azure Logic App (Standard) and would like to add multiple workflows under a single Logic App.
I understand that Logic App (Standard) allows multiple workflows, but I'm not sure how to ...
0
votes
1
answer
91
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 ...
1
vote
2
answers
137
views
Logic App until loop does not exit with failure if the condition is not met after timeout period
I have a very simple logic app here.
a get API on server status, parse the body. and until loop that will keep checking until the server status return not ready and exits the loops to return the ...
2
votes
2
answers
206
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
1
answer
120
views
Unable to use DefaultAzureCredential in inline C# script of Azure Logic App (Standard)
I’m running an inline C# script in an Azure Logic Apps workflows to get the blob details using DefaultAzureCredential(). I have given 'Storage Blob Data Contributor' to Azure Logic App in Storage ...
0
votes
0
answers
71
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 ...
2
votes
1
answer
166
views
How can I add a reference to a NuGet package to an execution of C# inline code on a logic app?
I would like to a reference to BouncyCatle.Cryptography to encrypt/decrypt files using PGP via the c# inline code function on Azure Logic Apps.
Doing some research I can see that dotnet script has ...
0
votes
0
answers
137
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
0
answers
120
views
Noticed a significant difference in execution Azure Function vs Azure Logic App workflow
We have a Logic App Standard (stateful) workflow and an Azure Function (Isolated, .NET 8) performing the same business logic.
Business Logic Overview:
Fetch data from an external API (approx. 8,000 ...
0
votes
2
answers
136
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. ...
0
votes
0
answers
75
views
How to reduce deployment size when using custom built-in connector in Logic App Standard?
I'm working on a custom service provider-based built-in connector for Azure Logic Apps Standard, called LogicApps.ServiceProviders.ApplicationInsights.TrackAvailability.
The connector works as ...
1
vote
2
answers
127
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
79
views
How to consume multiple/all messages from a topic subscription?
I have an On-Premise Data Gateway that will send data to an on-prem SQL DB via Logic App, received from the Service Bus.
I've got a Logic App that is currently triggering on When a message is received ...
0
votes
1
answer
83
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
1
answer
358
views
Using Managed Identity in Visual Studio Code for Connection to Service Bus in Azure Logic App Standard
I'm trying to use VS Code for developing a logic app that uses service bus trigger. When creating the connection can we use Managed identity in local that would use my creds similar to the Default ...
0
votes
0
answers
68
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
242
views
Which subresource to select when integrating virtual network to Azure Logic App?
I would like to deploy an Azure Logic App that is integrated to virtual network using Terraform. The resource group, the virtual network and the storage account are already created. In the main.tf ...
0
votes
1
answer
339
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
2
answers
566
views
Edit the host.json in my Azure Standard Logic App
I'm working with a Standard logic app in Azure and need to adjust the Runtime.Backend.VariableOperation.MaximumVariableSize setting in the host.json file. I attempted to edit the file using Visual ...
0
votes
0
answers
40
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
0
answers
76
views
Unable to connect Network share on a Azure VM from Azure Logic Apps (Standard)
I have an Azure Virtual Machine and Azure Logic Apps in the same region. I created a folder on the VM as a network drive and need to connect it to Azure Logic Apps (Standard - ASE3) to send and ...
0
votes
1
answer
474
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
289
views
Unable to open Azure logic Apps standard in Designer mode in VSCode
I am unable to open Logic Apps Standard in designer mode in VS Code, I see the following in the output window
"No job functions found. Try making your job classes and methods public. If you're ...
0
votes
1
answer
46
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
1
answer
112
views
Case sensitivity in file name and extension in managed File System Connector using Data Gateway
I have a workflow in a standard Logic App that reads a file content from a Windows file share. The reading is done thanks to the managed File System Connector, which is configured to use a Data ...
0
votes
2
answers
338
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
1
answer
104
views
Standard Logicapp EDI X12Encode X12MessageEncodingFailed Error
We have upgraded to a standard logic app from the consumption version. The consumption version used to tell us when we had invalid EDI, which segment specifically had the problem.
The standard ...
0
votes
3
answers
300
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
115
views
Equivalent Connector for Create Block Blob in Azure Standard Logic App
I know We have to use In-App Connectors/Triggers in the Azure Standard Logic App. if they are not available, then we use have to use the shared connectors.
Here I have used all type of connections ...
0
votes
1
answer
291
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
'...
1
vote
1
answer
834
views
Getting errors while opening workflow as designer in azure logic apps standard on vs code
When I'm opening logic app workflow as designer, I'm getting the below errors.
Error in determining project root. Please confirm project structure is correct.
EnvironmentCredential is unavailable. No ...
0
votes
1
answer
71
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
649
views
How do i get body of get message details in teams connector inside azure logic app
is it possible to grab attachments content which is sting value filled with json and I need to grab text value from it outputs('Get_message_details')?['body']['attachments'][0]?['content'] I can get ...
0
votes
1
answer
472
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
{
"...
1
vote
2
answers
203
views
How to select data from a collection?
For example, I have some kind of query in the DB, which I write to a variable:
"Initialize_QueryCollection": {
"type": "InitializeVariable",
"...
0
votes
0
answers
370
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
0
answers
87
views
Logic App Standard Unit Testing Framework - Unable to Mock HTTP Request to external apis
We are using the Logic App Standard Unit Testing Framework (https://github.com/LogicAppUnit/TestingFramework) and we have run into an issue where we are unable to mock an HTTP request to an external ...
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 ...
0
votes
0
answers
121
views
Extract swagger definition from azure logic app standard workflow
Does anyone know of a way to extract a swagger (open api) definition from a logic app standard workflow that has a htpp trigger please?
1
vote
2
answers
627
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 ...
0
votes
1
answer
102
views
How to refer to a Logic App standard connection from HTTP authentication input
Problem:
Currently our team is working on a solution to switch between multiple connection.json files which defers between Azure Cloud and Local Development. Since Managed Identities does not work ...
1
vote
1
answer
242
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:
...
2
votes
0
answers
147
views
Azure FuncCoreTools won't open my Logic App designer because "Port 8000 is unavailable. Close the process using that port"
Problem
My Logic App Standard is not opening the designer because it says the Port its trying to use is unavailable.
I work on an AVD and I have multiple repositories with multiple apps. In one ...
0
votes
1
answer
98
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....