Skip to content

Commit

Permalink
Add Australia LUIS reference to docs (microsoft#1798)
Browse files Browse the repository at this point in the history
* Update assistantandskilldeploymentsteps.md

* Update virtualassistant.md
  • Loading branch information
ryanisgrig authored Jul 11, 2019
1 parent b173a85 commit 35b1fed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/assistantandskilldeploymentsteps.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Create a Virtual Assistant or a Bot Framework Skill
`name` | **Unique** name for your bot. By default this name will be used as the base name for all your Azure Resources and must be unique across Azure so ensure you prefix with something unique and **not** *MyAssistant* | **Yes**
`location` | The region for your Azure Resources. By default, this will be the location for all your Azure Resources | **Yes**
`appPassword` | The password for the [Azure Active Directory App](https://ms.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Overview) that will be used by your bot. It must be at least 16 characters long, contain at least 1 special character, and contain at least 1 numeric character. If using an existing app, this must be the existing password. | **Yes**
`luisAuthoringKey` | The authoring key for your LUIS account. It can be found at https://www.luis.ai/user/settings or https://eu.luis.ai/user/settings | **Yes**
`luisAuthoringRegion` | The authoring region of your LUIC account. It can be found at https://www.luis.ai/user/settings or https://eu.luis.ai/user/settings | **Yes**
`luisAuthoringKey` | The authoring key for your LUIS account. It can be found at https://www.luis.ai/user/settings, https://eu.luis.ai/user/settings, or https://au.luis.ai/user/settings | **Yes**
`luisAuthoringRegion` | The authoring region of your LUIC account. It can be found at https://www.luis.ai/user/settings, https://eu.luis.ai/user/settings, or https://au.luis.ai/user/settings | **Yes**
`resourceGroup` | Name of the Azure Resource Group. Default value is name parameter. | No
`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
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/csharp/virtualassistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ The Virtual Assistant requires the following Azure dependencies to run correctly
`name` | **Unique** name for your bot. By default this name will be used as the base name for all your Azure Resources and must be unique across Azure so ensure you prefix with something unique and **not** *MyAssistant* | **Yes**
`location` | The region for your Azure Resources. By default, this will be the location for all your Azure Resources | **Yes**
`appPassword` | The password for the [Azure Active Directory App](https://ms.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Overview) that will be used by your bot. It must be at least 16 characters long, contain at least 1 special character, and contain at least 1 numeric character. If using an existing app, this must be the existing password. | **Yes**
`luisAuthoringKey` | The authoring key for your LUIS account. It can be found at https://www.luis.ai/user/settings or https://eu.luis.ai/user/settings | **Yes**
`luisAuthoringRegion` | The authoring region of your LUIC account. It can be found at https://www.luis.ai/user/settings or https://eu.luis.ai/user/settings | **Yes**
`luisAuthoringKey` | The authoring key for your LUIS account. It can be found at https://www.luis.ai/user/settings, https://eu.luis.ai/user/settings, or https://au.luis.ai/user/settings | **Yes**
`luisAuthoringRegion` | The authoring region of your LUIC account. It can be found at https://www.luis.ai/user/settings, https://eu.luis.ai/user/settings, or https://au.luis.ai/user/settings | **Yes**

You can find more detailed deployment steps including customization in the [Virtual Assistant and Skill Template deployment](/docs/tutorials/assistantandskilldeploymentsteps.md) page.

Expand Down

0 comments on commit 35b1fed

Please sign in to comment.