Skip to content

Commit ce812af

Browse files
author
Cory Fowler
authored
Merge pull request #51024 from MicrosoftDocs/release-cli-rebrand
Release cli rebrand
2 parents 03a0d08 + 816c31e commit ce812af

File tree

522 files changed

+2401
-1287
lines changed

Some content is hidden

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

522 files changed

+2401
-1287
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7683,11 +7683,6 @@
76837683
"redirect_url": "/azure/dns/dns-reverse-dns-for-azure-services",
76847684
"redirect_document_id": false
76857685
},
7686-
{
7687-
"source_path": "articles/data-lake-analytics/data-lake-analytics-get-started-cli.md",
7688-
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-get-started-cli2",
7689-
"redirect_document_id": false
7690-
},
76917686
{
76927687
"source_path": "articles/data-lake-analytics/data-lake-analytics-get-started-net-sdk.md",
76937688
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-get-started-cli2",
@@ -7698,6 +7693,11 @@
76987693
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-get-started-cli2",
76997694
"redirect_document_id": false
77007695
},
7696+
{
7697+
"source_path": "articles/data-lake-analytics/data-lake-analytics-get-started-cli2.md",
7698+
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-get-started-cli",
7699+
"redirect_document_id": true
7700+
},
77017701
{
77027702
"source_path": "articles/data-lake-analytics/data-lake-analytics-u-sql-combine-data-with-joins.md",
77037703
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-u-sql-get-started",
@@ -15828,7 +15828,7 @@
1582815828
},
1582915829
{
1583015830
"source_path": "articles/virtual-machines/virtual-machines-linux-expand-disks-nodejs.md",
15831-
"redirect_url": "/azure/virtual-machines/linux/expand-disks-nodejs",
15831+
"redirect_url": "/azure/virtual-machines/linux/expand-disks",
1583215832
"redirect_document_id": false
1583315833
},
1583415834
{

articles/active-directory-domain-services/active-directory-ds-join-windows-vm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To perform the tasks listed in this article, you need:
3535
## Install and configure required tools
3636
You can use either of the following options to perform the steps outlined in this document:
3737
* **Azure PowerShell**: [Install and configure](https://azure.microsoft.com/documentation/articles/powershell-install-configure/)
38-
* **Azure cross-platform command-line interface**: [Install and configure](https://azure.microsoft.com/documentation/articles/xplat-cli-install/)
38+
* **Azure CLI**: [Install and configure](https://azure.microsoft.com/documentation/articles/xplat-cli-install/)
3939

4040

4141
## Option 1: Provision a new Windows Server VM and join it to a managed domain

articles/active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this article, you learn how to create, list and delete a user-assigned manage
3535
- To run the CLI script examples, you have three options:
3636
- Use [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal (see next section).
3737
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top right corner of each code block.
38-
- [Install the latest version of CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli) (2.0.13 or later) if you prefer to use a local CLI console. Sign in to Azure using `az login`, using an account that is associated with the Azure subscription under which you would like to deploy the user-assigned managed identity.
38+
- [Install the latest version of the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) (2.0.13 or later) if you prefer to use a local CLI console. Sign in to Azure using `az login`, using an account that is associated with the Azure subscription under which you would like to deploy the user-assigned managed identity.
3939

4040
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
4141

articles/active-directory/managed-identities-azure-resources/how-to-use-vm-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article provides PowerShell and CLI script examples for sign-in using manag
2626

2727
[!INCLUDE [msi-qs-configure-prereqs](../../../includes/active-directory-msi-qs-configure-prereqs.md)]
2828

29-
If you plan to use the Azure PowerShell or Azure CLI examples in this article, be sure to install the latest version of [Azure PowerShell](https://www.powershellgallery.com/packages/AzureRM) or [Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli).
29+
If you plan to use the Azure PowerShell or Azure CLI examples in this article, be sure to install the latest version of [Azure PowerShell](https://www.powershellgallery.com/packages/AzureRM) or [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).
3030

3131
> [!IMPORTANT]
3232
> - All sample script in this article assumes the command-line client is running on a VM with managed identities for Azure resources enabled. Use the VM "Connect" feature in the Azure portal, to remotely connect to your VM. For details on enabling managed identities for Azure resources on a VM, see [Configure managed identities for Azure resources on a VM using the Azure portal](qs-configure-portal-windows-vm.md), or one of the variant articles (using PowerShell, CLI, a template, or an Azure SDK).

articles/active-directory/managed-identities-azure-resources/howto-assign-access-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To run the CLI script examples, you have three options:
3131

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

3636
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3737

articles/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ In this article, using the Azure CLI, you learn how to perform the following man
4343
- To run the CLI script examples, you have three options:
4444
- Use [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal (see next section).
4545
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top right corner of each code block.
46-
- [Install the latest version of Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) if you prefer to use a local CLI console.
46+
- [Install the latest version of the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) if you prefer to use a local CLI console.
4747

4848
> [!NOTE]
4949
> The commands have been updated to reflect the latest release of the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).
50-
5150
5251
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
5352

articles/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this article, you learn how to perform the following managed identities for A
4343
- To run the CLI script examples, you have three options:
4444
- Use [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal (see next section).
4545
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top right corner of each code block.
46-
- [Install the latest version of Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) if you prefer to use a local CLI console.
46+
- [Install the latest version of the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) (2.0.13 or later) if you prefer to use a local CLI console.
4747

4848
> [!NOTE]
4949
> The commands have been updated to reflect the latest release of the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For the remainder of the tutorial, we will work from the VM we created earlier.
7676

7777
You will need to use the Azure Resource Manager PowerShell cmdlets in this portion. If you don’t have it installed, [download the latest version](https://docs.microsoft.com/powershell/azure/overview) before continuing.
7878

79-
You will also need to install the latest version of [Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli) on your Windows VM.
79+
You will also need to install the latest version of [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) on your Windows VM.
8080

8181
1. In the Azure portal, navigate to **Virtual Machines**, go to your Windows virtual machine, then from the **Overview** page click **Connect** at the top.
8282
2. Enter in your **Username** and **Password** for which you added when you created the Windows VM.

articles/api-management/policies/authorize-request-using-external-authorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Paste the code into the **inbound** block.
3131
Learn more about APIM policies:
3232

3333
+ [Access restrictions policies](../api-management-access-restriction-policies.md)
34-
+ [Policy samples](../policy-samples.md)
34+
+ [Policy samples](../policy-samples.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To set up a managed identity using the Azure CLI, you will need to use the `az w
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 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 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](/cli/azure), 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

0 commit comments

Comments
 (0)