Unable to publish my bot to Azure. Each time I get message:
"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."
I have manually added the luisResource entry to the publish profile and that did not help:
"luisResource": "chatbot-bts-helpbot-luis",
I had no issues publishing this bot last month (composer v2.0) but now it fails.
I tried creating an entirely new publishing profile with all new resources and it still fails with the same message.
"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."
Describe the bug
Composer 2.1/C#/Core Assistant Bot
Unable to publish my bot to Azure. Each time I get message:
"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."
I have manually added the luisResource entry to the publish profile and that did not help:
"luisResource": "chatbot-bts-helpbot-luis",
I had no issues publishing this bot last month (composer v2.0) but now it fails.
I tried creating an entirely new publishing profile with all new resources and it still fails with the same message.
Version
Version: 2.1.0 Electron: 8.2.4 Chrome: 80.0.3987.165 NodeJS: 12.13.0 V8: 8.0.426.27-electron.0
OS
Windows 10 Enterprise 2016 LTSB
To Reproduce
Steps to reproduce the behavior:
"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."
Expected behavior
It should publish successfully.
Screenshots