Skip to content

Commit 357d8de

Browse files
authored
Merge pull request #97093 from Saisang/sai-repointlink1125
Replace links
2 parents 88c9b16 + fdb43a1 commit 357d8de

18 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is not possible to list and delete a user-assigned managed identity using an
3232
- [Delete user-assigned managed identity](how-to-manage-ua-identity-cli.md#delete-a-user-assigned-managed-identity)
3333
## Prerequisites
3434

35-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
35+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3636
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3737

3838
## Template creation and editing

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
@@ -27,7 +27,7 @@ In this article, you learn how to create, list and delete a user-assigned manage
2727

2828
## Prerequisites
2929

30-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
30+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3131
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3232
- To run the CLI script examples, you have three options:
3333
- Use [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal (see next section).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this article, you learn how to create, list, delete or assign a role to a use
2828

2929
## Prerequisites
3030

31-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
31+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3232
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3333

3434
## Create a user-assigned managed identity

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this article, you learn how to create, list and delete a user-assigned manage
3030

3131
## Prerequisites
3232

33-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
33+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3434
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3535
- Install [the latest version of Azure PowerShell](/powershell/azure/install-az-ps) if you haven't already.
3636
- If you are running PowerShell locally, you also need to:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you learn how to create, list, and delete a user-assigned manag
2727

2828
## Prerequisites
2929

30-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
30+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3131
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3232
- If you are using Windows, install the [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) or use the [Azure Cloud Shell](../../cloud-shell/overview.md) in the Azure portal.
3333
- If you use the [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) or a [Linux distribution OS](/cli/azure/install-azure-cli-apt?view=azure-cli-latest), [Install the Azure CLI local console](/cli/azure/install-azure-cli).

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
@@ -38,7 +38,7 @@ If you plan to use the Azure PowerShell or Azure CLI examples in this article, b
3838
## Overview
3939

4040
Managed identities for Azure resources provides a [service principal object](../develop/developer-glossary.md#service-principal-object)
41-
, which is [created upon enabling managed identities for Azure resources](overview.md#how-does-it-work) on the VM. The service principal can be given access to Azure resources, and used as an identity by script/command-line clients for sign in and resource access. Traditionally, in order to access secured resources under its own identity, a script client would need to:
41+
, which is [created upon enabling managed identities for Azure resources](overview.md#how-does-the-managed-identities-for-azure-resources-work) on the VM. The service principal can be given access to Azure resources, and used as an identity by script/command-line clients for sign in and resource access. Traditionally, in order to access secured resources under its own identity, a script client would need to:
4242

4343
- be registered and consented with Azure AD as a confidential/web client application
4444
- sign in under its service principal, using the app's credentials (which are likely embedded in the script)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Use managed identities on a virtual machine to acquire access token - Azure AD
33
description: Step by step instructions and examples for using managed identities for Azure resources on a virtual machines to acquire an OAuth access token.
44
services: active-directory
@@ -41,7 +41,7 @@ If you plan to use the Azure PowerShell examples in this article, be sure to ins
4141
4242
## Overview
4343

44-
A client application can request managed identities for Azure resources [app-only access token](../develop/developer-glossary.md#access-token) for accessing a given resource. The token is [based on the managed identities for Azure resources service principal](overview.md#how-does-it-work). As such, there is no need for the client to register itself to obtain an access token under its own service principal. The token is suitable for use as a bearer token in
44+
A client application can request managed identities for Azure resources [app-only access token](../develop/developer-glossary.md#access-token) for accessing a given resource. The token is [based on the managed identities for Azure resources service principal](overview.md#how-does-the-managed-identities-for-azure-resources-work). As such, there is no need for the client to register itself to obtain an access token under its own service principal. The token is suitable for use as a bearer token in
4545
[service-to-service calls requiring client credentials](../develop/v1-oauth2-client-creds-grant-flow.md).
4646

4747
| | |

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
@@ -26,7 +26,7 @@ Once you've configured an Azure resource with a managed identity, you can give t
2626

2727
## Prerequisites
2828

29-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
29+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3030
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3131
- To run the CLI script examples, you have three options:
3232
- Use [Azure Cloud Shell](../../cloud-shell/overview.md) from the Azure portal (see next section).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After you've configured an Azure resource with a managed identity, you can give
2626

2727
## Prerequisites
2828

29-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
29+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3030
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3131

3232
## Use RBAC to assign a managed identity access to another resource

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Once you've configured an Azure resource with a managed identity, you can give t
2828

2929
## Prerequisites
3030

31-
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-it-work)**.
31+
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](overview.md). **Be sure to review the [difference between a system-assigned and user-assigned managed identity](overview.md#how-does-the-managed-identities-for-azure-resources-work)**.
3232
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before continuing.
3333
- Install [the latest version of Azure PowerShell](/powershell/azure/install-az-ps) if you haven't already.
3434

0 commit comments

Comments
 (0)