Questions tagged [azure-logic-app-standard]
165 questions
0
votes
1 answer
Missing "schedule delay" connector in Azure Logic Apps (Standard)
I want to implement a delay in my Azure Logic Apps (standard) but unable to find it. The screenshots below shows it it available in the consumption but missing from standard. I have checked it in both 'Built-in' as well as…

prinkpan
- 2,117
- 1
- 19
- 32
0
votes
0 answers
Azure SQL: can we grant 'execute' permission for stored procedure to API connections in logic app?
I want to execute the stored procedures from the logic app.
I have added an SQL connector for it.
but in the 'Procedure name' dropdown, that particular procedure is not visible to me.
do I need to get permission from the admin,
to grant execute…

Explorer
- 161
- 1
- 4
- 16
0
votes
1 answer
How to insert entity into Azure Table Storage using Logic App Standard?
Goal: read a blob from Azure Storage Container and insert some values into Azure Table Storage.
Using Logic App Consumption I could achieve this - after a few hiccups due to my first working with this service - and I slept well that night, thinking…

zen
- 79
- 1
- 9
0
votes
1 answer
How to assign JSON field from one data source to another in Logic App
I have two different JSON data coming into my Logic App:
Data 1:
[
{
"EmployeeCode":"123",
"Username":"abc"
},
{
"EmployeeCode":"456",
"Username":"def"
}
]
Data 2:
[
{
"EmployeeCode":"123",
…

Victor McIntyre
- 93
- 1
- 10
0
votes
0 answers
azure logic app for failed connections and slow running queries
can anyone suggest how to create the logic app for failed connections in azure to send mail automatically, diagnostics setting in logs log analytics enabled, for failed connection need how many failed connections with username and ip…

luck_26
- 7
- 4
0
votes
1 answer
how use Terrafrom to deploy azure logic app standard's workflows
I can deploy logic App standard using terraform however i am unable to deploy or import the workflows inside logic App standard .. any help would be greatly appreciated
Thanks

Michael Rizk
- 3
- 2
0
votes
1 answer
Azure Logic App trigger a REST API in Azure API Manegement
I have an Azure Logic App and Azure API Management. I need to call the APIs from the Logic APP.
But when I try to add the action "Call an Azure API Management API" I get this error: "GetCallFailed. The API 'apiManagementOperation' could not be…
0
votes
1 answer
PDF Compression from blob storage
Hello i am new to Azure logic app. Currently i am running into problem with PDF compression.
My problem is there are few files already stored in data lake and i want to check their size and if size exceeds 20mb then i need to compress and replace…

shepard_german
- 9
- 2
0
votes
1 answer
Azure Logic app for newsletter downloading
Hello I am currently stuck with problem with logic app.
Task: I need to access email and if there a newsletter then i need to download it into the data lake as a pdf file so that i can use this pdf for further tasks.
Newsletter which is received…

shepard_german
- 9
- 2
0
votes
1 answer
Logic App Standard with ASEV3 - what is the price for managed connectors?
According to the documentation, when we have an ASEV3, we only pay for the App Service Plan and it includes everything, in particular, because managed connectors are executed inside the App Service Environment itself.
This is explained in this post:…

David GROSPELIER
- 772
- 1
- 9
- 35
0
votes
1 answer
Connect to SFTP dynamically in Azure Logic App
I have a logic app created in Azure which has 2 SFTP connections, is it possible to dynamically connect to the correct one based on the parameter?
The idea is that based on the SFTPConnection parameter (shown above) at step 1, the logic app can…

tommyhmt
- 145
- 2
- 11
0
votes
1 answer
Parameters in connections.json for WorkFlows with Single Tenant Logic Apps Standard and Visual Studio Code
I want to replace hard coded strings in connections.json with parameters for connections in Logic App and Visual Studio Code.
Based on the link…

Pingpong
- 7,681
- 21
- 83
- 209
0
votes
1 answer
Could not find all sql connectors un standard logic app
I have a standard logic app where I need to get the tables from azure Sql Server. When I was going through the Consumption and standard logic apps I found there are few connectors missing in standard when compared to consumption plan. Are there any…

Ramesh Kumar
- 3
- 2
0
votes
2 answers
How can i run a propery in logic app for each only first run of the loop?
Is it possible to remove a property after the first run in the foreach loop, i want to remove the property "pickedQuantity".

user124124141
- 3
- 5
0
votes
1 answer
Azure Logic App Standard DNS names resolution
I have a configuration in Azure with a Virtual Network and 2 subnets.
In 1 subnet I have an App Service Environment v3 + App Service Plan + Logic App Standard. I have a workflow with an HTTP Trigger.
In the other subnet, I have an API Management…

David GROSPELIER
- 772
- 1
- 9
- 35