This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.
Tutorial: Deploy (web)
Deploy LUIS models
- Run the following command for each .lu file in
\Deployment\Resources\LU
to parse the files to .json files that can be imported into the LUIS portal:bf luis:convert ` --in "path-to-lu-file" ` --culture "culture-code" ` --out "output-file-name.luis or folder name"
- In the LUIS portal, click “Create new app”
- Provide a name, culture, and description for your app.
- Click Manage > Versions > Import version
- Browse to your .json file, then click “Done”.
- Train your LUIS app.
- Publish your LUIS app.
- For each LUIS model, add the following configuration to the
cognitiveModels.your-locale.languageModels
collection in cognitivemodels.json file:{ "subscriptionkey": "", "appid": "", "id": "", "version": "", "region": "", "name": "", "authoringkey": "", "authoringRegion": "" }