Logic App using previous version of Azure Function

John van Zalk 20 Reputation points
2023-08-28T16:10:52.4333333+00:00

I've had several instance where my Logic Apps seem to be using previous versions of my Azure Functions.

My workaround has been to delete the Azure Function actions and recreate them. This works, but I'd like to figure out a way for Logic Apps to automatically use the most recently updated version of my Azure Functions.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,669 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,449 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,856 Reputation points Microsoft Employee
    2023-09-12T04:49:09.0966667+00:00

    Hello @John van Zalk Sorry for the late reply. Because Logic Apps call the Function App via HTTP, it should automatically use the most recent version of your HTTP-triggered function, and you shouldn't have to re-create the action in LA. If you set up authentication between the two, that's where I'd look and try testing when the function is with anonymous access.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.