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/storage/files/change-identity-source.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ First, verify the identity source that's currently enabled on your storage accou
36
36
37
37
1. Select **Configured**.
38
38
39
-
1. The portal shows the identity source that's enabled on the storage account and its configuration status. Other identity sources are grayed out. In this example, Microsoft Entra Kerberos is enabled on the storage account, but not yet configured.
39
+
1. The portal shows the identity source that's enabled on the storage account and its configuration status. Other identity sources are grayed out. In this example, Microsoft Entra Kerberos is enabled as the identity source for the storage account.
40
40
41
41
:::image type="content" source="media/change-identity-source/identity-source-status.png" alt-text="Screenshot showing which identity source is enabled on the storage account." lightbox="media/change-identity-source/identity-source-status.png":::
42
42
@@ -74,26 +74,28 @@ Disable your current identity source by using the Azure portal, Azure PowerShell
74
74
75
75
### Active Directory Domain Services (AD DS)
76
76
77
-
> [!IMPORTANT]
78
-
> After disabling AD DS authentication, consider deleting the AD DS computer account or service logon account that you created to represent the storage account in your on-premises AD. If you leave the identity in AD DS, it remains as an orphaned object.
79
-
80
77
# [Portal](#tab/portal)
81
78
79
+
To disable AD DS on the storage account, follow these steps.
80
+
82
81
1. Under **Active Directory Domain Services (AD DS)**, select **Configure**.
83
82
1. Select the **Disable Active Directory for this storage account** checkbox.
84
83
1. Select **Save**.
85
84
85
+
> [!IMPORTANT]
86
+
> After disabling AD DS authentication, consider deleting the AD DS computer account or service logon account that you created to represent the storage account in your on-premises AD. If you leave the identity in AD DS, it remains as an orphaned object.
87
+
86
88
# [Azure PowerShell](#tab/powershell)
87
89
88
-
Run the following command, replacing the placeholder values with your own.
90
+
To disable AD DS on the storage account, run the following cmdlet. Replace the placeholder values with your own.
0 commit comments