Questions tagged [azure-integration-account]

5 questions
6
votes
1 answer

How to use use Regular Expression (RegEx) within Azure logic app

I want to verify a value in my azure logic app which follows a pattern which can be identified by Regular Expressions. My Value is KUL-M-X-Y, here KUL is fixed value but value of M can be "KG", "TON" etc., also Value of X and Y can be numeric. I…
Suraj Sahoo
  • 153
  • 1
  • 1
  • 10
1
vote
2 answers

How to convert XSLT 2.0 and 3.0 to XSLT 1.0?

I am working on standard logic apps. In that I am not able to use the XSLT2.0 and XSLT 3.0. The Standard logic app will allows only XSLT1.0 . so what is the best approach to convert XSLT2.0 and XSLT3.0 in to XSLT 1.0 I have XSLT3.0 and XSLT 2.0. …
1
vote
1 answer

Executing javascript code - Integration account or azure function?

I have a question about using inline code in the logic app. So, I needed to manipulate incoming json data and I created an integration account under free tier for the same, so I could use Javascript inline code. Is that a good option or creating an…
Mm77
  • 85
  • 1
  • 12
0
votes
1 answer

Enable failed/canceled workflow

Connected Azure api management with logicapp. By following ms document created workflow as shown Created business requirements workflow in logicapps by taking when a http request received and http actions by providing apis Now my workflow is some…
0
votes
0 answers

Uploading a liquid map file to integration account using devops

Is there a way to upload a liquid map file to an existing integration account in azure using DevOps? The only way i have found so far is to add the liquid map directly to the integration account ARM template, but this is time consuming & error prone…
wilson_smyth
  • 1,202
  • 1
  • 14
  • 39