Questions tagged [azure-logic-app-standard]
165 questions
0
votes
1 answer
Logic app how to check sftp has file after, 5 min if file is not present
I have a scenario where a Logic App will be scheduled to run at 11 am everyday and will move file from one SFTP to another SFTP, which I have done.
I want to add a condition if the first time the file is not present on SFTP then it should check…

user2193754
- 21
- 1
0
votes
1 answer
Access Logic Apps behind private endpoint from Power Automate/ Power Apps
I know there is capability to call logic app from power automate by exporting the logic app as custom connector - Logic app needs to be under the consumption tier having its inbound IP public
Now the issue I face is that from the security…

Marc Youcef
- 69
- 7
0
votes
1 answer
How can you prevent invoked workflow action in logic apps (standard) from retrying
In logic apps (standard), when using the "invoke workflow" action, there appears to be no ability to change the retry behaviour if the called workflow returns 400-500 error response status. The workflow will retry 4 times.
I need to disable the…

Jason Hyland
- 744
- 1
- 8
- 21
0
votes
1 answer
logic app standard - managed identity connection NOT visible
I'm creating Azure logic app standard, However, in logic app standard I'm unable to see the option to create managed identity connection for Azure Blob Storage.
I have enabled Identity and added a contributor role to the Azure storage.
Can someone…

Deepak Shaw
- 461
- 3
- 6
0
votes
1 answer
ARM template for API Connection to Service Bus using Managed Identity
To create an API Connection to Azure Service Bus using Managed Identity I'm using the following template:
"resources": [
{
"type": "MICROSOFT.WEB/CONNECTIONS",
"apiVersion": "2018-07-01-preview",
"name":…

Mad Druid
- 77
- 7
0
votes
2 answers
Limit concurrent logic app (standard) workflow instances
I have a scenario where I receive messages from service bus to trigger a workflow. This workflow does some processing but ultimately inserts some data into SQL DB. When 100,000's of messages appear at once, the DB gets overwhelmed.
Is there a way of…

Jason Hyland
- 744
- 1
- 8
- 21
0
votes
2 answers
For unsuccessful actions, there should not be outputs
I'm trying to test my workflow with HTTP request action... And when I select Status "Failure" - I can't add Output. But when I send a request without testing - I can see Output from the failed action (i.e. Status code, Body, Headers).
So, how can I…

Andrii Dovhal
- 11
- 2
0
votes
1 answer
logic app connection to storage account failing
I have created logic app storage connection using below code but unfortunately it is throwing error.
resource blobConnector 'Microsoft.Web/connections@2018-07-01-preview' = {
name: 'apic-d365-azureblob12345'
location: Location
kind: 'V2'
…

ramesh reddy
- 429
- 2
- 5
- 12
0
votes
1 answer
How to reduce the volume of traces in Logic Apps Standard
I'm using the Logic Apps Standard and Application Insights.
Each time a Logic Apps Standard Workflow is triggered, it generates a lot of traces and I want to reduce those traces and avoid having too much data ingestion generated into Application…

David GROSPELIER
- 772
- 1
- 9
- 35
0
votes
0 answers
How can I put a private endpoint from a key vault in a logic App?
I have a logic App XXXXX and in the Application settings, I have a parameter that I want to put the key vault.
But I don't want to use this:
@Microsoft.KeyVault(VaultName=XXXXXXXXXXXXX;SecretName=XXXXXXXXXXXXX)
because is not safe.
I want to use a…

Filipa
- 31
- 4
0
votes
1 answer
How to build a custom logic app for Form recognizer 3.0?
I'm currently trying to make an automation tool with Form recognizer and Logic app.
Since the last Build, Microsoft introduced the multi page table analysis for custom model with the 3.O api.
I spend a lot of time trying to call a model and start an…

Gabriel
- 35
- 5
0
votes
1 answer
Getting error while creating logic app connection through Bicep
I am trying to create logicapp api connnection for service bus using Bicep, below is the bicep code.
resource ServicebusApiCon 'Microsoft.Web/connections@2016-06-01' = {
name: 'servicebus123'
location: Location
kind: 'V2'
properties: {
…

ramesh reddy
- 429
- 2
- 5
- 12
0
votes
1 answer
Trying to create Logic App Using ARM Template with exisiting vnet and subnet but getting delegation error
I am trying to create Logic App using ARM Template with existing Vnet and Subnet, but not able to do show, I am getting below error, I am new to ARM templates:
I am also sure whatever, I am doing is the correct way of doing it.
Error…

Abhishek Singh
- 42
- 2
- 11
0
votes
2 answers
Generate Openapi/swagger för Logic App (Standard)
For Consumption type Logic apps we can call the listSwagger endpoint to generate swagger documentation.
How can I generate swagger documentation for a Logic app (standard)?

Mathias Rönnlund
- 4,078
- 7
- 43
- 96
0
votes
1 answer
To perform JSON-to-JSON Transformation in Azure Logic Apps Liquid Map with more than one input JSON sources
am exploring Liquid Transformation maps which Azure Logic Apps (Standard) offers to see if more than one JSON sources can be fed into one map to transform a single JSON response. As per Azure Documentation, I think its possible to transform…

vramal
- 1