diff --git a/solutions/Virtual-Assistant/docs/virtualassistant-createvirtualassistant.md b/solutions/Virtual-Assistant/docs/virtualassistant-createvirtualassistant.md index ee81d9b611..ef149ed43a 100644 --- a/solutions/Virtual-Assistant/docs/virtualassistant-createvirtualassistant.md +++ b/solutions/Virtual-Assistant/docs/virtualassistant-createvirtualassistant.md @@ -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. @@ -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. \ No newline at end of file +See the [Testing](./virtualassistant-testing.md) section for information on how to test your Virtual Assistant.