diff --git a/docs/_docs/tutorials/csharp/create-assistant/4_provision_your_azure_resources.md b/docs/_docs/tutorials/csharp/create-assistant/4_provision_your_azure_resources.md index 0d820aa16a..07aa1d3bc7 100644 --- a/docs/_docs/tutorials/csharp/create-assistant/4_provision_your_azure_resources.md +++ b/docs/_docs/tutorials/csharp/create-assistant/4_provision_your_azure_resources.md @@ -35,4 +35,4 @@ The Virtual Assistant requires the following Azure dependencies to run correctly 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** -You can find more detailed deployment steps including customization in the [Virtual Assistant and Skill Template deployment]({{site.baseurl}}/tutorials/csharp/create-assistant/csharp/4_provision_your_azure_resources) page. +You can find more detailed deployment steps including customization in the [Virtual Assistant and Skill Template deployment]({{site.baseurl}}/reference/virtual-assistant/deploymentscripts/) page.