You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/managed-identity-authentication.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Authenticate against Azure resources with Azure Arc-enabled servers
3
3
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.
4
4
ms.topic: conceptual
5
-
ms.date: 07/16/2021
5
+
ms.date: 11/08/2021
6
6
---
7
7
8
8
# 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
36
36
## Prerequisites
37
37
38
38
- 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.
39
41
- 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.
41
43
- An Azure Key Vault to store and retrieve your credential. and assign the Azure Arc identity access to the KeyVault.
42
44
43
45
- 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