Keep getting the error: "The function 'XYZ' doesn't exist, is disabled, or is not an orchestrator function." #2353
Unanswered
austin-altaml
asked this question in
Q&A
Replies: 1 comment
-
Hi, thanks for the discussion. I would like to ask some questions to help us investigate. First, I assume that you ran the app locally, could you please confirm that for me? And could you tell us how often the problem happens? Besides, I wonder if you could provide a minimal project which had this problem? That would be helpful for us to debug it and find the reason. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run Azure Orchestrations and I sunddenly I started getting the error from the statusQueryGetUri:
Orchestrator function 'UploadDocumentOrchestrator' failed: The function 'UploadDocumentOrchestrator' doesn't exist, is disabled, or is not an orchestrator function.
I've run this functions dozens of times today without any issue. VSCode doesn't flag any issues. I've tried restarting and that hasn't helped either.
This has happened to meonce before. I got the error, troubleshot for like 3 hours, got frustrated, left, and came back to my computer an hour later and the problem was resolved without changing anything. I suspect the issue is related to caching somehow, but I'm not sure where to fix this.
I'm on Mac. There is a similar issue noted at: #577
After I run func start, my "missing" orchestration appears in the launch screen indicating that it is valid as shown below.
I start the UploadDocumentOrchestrator with the HttpTrigger StartUploadDocuments. I see the trigger complete its execution UploadDocumentOrchestrator never starts in the logs.
Beta Was this translation helpful? Give feedback.
All reactions