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.
FunctionInvokeUrlNotFound when creating resource group from ARM template

Ilham Israfilov
21
Reputation points
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
Accepted answer
-
Ryan Hill 16,526 Reputation points Microsoft Employee
2020-08-21T21:18:44.933+00:00 0 additional answers
Sort by: Newest
I can't be certain @Ilham Israfilov . I don't think the template was wrong, just missing the binding information. I'll pass this feedback along to the team.