Skip to content

Commit c34c203

Browse files
committed
fixed broken link
1 parent 00e62b1 commit c34c203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/lab-services/enable-managed-identities-lab-vms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: spelluru
2020
# Enable user-assigned managed identities on lab virtual machines in Azure DevTest Labs
2121
As a lab owner, you can enable user-assigned managed identities on your lab virtual machines (VMs) in Azure DevTest Labs.
2222

23-
A managed identity can be used to authenticate to any service that supports Azure Active Directory (AD) authentication, including Key Vault, without passing any credentials in the code. For more information on managed identities, see [What is managed identities for Azure resources?](../../active-directory/managed-identities-azure-resources/overview.md).
23+
A managed identity can be used to authenticate to any service that supports Azure Active Directory (AD) authentication, including Key Vault, without passing any credentials in the code. For more information on managed identities, see [What is managed identities for Azure resources?](../active-directory/managed-identities-azure-resources/overview.md).
2424

2525
With this feature, lab users can share Azure resources such as Azure SQL Database in the context of the lab. The authentication to the resource is taken care by the identity itself. Once configured, every existing/newly created lab VM will be enabled with this identity. Lab users can access resources once logged in to their machines.
2626

@@ -30,7 +30,7 @@ With this feature, lab users can share Azure resources such as Azure SQL Databas
3030
## Use Azure portal
3131
To add a user assigned managed identity for lab VMs, follow these steps:
3232

33-
1. [Create a user-assigned managed identity in your subscription](../../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md#create-a-user-assigned-managed-identity)
33+
1. [Create a user-assigned managed identity in your subscription](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md#create-a-user-assigned-managed-identity)
3434
1. Navigate to the **Configuration and policies** page for your lab.
3535
2. Select **Identity (Preview)** on the left menu.
3636
3. Select the **Virtual machine** tab.
@@ -66,7 +66,7 @@ To add a user assigned managed identity for lab VMs, follow these steps:
6666
```
6767

6868
## Next steps
69-
To learn more about managed identities, see [What is managed identities for Azure resources?](../../active-directory/managed-identities-azure-resources/overview.md).
69+
To learn more about managed identities, see [What is managed identities for Azure resources?](../active-directory/managed-identities-azure-resources/overview.md).
7070

7171

7272

0 commit comments

Comments
 (0)