Closed ericchansen closed 5 years ago
Thanks @ericchansen and for the detailed repro. We noticed the same earlier and have encountered (a new?!) race condition with QnAMaker reporting that it's provisioned resources but actually isn't ready hence publishing fails. This was working until the weekend but as with race conditions things can throw it out.
We've just had word back from the QnAMaker team that we have to implement artificial delays :-( We've just implemented a change (PR #1306) which looks good and I've just tested. We'll push new VSIX tomorrow for new projects.
If you have time please try and pull the qna functions ps script from here and let us know. Thanks again!
Update - PR looks good.
Project
Name: Virtual Assistant
Language: C#
Description
Unable to deploy Azure resources. I've run this in other Azure subscriptions without issue. I'm not sure what's going wrong here. Unfortunately, the error messages aren't giving me enough to go off of.
To Reproduce
Follow directions in https://github.com/Microsoft/AI/blob/master/docs/tutorials/csharp/virtualassistant.md and https://github.com/Microsoft/AI/blob/master/docs/tutorials/assistantandskilldeploymentsteps.md.
Manually create app at www.luis.ai and retrieve authoring key (use in command in PowerShell step).
Manually create application registration (use app ID in PowerShell step) and create a secret (use secret in PowerShell step).
Create bot using template (as described in docs). I tried this in both Visual Studio 2017 and 2019.
Build the bot and ensure it builds without errors.
Using PowerShell, attempted to run deployment script (replaced sensitive information with
xxx
).Contents of
deploy_log.txt
Contents of
deploy_cognitive_models_log.txt
Expected behavior
I've run this with other Azure subscriptions and everything works as expected.
Screenshots
None.
Additional context
None.