Skip to content

Commit c33d98e

Browse files
author
Stephen Tramer
committed
Update link titles to the CLI install article.
1 parent a7e015c commit c33d98e

File tree

68 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+77
-77
lines changed

articles/app-service/app-service-managed-service-identity.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To set up a managed service identity using the Azure CLI, you will need to use t
4949

5050
- Use [Azure Cloud Shell](../cloud-shell/overview.md) from the Azure portal.
5151
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top right corner of each code block below.
52-
- [Install the latest version of CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli) (2.0.31 or later) if you prefer to use a local CLI console.
52+
- [Install the latest version of Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) (2.0.31 or later) if you prefer to use a local CLI console.
5353

5454
The following steps will walk you through creating a web app and assigning it an identity using the CLI:
5555

@@ -154,7 +154,7 @@ There is a simple REST protocol for obtaining a token in App Service and Azure F
154154

155155
### <a name="asal"></a>Using the Microsoft.Azure.Services.AppAuthentication library for .NET
156156

157-
For .NET applications and functions, the simplest way to work with a managed service identity is through the Microsoft.Azure.Services.AppAuthentication package. This library will also allow you to test your code locally on your development machine, using your user account from Visual Studio, the [Azure CLI 2.0](https://docs.microsoft.com/cli/azure?view=azure-cli-latest), or Active Directory Integrated Authentication. For more on local development options with this library, see the [Microsoft.Azure.Services.AppAuthentication reference]. This section shows you how to get started with the library in your code.
157+
For .NET applications and functions, the simplest way to work with a managed service identity is through the Microsoft.Azure.Services.AppAuthentication package. This library will also allow you to test your code locally on your development machine, using your user account from Visual Studio, the [Azure CLI](https://docs.microsoft.com/cli/azure?view=azure-cli-latest), or Active Directory Integrated Authentication. For more on local development options with this library, see the [Microsoft.Azure.Services.AppAuthentication reference]. This section shows you how to get started with the library in your code.
158158

159159
1. Add references to the [Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication) and [Microsoft.Azure.KeyVault](https://www.nuget.org/packages/Microsoft.Azure.KeyVault) NuGet packages to your application.
160160

articles/app-service/containers/app-service-linux-cli.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage Web App for Containers using Azure CLI 2.0 | Microsoft Docs
2+
title: Manage Web App for Containers using Azure CLI | Microsoft Docs
33
description: Manage Web App for Containers using Azure CLI.
44
keywords: azure app service, web app, cli, linux, oss
55
services: app-service
@@ -20,10 +20,10 @@ ms.author: aelnably
2020
---
2121
# Manage Web App for Containers using Azure CLI
2222

23-
Using the commands in this article you are able to create and manage a Web App for Containers using Azure CLI 2.0.
23+
Using the commands in this article you are able to create and manage a Web App for Containers using the Azure CLI.
2424
You can start using the new version of the CLI in two ways:
2525

26-
* [Installing Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli) on your machine.
26+
* [Installing Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) on your machine.
2727
* Using [Azure Cloud Shell (Preview)](../../cloud-shell/overview.md)
2828

2929
## Create a Linux App Service Plan
@@ -101,7 +101,7 @@ az webapp deployment source config -n sname -g rgname --repo-url <gitrepo url> -
101101
## Next steps
102102

103103
* [What is Azure App Service on Linux?](app-service-linux-intro.md)
104-
* [Install Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli)
104+
* [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)
105105
* [Azure Cloud Shell (Preview)](../../cloud-shell/overview.md)
106106
* [Set up staging environments in Azure App Service](../../app-service/web-sites-staged-publishing.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json)
107107
* [Continuous Deployment with Web App for Containers](app-service-linux-ci-cd.md)

articles/app-service/containers/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ sections:
113113
className: cardsD
114114
items:
115115
- title: Command-Line
116-
html: <p><a href="/powershell/azureps-cmdlets-docs">Azure PowerShell</a></p><p><a href="/cli/azure/appservice">Azure CLI 2.0</a></p>
116+
html: <p><a href="/powershell/azureps-cmdlets-docs">Azure PowerShell</a></p><p><a href="/cli/azure/appservice">Azure CLI</a></p>
117117
- title: Languages
118118
html: <p><a href="/dotnet/api">.NET</a></p><p><a href="/java/api/">Java</a></p>
119119
- title: REST

articles/app-service/containers/quickstart-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ App Service on Linux currently provides a preview feature to support Java web ap
3535

3636
To complete this quickstart:
3737

38-
* [Azure CLI 2.0 or later](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) installed locally.
38+
* [Azure CLI version 2.0 or later](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) installed locally.
3939
* [Apache Maven](http://maven.apache.org/).
4040

4141

articles/app-service/scripts/app-service-cli-app-service-documentdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This sample script creates an Azure Cosmos DB account with the MongoDB API and a
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2929

30-
If you choose to install and use the CLI locally, you need Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
30+
If you choose to install and use the CLI locally, you need Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3131

3232
## Sample script
3333

articles/app-service/scripts/app-service-cli-app-service-redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This sample script creates an Azure redis cache and an Azure web app. It then li
2727

2828
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2929

30-
If you choose to install and use the CLI locally, you need Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
30+
If you choose to install and use the CLI locally, you need Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3131

3232
## Sample script
3333

articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To complete this quickstart, you need:
3131

3232
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3333

34-
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0.21 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
34+
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0.21 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3535

3636
[!INCLUDE [functions-create-resource-group](../../includes/functions-create-resource-group.md)]
3737

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before running this sample, you must have the following:
3131

3232
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3333

34-
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
34+
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3535

3636

3737
[!INCLUDE [functions-create-resource-group](../../includes/functions-create-resource-group.md)]

articles/azure-functions/functions-create-function-linux-custom-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Now, you can use this image as the deployment source for a new function app in A
141141

142142
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
143143

144-
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0.21 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
144+
If you choose to install and use the CLI locally, this topic requires the Azure CLI version 2.0.21 or later. Run `az --version` to find the version you have. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
145145

146146
[!INCLUDE [functions-create-resource-group](../../includes/functions-create-resource-group.md)]
147147

articles/azure-functions/scripts/functions-cli-configure-custom-domain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To run this sample script, you must have already configured an A record in your
2828

2929
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3030

31-
If you choose to install and use the CLI locally, you must use the Azure CLI version 2.0 or a later version. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
31+
If you choose to install and use the CLI locally, you must use the Azure CLI version 2.0 or a later version. To find the version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3232

3333

3434
## Sample script

articles/azure-functions/scripts/functions-cli-configure-ssl-certificate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To bind an SSL certificate, your function app must be created in an App Service
3232

3333
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3434

35-
If you choose to install and use the CLI locally, you must be running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
35+
If you choose to install and use the CLI locally, you must be running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3636

3737
## Sample script
3838

articles/azure-functions/scripts/functions-cli-create-app-service-plan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This Azure Functions sample script creates a function app, which is a container
2626

2727
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2828

29-
If you choose to install and use the CLI locally, this article requires the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
29+
If you choose to install and use the CLI locally, this article requires the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3030

3131
## Sample script
3232

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-cosmos-db.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This Azure Functions sample script creates a function app and connects the funct
2525

2626
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2727

28-
If you use the CLI locally, make sure that you are running the Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0](/cli/azure/install-azure-cli).
28+
If you use the CLI locally, make sure that you are running the Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
2929

3030
## Sample script
3131

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-storage-account.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This Azure Functions sample script creates a function app and connects the funct
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2929

30-
If you use the CLI locally, make sure that you are running the Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0](/cli/azure/install-azure-cli).
30+
If you use the CLI locally, make sure that you are running the Azure CLI version 2.0 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
3131

3232
## Sample script
3333

articles/azure-functions/scripts/functions-cli-create-function-app-github-continuous.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this sample, you need:
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2929

30-
If you rather use the Azure CLI locally, you must install and use version 2.0 or a later version. To determine the Azure CLI version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
30+
If you rather use the Azure CLI locally, you must install and use version 2.0 or a later version. To determine the Azure CLI version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3131

3232
## Sample script
3333

articles/azure-functions/scripts/functions-cli-create-function-app-vsts-continuous.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To complete this topic, you must have:
2525

2626
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2727

28-
If you rather use the Azure CLI locally, you must install and use version 2.0 or a later version. To determine the Azure CLI version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
28+
If you rather use the Azure CLI locally, you must install and use version 2.0 or a later version. To determine the Azure CLI version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
2929

3030
## Sample script
3131

articles/azure-functions/scripts/functions-cli-create-serverless.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This Azure Functions sample script creates a function app, which is a container
2929

3030
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3131

32-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
32+
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3333

3434
## Sample script
3535

articles/azure-signalr/scripts/signalr-cli-create-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample script creates a new Azure SignalR Service resource in a new resourc
2626

2727
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2828

29-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
29+
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3030

3131
## Sample script
3232

articles/azure-signalr/scripts/signalr-cli-create-with-app-service-github-oauth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample script creates a new Azure SignalR Service resource, which is used t
2626

2727
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2828

29-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
29+
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3030

3131
## Sample script
3232

articles/azure-signalr/scripts/signalr-cli-create-with-app-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample script creates a new Azure SignalR Service resource, which is used t
2626

2727
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2828

29-
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
29+
If you choose to install and use the CLI locally, this article requires that you are running the Azure CLI version 2.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
3030

3131
## Sample script
3232

articles/azure-stack/user/azure-stack-version-profiles-azurecli2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can follow the steps in this article to set up the Azure Command-Line Interf
2222

2323
## Install CLI
2424

25-
Sign in to your development workstation and install CLI. Azure Stack requires the 2.0 version of Azure CLI. You can install that by using the steps described in the [Install Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli) article. To verify if the installation was successful, open a terminal or a command prompt window and run the following command:
25+
Sign in to your development workstation and install CLI. Azure Stack requires the 2.0 version of Azure CLI. You can install that by using the steps described in the [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) article. To verify if the installation was successful, open a terminal or a command prompt window and run the following command:
2626

2727
```azurecli
2828
az --version

articles/backup/quick-backup-vm-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This quick start enables backup on an existing Azure VM. If you need to create a
2020

2121
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2222

23-
To install and use the CLI locally, you must run Azure CLI version 2.0.18 or later. To find the CLI version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI 2.0](/cli/azure/install-azure-cli).
23+
To install and use the CLI locally, you must run Azure CLI version 2.0.18 or later. To find the CLI version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
2424

2525

2626
## Create a recovery services vault

articles/backup/tutorial-restore-disk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For information on using PowerShell to restore a disk and create a recovered VM,
2424

2525
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2626

27-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.18 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
27+
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.18 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
2828

2929

3030
## Prerequisites

articles/backup/tutorial-restore-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Backup creates recovery points that are stored in geo-redundant recovery v
2222
2323
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2424

25-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.18 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI 2.0](/cli/azure/install-azure-cli).
25+
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.18 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
2626

2727

2828
## Prerequisites

articles/cdn/cdn-add-to-web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ What you'll learn:
3939
To complete this tutorial:
4040

4141
- [Install Git](https://git-scm.com/)
42-
- [Install Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli)
42+
- [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)
4343

4444
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
4545

articles/container-service/dcos-swarm/container-service-dcos-acr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this article, we explore how to use Azure Container Registry with a DC/OS clu
2424
2525
You need an ACS DC/OS cluster to complete the steps in this tutorial. If needed, [this script sample](./../kubernetes/scripts/container-service-cli-deploy-dcos.md) can create one for you.
2626

27-
This tutorial requires the Azure CLI version 2.0.4 or later. Run `az --version` to find the version. If you need to upgrade, see [Install Azure CLI 2.0]( /cli/azure/install-azure-cli).
27+
This tutorial requires the Azure CLI version 2.0.4 or later. Run `az --version` to find the version. If you need to upgrade, see [Install the Azure CLI]( /cli/azure/install-azure-cli).
2828

2929
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3030

0 commit comments

Comments
 (0)