Skip to content

Commit b5ac31e

Browse files
authored
Merge pull request #49811 from MicrosoftDocs/master
8/23 AM Publish
2 parents a62cbb5 + 3507dce commit b5ac31e

File tree

163 files changed

+1305
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+1305
-786
lines changed
Loading
Loading
Loading
Loading
Loading

articles/active-directory/managed-service-identity/qs-configure-portal-windows-vm.md

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ ms.author: daveba
2323

2424
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.
2525

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.
3027

3128
## Prerequisites
3229

@@ -35,16 +32,18 @@ In this article, you will learn how to enable and disable the system assigned id
3532
- To perform the management operations in this article, your account needs the following role assignment:
3633
- [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.
3734

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
3940

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:
4142

4243
- [Create a Windows virtual machine with the Azure portal](../../virtual-machines/windows/quick-create-portal.md#create-virtual-machine)
4344
- [Create a Linux virtual machine with the Azure portal](../../virtual-machines/linux/quick-create-portal.md#create-virtual-machine)
4445

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
4847

4948
To enable the system assigned identity on a VM that was originally provisioned without it:
5049

@@ -54,12 +53,9 @@ To enable the system assigned identity on a VM that was originally provisioned w
5453

5554
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:
5655

57-
> [!NOTE]
58-
> Adding a user assigned identity to a VM is not currently supported via the Azure Portal.
59-
6056
![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vm/create-windows-vm-portal-configuration-blade.png)
6157

62-
## Remove Managed Service Identity from an Azure VM
58+
### Remove system assigned identity from a VM
6359

6460
If you have a Virtual Machine that no longer needs the system assigned identity:
6561

@@ -69,10 +65,36 @@ If you have a Virtual Machine that no longer needs the system assigned identity:
6965

7066
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:
7167

72-
> [!NOTE]
73-
> Adding a user assigned identity to a VM is not currently supported via the Azure Portal.
68+
![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vm/create-windows-vm-portal-configuration-blade-disable.png)
69+
70+
## User assigned identity
71+
72+
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+
![Add user assigned identity to VM](./media/msi-qs-configure-portal-windows-vm/add-user-assigned-identity-vm-screenshot1.png)
87+
88+
3. Click the user assigned identity you want to add to the VM and then click **Add**.
89+
90+
![Add user assigned identity to VM](./media/msi-qs-configure-portal-windows-vm/add-user-assigned-identity-vm-screenshot2.png)
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).
7496

75-
![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vm/create-windows-vm-portal-configuration-blade-disable.png)
97+
![Remove user assigned identity from a VM](./media/msi-qs-configure-portal-windows-vm/remove-user-assigned-identity-vm-screenshot.png)
7698

7799
## Related content
78100

articles/active-directory/managed-service-identity/qs-configure-portal-windows-vmss.md

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ ms.author: daveba
2323

2424
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.
2525

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.
3027

3128
## Prerequisites
3229

@@ -35,17 +32,19 @@ In this article, you will learn how to enable and disable the system assigned id
3532
- To perform the management operations in this article, your account needs the following role assignment:
3633
- [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.
3734

38-
## Managed Service Identity during creation of an Azure virtual machine scale set
35+
## System assigned identity
3936

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.
4138

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 virtual machine scale set
4340

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:
4542

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)
4744

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:
4948

5049
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.
5150

@@ -55,17 +54,46 @@ To enable the system assigned identity on a VM that was originally provisioned w
5554

5655
[![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vmss/create-windows-vmss-portal-configuration-blade.png)](../managed-service-identity/media/msi-qs-configure-portal-windows-vmss/create-windows-vmss-portal-configuration-blade.png#lightbox)
5756

58-
## Remove Managed Service Identity from an Azure virtual machine scale set
57+
### Remove system assigned identity from a virtual machine scale set
5958

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:
6160

6261
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.
6362

6463
2. Navigate to the desired virtual machine scale set.
6564

6665
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:
6766

68-
![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vmss/disable-windows-vmss-portal-configuration-blade.png)
67+
![Configuration page screenshot](../managed-service-identity/media/msi-qs-configure-portal-windows-vmss/disable-windows-vmss-portal-configuration-blade.png)
68+
69+
## User assigned identity
70+
71+
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+
![Add user assigned identity to VMSS](./media/msi-qs-configure-portal-windows-vm/add-user-assigned-identity-vmss-screenshot1.png)
85+
86+
3. Click the user assigned identity you want to add to the virtual machine scale set and then click **Add**.
87+
88+
![Add user assigned identity to VMSS](./media/msi-qs-configure-portal-windows-vm/add-user-assigned-identity-vm-screenshot2.png)
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+
![Remove user assigned identity from a VMSS](./media/msi-qs-configure-portal-windows-vm/remove-user-assigned-identity-vmss-screenshot.png)
96+
6997

7098
## Related Content
7199

0 commit comments

Comments
 (0)