FunctionInvokeUrlNotFound when creating resource group from ARM template

Ilham Israfilov 21 Reputation points
2020-08-21T12:40:47.9+00:00

Hi,

I have a ARM template exported from my earlier created resource group. I'm trying to create my resource group based on this template. Everything gets created except LogicApp. I receive an error saying invoke url for function '<function name here>' not found. error code: FunctionInvokeUrlNotFound. I cannot find even similar problem on the internet to somehow troubleshoot this.

please see the ARM template file attached.19486-templatejson.txt

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,237 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,838 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,852 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 25,486 Reputation points Microsoft Employee
    2020-08-21T21:18:44.933+00:00

    I looked at your template @Ilham Israfilov (thanks for including it), and I saw that your logic app depends on OrderFunction. It appears your OrderFunction doesn't have any binding associated with it. This could be what's causing the error message as the invocation of the function can't be determined. Have a look at diagnose and solve problems as it might provide some steps on how to remedy or maybe add the bindings to your template, see this sample template.


0 additional answers

Sort by: Most helpful