Skip to content

Commit 82bea80

Browse files
committed
Updated links to cross-repo.
1 parent a8d2440 commit 82bea80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/bot-service-resources-faq-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Please, make sure that you select all the files and folders in your bot's projec
7575
7676
## What version of Azure CLI should I use to deploy a bot?
7777

78-
It is recommended that you use the latest version of the Azure Command-Line Interface (CLI) otherwise you will get deprecated commands errors. See [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).
78+
It is recommended that you use the latest version of the Azure Command-Line Interface (CLI) otherwise you will get deprecated commands errors. See [Install the Azure CLI](/cli/azure/install-azure-cli).
7979

8080
## What should I do when getting Azure CLI deprecation errors?
8181

82-
You should upgrade to the latest version of the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). For Azure CLI version [2.2.0](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/docs-ref-conceptual/release-notes-azure-cli.md#march-10-2020) or later, you must use `az deployment sub create` and `az deployment group create` instead of `az deployment create` and `az group deployment create` commands respectively.
82+
You should upgrade to the latest version of the [Azure CLI](/cli/azure/install-azure-cli). For Azure CLI version [2.2.0](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/docs-ref-conceptual/release-notes-azure-cli.md#march-10-2020) or later, you must use `az deployment sub create` and `az deployment group create` instead of `az deployment create` and `az group deployment create` commands respectively.
8383

8484
### Change log of the Azure CLI commands used to deploy a bot to Azure
8585

articles/includes/deploy/snippet-prerequisite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Familiarity with [Azure CLI and ARM templates](/azure/azure-resource-manager/resource-group-overview).
55

66
<!-- - If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
7-
- Install the latest version of the [Azure cli tool](https://docs.microsoft.com/cli/azure/install-azure-cli).
7+
- Install the latest version of the [Azure cli tool](/cli/azure/install-azure-cli).
88
- Install latest version of the [MSBot](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/MSBot) tool.
99
- Install latest released version of the [Bot Framework Emulator](https://aka.ms/Emulator-wiki-getting-started).
1010
- Install and configure [ngrok](https://github.com/Microsoft/BotFramework-Emulator/wiki/Tunneling-%28ngrok%29).

articles/includes/snippet-deploy-without-bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Before beginning the deployment, make sure you have the latest version of [Azure cli](https://docs.microsoft.com/cli/azure/install-azure-cli) and [dotnet cli](https://dotnet.microsoft.com/download). If you don't have dotnet cli, install it using the .Net Core Runtime option from the link provided above.
1+
Before beginning the deployment, make sure you have the latest version of [Azure cli](/cli/azure/install-azure-cli) and [dotnet cli](https://dotnet.microsoft.com/download). If you don't have dotnet cli, install it using the .Net Core Runtime option from the link provided above.
22

33
### Login to Azure CLI and set your subscription
44
You've already created and tested a bot locally, and now you want to deploy it to Azure. Open a command prompt to log in to the Azure portal.

0 commit comments

Comments
 (0)