Skip to content

Commit

Permalink
Update createvirtual assistant readme - Clone (microsoft#96)
Browse files Browse the repository at this point in the history
There is an additional en subdirectory.
  • Loading branch information
mekinney authored and darrenj committed Oct 13, 2018
1 parent efd6bd2 commit bdccb1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To deploy your Virtual Assistant including all dependencies - e.g. CosmosDb, App
> Ensure the LUIS authoring key retrieved on the previous step is for the region you specify below.
```shell
msbot clone services --name "MyCustomAssistantName" --luisAuthoringKey "YOUR_AUTHORING_KEY" --folder "DeploymentScripts\msbotClone" --location "westus"
msbot clone services --name "MyCustomAssistantName" --luisAuthoringKey "YOUR_AUTHORING_KEY" --folder "DeploymentScripts\en\msbotClone" --location "westus"
```

The msbot tool will outline the deployment plan including location and SKU. Ensure you review before proceeding.
Expand Down Expand Up @@ -167,4 +167,4 @@ Once deployment is complete, run your bot project within your development enviro
You should see an Introduction Adaptive card and the example on-boarding process will start.

See the [Testing](./virtualassistant-testing.md) section for information on how to test your Virtual Assistant.
See the [Testing](./virtualassistant-testing.md) section for information on how to test your Virtual Assistant.

0 comments on commit bdccb1f

Please sign in to comment.