I downloaded the C# template in Azure. It automatically created and setup a LUIS app but now LUIS hits 1000 calls and expires now. I created a new key using this guide. I managed to assign a resource but now what? I'm still getting an error that the quota limit was reached.
I tried changing the name and authoring key in the bot file but always getting error that I can't read bot file.
I also notice that the authoring key in LUIS app is much shorter that in the bot config. Can someone help me? Thank you.
UPDATE: I tries these.
Created new luis subscription plan in azure portal with S0 pricing.
Created new LUIS app in LUIS.ai, assign new resource with the newly created luis plan from azure portal.
Add the service via bot emulator. Still Forbidden error.
Bot config showing old subscription key so i click the end point url in LUIS.ai it has a subscription key so i copy that to the bot config. (i remove the encryption.) still Forbidden error.
After all these steps it is still saying "invalid status code Forbidden
"
Luis ai