question

Kothapallimar-7424 avatar image
0 Votes"
Kothapallimar-7424 asked MikeUrnun commented

How to call azure table lookup from xslt map in logicapps.

Hi,
I am new to Azure Integration and c#, can anyone suggest the approach. Below is what i understand.

  1. Write c# code in xslt to access tables.

  2. Upload assemblies related to azure table.

The confusion i have is with assembly how do i upload it, like whats the latest and how do i decide which is latest version to be included in assemblies to be uploaded in Integration account



azure-logic-appsazure-table-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Kothapallimar-7424 avatar image
0 Votes"
Kothapallimar-7424 answered MikeUrnun commented

I made some more changes, got the lates .dll file from documentation, but still unable to call xslt table from xslt.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Kothapallimar-7424 - Instead of attempting to do the lookup in your XSLT, how about creating a separate Function App for the lookup and then simply calling the function from your XSLT? That way, the lookup operation is decoupled and your XSLT can remain simple.

0 Votes 0 ·

Hey @Kothapallimar-7424 - Just checking in here, let me know if you had any further questions about the approach involving the Azure Functions.

0 Votes 0 ·