-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add authoring endpoint for luis setting. #3364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a follow up item to add "endpoint and authoringEndpoint" in the default settings and the publish profile and explain to the user how to use them in docs.
authoringEndpoint is the endpoint of luis-authoring resource.
endpoint is the endpoint of luis-prediction resource.
* add authoring endpoint for luis setting * add authoring endpoint for deploy * add endpoint to azure publish schema * add endpoint for azure function * update the order * update the order * add enpoint and authoring endpoint to provision arm template Co-authored-by: Qi Kang <qika@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Description
Add luis authoring endpoint, the endpoint is used as prediction endpoint.
the setting will be like:
Task Item
refs #3338
Screenshots