Skip to content

Commit 265c85e

Browse files
committed
fix tabs
1 parent 4386caf commit 265c85e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

articles/storage/files/change-identity-source.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the tabs below to find steps for disabling your current identity source.
2626

2727
### Active Directory Domain Services (AD DS)
2828

29-
# [Portal](#tab/portal-adds)
29+
# [Portal](#tab/portal)
3030

3131
1. Sign in to the [Azure portal](https://portal.azure.com) and select the storage account.
3232
1. Under **Data storage**, select **File shares**.
@@ -41,7 +41,7 @@ Use the tabs below to find steps for disabling your current identity source.
4141
> [!IMPORTANT]
4242
> 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.
4343
44-
# [Azure PowerShell](#tab/powershell-adds)
44+
# [Azure PowerShell](#tab/powershell)
4545

4646
Run the following command, replacing the placeholder values with your own.
4747

@@ -52,7 +52,7 @@ Set-AzStorageAccount -ResourceGroupName <resourceGroupName> -StorageAccountName
5252
> [!IMPORTANT]
5353
> 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.
5454
55-
# [Azure CLI](#tab/cli-adds)
55+
# [Azure CLI](#tab/cli)
5656

5757
Run the following command, replacing the placeholder values with your own.
5858

@@ -67,7 +67,7 @@ az storage account update --name <storage-account-name> --resource-group <resour
6767

6868
### Microsoft Entra Domain Services
6969

70-
# [Portal](#tab/portal-aadds)
70+
# [Portal](#tab/portal)
7171

7272
1. Sign in to the [Azure portal](https://portal.azure.com) and select the storage account.
7373
1. Under **Data storage**, select **File shares**.
@@ -79,15 +79,15 @@ az storage account update --name <storage-account-name> --resource-group <resour
7979
1. Uncheck the **Microsoft Entra Domain Services** checkbox.
8080
1. Select **Save**.
8181

82-
# [Azure PowerShell](#tab/powershell-aadds)
82+
# [Azure PowerShell](#tab/powershell)
8383

8484
Run the following command, replacing the placeholder values with your own.
8585

8686
```azurepowershell
8787
Set-AzStorageAccount -ResourceGroupName <resourceGroupName> -StorageAccountName <storageAccountName> -EnableAzureActiveDirectoryDomainServicesForFile $false
8888
```
8989

90-
# [Azure CLI](#tab/cli-aadds)
90+
# [Azure CLI](#tab/cli)
9191

9292
Run the following command, replacing the placeholder values with your own.
9393

@@ -99,7 +99,7 @@ az storage account update --name <storage-account-name> --resource-group <resour
9999

100100
### Microsoft Entra Kerberos
101101

102-
# [Portal](#tab/portal-aadkerb)
102+
# [Portal](#tab/portal)
103103

104104
1. Sign in to the [Azure portal](https://portal.azure.com) and select the storage account.
105105
1. Under **Data storage**, select **File shares**.
@@ -111,15 +111,15 @@ az storage account update --name <storage-account-name> --resource-group <resour
111111
1. Uncheck the **Microsoft Entra Kerberos** checkbox.
112112
1. Select **Save**.
113113

114-
# [Azure PowerShell](#tab/powershell-aadkerb)
114+
# [Azure PowerShell](#tab/powershell)
115115

116116
Run the following command, replacing the placeholder values with your own.
117117

118118
```azurepowershell
119119
Set-AzStorageAccount -ResourceGroupName <resourceGroupName> -StorageAccountName <storageAccountName> -EnableAzureActiveDirectoryKerberosForFile $false
120120
```
121121

122-
# [Azure CLI](#tab/cli-aadkerb)
122+
# [Azure CLI](#tab/cli)
123123

124124
Run the following command, replacing the placeholder values with your own.
125125

0 commit comments

Comments
 (0)