Error in Web Activity - Data Factory

braxx 426 Reputation points
2020-12-23T17:17:39.86+00:00

Need your assistance, Guys.

I am building a pipeline in Azure Data Factory which will do the following steps:

  • Query the Azure Sql DB to get list of unique email addresses (lookup1 activity)
  • For each email address the Store Procedure will prepare the data. This data will be converted to json format (lookup2 activity)
  • In the web activity this data will be send to Logic App
  • The data be then formatted and send by emails. Each recipient will receive the customized email with the data relevant to his activities
    I got stuck on the web activity having the error:

Error code2108
Troubleshooting guide
Failure typeUser configuration issue
Details{"error":{"code":"MissingApiVersionParameter","message":"The api-version query parameter (?api-version=) is required for all > >requests."}}

50818-1.png

50828-2.png

Tried researching but unlucky so far.

My Logic App Endpoint is like:
https://prod-30.eastus2.logic.azure.com:443/workflows/xxxxxxx
where xxxxxx is a set of figures.

Would be so, so grateful if someone can shed some light on it.
What is wrong / missing in my configuration?
Thanks in advance

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,524 questions
0 comments No comments
{count} votes

Accepted answer
  1. HarithaMaddi-MSFT 10,126 Reputation points
    2020-12-24T12:27:48.537+00:00

    Hi @braxx ,

    Welcome to Microsoft Q&A Platform. Thanks for posting the query.

    Since HTTP request needs to be received from web activity to Logic App, you must have used "when a HTTP request is received" step in Logic App which will generate URL after saving as below that has URL similar as below which has "?api-version=2016-10-01" clause. Please suggest if issue is resolved by using correct Logic App Endpoint. Let us know for further queries and we will be glad to assist.

    https://prod-133.westeurope.logic.azure.com:443/workflows/f552f4c185af4b118a74200404e078f9/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Qknbbl-u7wp3TjtqEIimcph7Omx0Sxewd1nXx8VVg6A  
    

    51151-image.png

    --

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.

0 additional answers

Sort by: Most helpful