Questions tagged [azure-logic-app-standard]

165 questions
7
votes
2 answers

Create Azure Connection API with Connection Runtime Url

I have a logic App (a standard logic app) that make a call to cosmos DB. I need to store the "Connection Runtime Url" under the configuration of the logic App. When I create the connection from the logic app designer, the connection have this…
3
votes
1 answer

Webhook validation handshake failed

i'm new in azure and wanted to create an Event subscription to push any changes (here resource write success) from my blob storage to my Logic App via HTTP. In my Logic app i have a When a HTTP request is received, which would run when i send a…
Mostafa Bouzari
  • 9,207
  • 3
  • 16
  • 26
3
votes
1 answer

How to parameterize the values in workflow.json and connections.json files of azure logic app standard project

I have created azure logic app single tenant project using visual studio code by following this documentation. And then created workflow based on my requirement, this contains the data factory pipeline and send grid actions. The workflow contains…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
3
votes
3 answers

How to create standard type Logic Apps using ARM templates

I can create consumption type logic apps with sample workflow using ARM templates. I want to create standard type logic apps with sample workflows using ARM templates. But, I’m unable to find any reference documentations for the above one. So, can…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
2
votes
1 answer

Message="Creation of storage file share failed with: The remote server returned an error: (403) Forbidden. Check if the storage account is accessible

# Create logic app workflow resource "azurerm_logic_app_workflow" "workflw" { name = "devtest-workflw" location = azurerm_resource_group.logic.location resource_group_name =…
2
votes
1 answer

How to consume Azure Function App from Azure Logic App running locally in VS Code?

We have an existing Function App deployed to Azure and secured with Azure AD authentication. The functions are set to anonymous access as a result, so one cannot use a function key to authenticate. We can successfully deploy Logic App and connect to…
2
votes
3 answers

Custom connector not found in Azure logic app(Standard)

I added a logic app custom connector resource to connect to on premise HTTP API. But I'm not able to find it in logic app actions, I tried creating consumption logic app and it showed up there. Not getting in standard logic app for some reason. I…
2
votes
2 answers

Not able to retrieve Logic app (standard) Workflow URL from ARM template

I have tried to retrieve the HTTP trigger URL from my singel-tenant logic app, but without success. using: listCallbackUrl(resourceId('resource-group-name','Microsoft.Logic/workflows', 'logic-app-name', 'manual'), '2016-06-01').value Also…
2
votes
0 answers

Logic App using Custom Connector : Previous selected Value displayed in Drop Down in logic app Trigger

I have created 2 drop-down lists in the logic app custom connector trigger and used them in Logic App. I have bound the second drop-down list using the value selected from the first drop-down list. For the first time, it works fine if I select any…
1
vote
2 answers

VS Code has suddenly stopped displaying Logic App Standard run history

What works: ability to edit workflows in VS Code designer ability to trigger HTTP and Service bus workflows What doesn't work: ability view run history ability to debug through workflows that have run, requires run history Also having random…
puri
  • 1,829
  • 5
  • 23
  • 42
1
vote
0 answers

Use different connection when running Azure Logic App workflow locally

I have a question about Azure Logic Apps (Standard) local development. I'm triggering a workflow from a storage queue. Inside Azure the connection uses a ManagedServiceIdentity. This option is not locally available however. Locally I can use a…
1
vote
1 answer

BadRequest. Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'

My logic app trigger is recurrence under Recurrence get file content will be there on that get file content wil get these error
James
  • 21
  • 5
1
vote
1 answer

Deploy Standard Logic App Using Terraform With Privately Secured Storage Account (Storage Account Can be accessed using VNet)

I have created subnet and configured that in networking of Storage Account. Then using that subnet id in terraform configuaration for the standard logic app deployment. I am new to terraform and loks like this issue is posted everywhere. I have…
1
vote
1 answer

How to add multiple paths in when a file is created or modified in a folder (deprecated)and also check the file names using condition or anything

How can we add the multiple paths in when a file is created or modified in a folder (deprecated) my share point will maintain 10 paths out of 10 paths will pick only 5 paths and these 5 paths are different so if the file is uploaded in the desired…
James
  • 21
  • 5
1
vote
1 answer

Logic Apps - embed base64 inside mail body

I want to display the following image Base64 inside the logic Apps email body. { "image": [ "data:image/jpeg;base64,/9j/4AAQSkZJRgA..." "data:image/jpeg;base64,/9j/4AAQSkZJRgA..." "data:image/jpeg;base64,/9j/4AAQSkZJRgA..." …
PCA
  • 1,677
  • 6
  • 28
  • 45
1
2 3
10 11