Questions tagged [azure-logic-apps]

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer. For more control, you can change the runtime by using the Logic Apps Workflow Definition Language. Logic Apps easily consume API apps such as Outlook 365, DropBox, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows by using a visual designer. For more control, you can create or extend existing workflows with the Logic Apps Workflow Definition Language. Logic apps easily consume API apps such as Outlook 365, DropBox, SendGrid, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

For more information, see the Azure Logic Apps page at https://azure.microsoft.com/services/logic-apps, or the documentation at https://learn.microsoft.com/azure/logic-apps/. Learn more about the Workflow Definition Language at https://learn.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language.

3898 questions
4
votes
2 answers

Can you have automated regression/integration tests for Azure Logic Apps?

Can you have automated regression/integration tests for Azure Logic Apps? And if you can, how? ... especially in the context of CI/CD builds and deployments ... and if you can't, why not!!
SteveC
  • 15,808
  • 23
  • 102
  • 173
4
votes
3 answers

Azure Logic Apps - ARM template to deploy filesystem API connection

I am trying to deploy file system API connection using ARM template. I could not find the parametersValue schema for this connection and so tried with naming the parameters as they appear on Azure portal Edit API Connection Screen shot on Azure…
JJY
  • 131
  • 1
  • 4
4
votes
1 answer

How to add a reference of "System.ServiceModel" from Azure Function?

I am calling an SOAP service from my Azure Function, and for that I need to add reference of System.ServiceModel assembly. I am able to add other dependencies using Nuget, but as this particular assembly is a framework assembly, so not sure how can…
Nirman
  • 6,715
  • 19
  • 72
  • 139
4
votes
3 answers

Azure function gives "The 'code' query parameter provided in the HTTP request did not match the expected value."

I am developing logic app in azure portal with azure function app.Logic app gives randomly code query parameter invalid error for function . When ever error occurred i have to clone the logic app is there any permanent solution for this…
Humna Zaidi
  • 49
  • 1
  • 5
4
votes
2 answers

SFTP trigger not working

I have an SFTP trigger that isn't triggering. I added a file to the SFTP folder and nothing happens. I think I had done this successfully in the past. I have it set to to check every 5 minutes. The "trigger history" has status "skipped" for all…
Chris Harrington
  • 1,238
  • 2
  • 15
  • 28
4
votes
1 answer

How to convert SharePoint Date-Only field from UTC to local time zone

I've created a logic-app which reads data from SharePoint online using the get-item action. However - I have a sharepoint-column of type Date-Only, which returns obviously just the date-portion (as date-only would imply). The problem is, that…
nyn3x
  • 909
  • 1
  • 11
  • 28
4
votes
1 answer

How to make configurable settings in Azure Logic App?

I am currently developing an Azure Logic App. For many actions, I am currently using hard-coded values (like, email address in Send Email Action, or sharepoint site in Create Sharepoint file, etc). I want to make them configurable, and avoid using…
Nirman
  • 6,715
  • 19
  • 72
  • 139
4
votes
2 answers

Parsing JSON array in Azure Logic App from base64 encoded string to use in For_each

I am trying to iterate through a JSON array which has been encoded to a string for the purpose of storing on a queue. However, I receive the following error message: {"code":"ExpressionEvaluationFailed","message":"The execution of template action…
4
votes
1 answer

Azure Logic App is not displaying Functions When Show Azure Functions in the same region selected

I Created a function App with BlobTriggerCSharp and this is the name of the function: BlobTriggerCSharp1 I want to use this function inside a logic app, so i created logic app and Selected Recurrence, Provided Frequency and Interval. I clicked on…
4
votes
2 answers

How can I use OAuth 2.0 Authentication in an Azure Logic App?

I'm trying to create a simple logic app with an FTP trigger which then pipes any uploaded file content to a Web API that I have hosted in Azure and secured using the OAuth 2.0 Client Credentials grant flow. How does one go about configuring the…
Brett Mealor
  • 111
  • 1
  • 1
  • 7
3
votes
1 answer

How to provide different param files depends on environment deployment in Bicep?

I am building new Bicep infrastructure, I want to split my resources into separate bicep files and use the module way to have a cleaner structure, this way I will only be deploying main.bicep, but I am having problems passing environment specific…
Mocas
  • 1,403
  • 13
  • 20
3
votes
2 answers

How to create Standard Logic App using Rest api?

Using the official documentation Azure Logic Apps, i'm able to create and work with Consumption Logic Apps. Is it possible to create Standard Logic App using Rest API in similar way?
3
votes
1 answer

How Can I Tell If Microsoft Defender Has Scanned A Blob (a blob with no virus)

I'm looking into using Microsoft Defender for Cloud to use with Blob Storage. Ideally I'd like to: Upload to Storage Have Defender for cloud scan for viruses If there's an issue, remove it If there's NOT an issue, process it further. Step 3 is…
3
votes
1 answer

How to get the folder ID from an Azure data storage container?

I created a folder called test in a data storage container as shown in the image below: This folder is used by a logic app that I created and I noticed in the code that it needs the folder id to work properly (see the code below): "resources": [ …
abautista
  • 2,410
  • 5
  • 41
  • 72
3
votes
1 answer

Why is Azure double-pulling my image & "losing track" of the resulting container?

I am experiencing a sporadic issue running containers on ACI that seems to cause Azure to "lose track" of my container instance and result in an orphaned container. My containers always run successfully, but every now and then I get this weird…
riptusk331
  • 369
  • 4
  • 9