Chris Harrington
Chris Harrington

Reputation: 1316

Error invoking Function App from Logic App

I did an update to the function, and now am getting this error in the Logic App. There's no entry in the Function App log.

{
  "Message": "The 'code' query parameter provided in the HTTP request did not match the expected value."
}

I've seen in other discussions hints about refreshing keys, but they all discuss the old portal. What is the current solution to solving this disconnect between Logic Apps and Functions?

Upvotes: 1

Views: 464

Answers (1)

Chris Harrington
Chris Harrington

Reputation: 1316

I submitted a ticket to MSFT and received this reply:

Edit the logic app. Select the “Code View” Traverse through to find this function In that there will line something like "contentVersion": "1.0.0.0" Update this to "contentVersion": "1.1.1.1"

Following these steps resolved the issue for me.

Upvotes: 1

Related Questions