Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Update deployment docs to add languages parameter (#1495)
Browse files Browse the repository at this point in the history
* document language parameter

* csv update
  • Loading branch information
darrenj authored and lauren-mills committed Jun 6, 2019
1 parent 0732e03 commit 245e9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/assistantandskilldeploymentsteps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Create a Virtual Assistant or a Bot Framework Skill
`appId` | The appId of an existing MSA App Registration. If left blank, a new app will be provisioned automatically. | No
`parametersFile` | A .json file that can overwrite the default values of the Azure Resource Manager template. | No
`outFolder` | Output directory for created appsettings.json and cognitivemodels.json files. Default value is current directory. | No
`languages` | Specifies which languages to deploy cognitive models (Dispatch,LUIS/QNA) in a comma separated string (e.g. `en-us,de-de,es-es,zh-zh`). Defaults to `en-us`.| No

### Customize deployment using the parameters file

Expand Down

0 comments on commit 245e9c7

Please sign in to comment.