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/active-directory/managed-service-identity/qs-configure-portal-windows-vm.md
+38-16Lines changed: 38 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,7 @@ ms.author: daveba
23
23
24
24
Managed Service Identity provides Azure services with an automatically managed identity in Azure Active Directory. You can use this identity to authenticate to any service that supports Azure AD authentication, without having credentials in your code.
25
25
26
-
In this article, you will learn how to enable and disable the system assigned identity for an Azure VM, using the Azure portal. Assigning and removing user assigned identities from Azure VMs is not currently supported via the Azure Portal.
27
-
28
-
> [!NOTE]
29
-
> Currently, user assigned identity operations are not supported via the Azure Portal. Check back for updates.
26
+
In this article, you learn how to enable and disable system and user assigned identity for an Azure Virtual Machine (VM), using the Azure portal.
30
27
31
28
## Prerequisites
32
29
@@ -35,16 +32,18 @@ In this article, you will learn how to enable and disable the system assigned id
35
32
- To perform the management operations in this article, your account needs the following role assignment:
36
33
-[Virtual Machine Contributor](/azure/role-based-access-control/built-in-roles#virtual-machine-contributor) to enable and remove system assigned identity from an Azure VM.
37
34
38
-
## Managed Service Identity during creation of an Azure VM
35
+
## System assigned identity
36
+
37
+
In this section, you learn how to enable and disable the system assigned identity for VM using the Azure portal.
38
+
39
+
### Enable system assigned identity during creation of a VM
39
40
40
-
Currently, VM creation via the Azure portal does not support Managed Service Identity operations. Instead, please refer to one of the following VM creation Quickstart articles to first create a VM:
41
+
Currently, the Azure portal does not support enabling system assigned identity during the creation of a VM. Instead, refer to one of the following VM creation Quickstart articles to first create a VM, and then proceed to the next section for details on enabling system assigned identity on the VM:
41
42
42
43
-[Create a Windows virtual machine with the Azure portal](../../virtual-machines/windows/quick-create-portal.md#create-virtual-machine)
43
44
-[Create a Linux virtual machine with the Azure portal](../../virtual-machines/linux/quick-create-portal.md#create-virtual-machine)
44
45
45
-
Then proceed to the next section for details on enabling Managed Service Identity on the VM.
46
-
47
-
## Enable Managed Service Identity on an existing Azure VM
46
+
### Enable system assigned identity on an existing VM
48
47
49
48
To enable the system assigned identity on a VM that was originally provisioned without it:
50
49
@@ -54,12 +53,9 @@ To enable the system assigned identity on a VM that was originally provisioned w
54
53
55
54
3. Enable the system assigned identity on the VM by selecting "Yes" under "Managed service identity" and then click **Save**. This operation can take 60 seconds or more to complete:
56
55
57
-
> [!NOTE]
58
-
> Adding a user assigned identity to a VM is not currently supported via the Azure Portal.
## Remove Managed Service Identity from an Azure VM
58
+
###Remove system assigned identity from a VM
63
59
64
60
If you have a Virtual Machine that no longer needs the system assigned identity:
65
61
@@ -69,10 +65,36 @@ If you have a Virtual Machine that no longer needs the system assigned identity:
69
65
70
66
3. Disable the system assigned identity on the VM by selecting "No" under "Managed service identity", then click Save. This operation can take 60 seconds or more to complete:
71
67
72
-
> [!NOTE]
73
-
> Adding a user assigned identity to a VM is not currently supported via the Azure Portal.
In this section, you learn how to add and remove a user assigned identity from a VM using the Azure portal.
73
+
74
+
### Assign a user assigned identity during the creation of a VM
75
+
76
+
Currently, the Azure portal does not support assigning a user assigned identity during the creation of a VM. Instead, refer to one of the following VM creation Quickstart articles to first create a VM, and then proceed to the next section for details on assigning a user assigned identity to the VM:
77
+
78
+
-[Create a Windows virtual machine with the Azure portal](../../virtual-machines/windows/quick-create-portal.md#create-virtual-machine)
79
+
-[Create a Linux virtual machine with the Azure portal](../../virtual-machines/linux/quick-create-portal.md#create-virtual-machine)
80
+
81
+
### Assign a user assigned identity to an existing VM
82
+
83
+
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the VM.
84
+
2. Navigate to the desired VM and click **Identity**, **User assigned** and then **\+Add**.
85
+
86
+

87
+
88
+
3. Click the user assigned identity you want to add to the VM and then click **Add**.
89
+
90
+

91
+
92
+
### Remove a user assigned identity from a VM
93
+
94
+
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the VM.
95
+
2. Navigate to the desired VM and click **Identity**, **User assigned**, the name of the user assigned identity you want to delete and then click **Remove** (click **Yes** in the confirmation pane).
Copy file name to clipboardExpand all lines: articles/active-directory/managed-service-identity/qs-configure-portal-windows-vmss.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,7 @@ ms.author: daveba
23
23
24
24
Managed Service Identity provides Azure services with an automatically managed identity in Azure Active Directory. You can use this identity to authenticate to any service that supports Azure AD authentication, without having credentials in your code.
25
25
26
-
In this article, you will learn how to enable and disable the system assigned identity for a virtual machine scale set, using the Azure portal. Assigning and removing user assigned identities from an Azure virtual machine scale set is not currently supported via the Azure portal.
27
-
28
-
> [!NOTE]
29
-
> Currently, user assigned identity operations are not supported via the Azure Portal. Check back for updates.
26
+
In this article, you learn how to enable and disable system and user assigned identity for a virtual machine scale set using the Azure portal.
30
27
31
28
## Prerequisites
32
29
@@ -35,17 +32,19 @@ In this article, you will learn how to enable and disable the system assigned id
35
32
- To perform the management operations in this article, your account needs the following role assignment:
36
33
-[Virtual Machine Contributor](/azure/role-based-access-control/built-in-roles#virtual-machine-contributor) to enable and remove system assigned managed identity from a virtual machine scale set.
37
34
38
-
## Managed Service Identity during creation of an Azure virtual machine scale set
35
+
## System assigned identity
39
36
40
-
Currently, VM creation via the Azure portal does not support Managed Service Identity operations. Instead, please refer to the following Azure virtual machine scale set creation Quickstart article to first create an Azure virtual machine scale set:
37
+
In this section, you will learn how to enable and disable the system assigned identity on a virtual machine scale set using the Azure portal.
41
38
42
-
-[Create a Virtual Machine Scale Set in the Azure portal](../../virtual-machine-scale-sets/quick-create-portal.md)
39
+
### Enable system assigned identity during creation of a virtualmachinescale set
43
40
44
-
Then proceed to the next section for details on enabling Managed Service Identity on the virtual machine scale set.
41
+
Currently, the Azure portal does not support enabling system assigned identity during the creation of a virtual machine scale set. Instead, refer to the following virtual machine scale set creation Quickstart article to first create a virtual machine scale set, and then proceed to the next section for details on enabling system assigned identity on a virtual machine scale set:
45
42
46
-
## Enable Managed Service Identity on an existing Azure VMMS
43
+
-[Create a Virtual Machine Scale Set in the Azure portal](../../virtual-machine-scale-sets/quick-create-portal.md)
47
44
48
-
To enable the system assigned identity on a VM that was originally provisioned without it:
45
+
### Enable system assigned identity on an existing virtual machine scale set
46
+
47
+
To enable the system assigned identity on a virtual machine scale set that was originally provisioned without it:
49
48
50
49
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the virtual machine scale set.
51
50
@@ -55,17 +54,46 @@ To enable the system assigned identity on a VM that was originally provisioned w
## Remove Managed Service Identity from an Azure virtual machine scale set
57
+
###Remove system assigned identity from a virtual machine scale set
59
58
60
-
If you have a virtual machine scale set that no longer needs a Managed Service Identity:
59
+
If you have a virtual machine scale set that no longer needs a system assigned identity:
61
60
62
61
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the virtual machine scale set. Also make sure your account belongs to a role that gives you write permissions on the virtual machine scale set.
63
62
64
63
2. Navigate to the desired virtual machine scale set.
65
64
66
65
3. Disable the system assigned identity on the VM by selecting "No" under "Managed service identity", then click Save. This operation can take 60 seconds or more to complete:
In this section, you learn how to add and remove a user assigned identity from a virtual machine scale set using the Azure portal.
72
+
73
+
### Assign a user assigned identity during the creation of a virtual machine scale set
74
+
75
+
Currently, the Azure portal does not support assigning a user assigned identity during the creation of a virtual machine scale set. Instead, refer to the following virtual machine scale set creation Quickstart article to first create a virtual machine scale set, and then proceed to the next section for details on assigning a user assigned identity to it:
76
+
77
+
-[Create a Virtual Machine Scale Set in the Azure portal](../../virtual-machine-scale-sets/quick-create-portal.md)
78
+
79
+
### Assign a user assigned identity to an existing virtual machine scale set
80
+
81
+
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the virtual machine scale set.
82
+
2. Navigate to the desired virtual machine scale set and click **Identity**, **User assigned** and then **\+Add**.
83
+
84
+

85
+
86
+
3. Click the user assigned identity you want to add to the virtual machine scale set and then click **Add**.
87
+
88
+

89
+
90
+
### Remove a user assigned identity from a virtual machine scale set
91
+
92
+
1. Sign in to the [Azure portal](https://portal.azure.com) using an account associated with the Azure subscription that contains the VM.
93
+
2. Navigate to the desired virtual machine scale set and click **Identity**, **User assigned**, the name of the user assigned identity you want to delete and then click **Remove** (click **Yes** in the confirmation pane).
94
+
95
+

0 commit comments