Skip to content

Commit 8f2468d

Browse files
authored
Merge pull request #179146 from MGoedtel/UpdateArcMIAuth
updated Arc servers MI article
2 parents 33aff73 + 494708c commit 8f2468d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-arc/servers/managed-identity-authentication.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate against Azure resources with Azure Arc-enabled servers
33
description: This article describes Azure Instance Metadata Service support for Azure Arc-enabled servers and how you can authenticate against Azure resources and local using a secret.
44
ms.topic: conceptual
5-
ms.date: 07/16/2021
5+
ms.date: 11/08/2021
66
---
77

88
# Authenticate against Azure resources with Azure Arc-enabled servers
@@ -36,8 +36,10 @@ The system environment variable **IDENTITY_ENDPOINT** is used to discover the id
3636
## Prerequisites
3737

3838
- An understanding of Managed identities.
39+
- On Windows, you must be a member of the local **Administrators** group or the **Hybrid Agent Extension Applications** group.
40+
- On Linux, you must be a member of the **himds** group.
3941
- A server connected and registered with Azure Arc-enabled servers.
40-
- You are a member of the [Owner group](../../role-based-access-control/built-in-roles.md#owner)** in the subscription or resource group, in order to perform required resource creation and role management steps.
42+
- You are a member of the [Owner group](../../role-based-access-control/built-in-roles.md#owner) in the subscription or resource group, in order to perform required resource creation and role management steps.
4143
- An Azure Key Vault to store and retrieve your credential. and assign the Azure Arc identity access to the KeyVault.
4244

4345
- If you don't have a Key Vault created, see [Create Key Vault](../../active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-nonaad.md#create-a-key-vault-).

0 commit comments

Comments
 (0)