Skip to content

Commit b61f896

Browse files
authored
Update troubleshoot-tde.md
1 parent 969c31a commit b61f896

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/relational-databases/security/encryption/troubleshoot-tde.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ In this section, we list troubleshooting steps for the most common errors.
5656

5757
**Error message**
5858

59-
_401 AzureKeyVaultNoServerIdentity - The server identity is not correctly configured on server. Please contact support._
59+
_401 AzureKeyVaultNoServerIdentity - The server identity is not correctly configured on server. Please contact support.
6060

6161
**Detection**
6262

63-
Use the following cmdlet or command to ensure that an identity has been assigned to the logical SQL Server instance:
63+
Use the following cmdlet or command to ensure that an identity has been assigned to the server:
6464

65-
- Azure PowerShell: [Get-AzureRMSqlServer](/powershell/module/AzureRM.Sql/Get-AzureRmSqlServer)
65+
- Azure PowerShell: [Get-AzSqlServer](/powershell/module/Az.Sql/Get-AzSqlServer)
6666

6767
- Azure CLI: [az-sql-server-show](/cli/azure/sql/server#az_sql_server_show)
6868

6969
**Mitigation**
7070

71-
Use the following cmdlet or command to configure an Azure AD identity (an AppId) for the logical SQL Server instance:
71+
Use the following cmdlet or command to configure an Azure AD identity for the server:
7272

73-
- Azure PowerShell: [Set-AzureRmSqlServer](/powershell/module/azurerm.sql/set-azurermsqlserver) with the `-AssignIdentity` option.
73+
- Azure PowerShell: [Set-AzSqlServer](/powershell/module/az.sql/set-azsqlserver) with the `-AssignIdentity` option.
7474

7575
- Azure CLI: [az sql server update](/cli/azure/sql/server#az_sql_server_update) with the `--assign_identity` option.
7676

@@ -97,7 +97,7 @@ To identify the key URI and the key vault:
9797

9898
1. Use the following cmdlet or command to get the key URI of a specific server instance:
9999

100-
- Azure PowerShell: [Get-AzureRmSqlServerKeyVaultKey](/powershell/module/azurerm.sql/get-azurermsqlserverkeyvaultkey)
100+
- Azure PowerShell: [Get-AzSqlServerKeyVaultKey](/powershell/module/az.sql/get-azsqlserverkeyvaultkey)
101101

102102
- Azure CLI: [az-sql-server-tde-key-show](/cli/azure/sql/server/tde-key#az_sql_server_tdekey_show)
103103

@@ -184,15 +184,15 @@ Description: Database <name> on managed server <name> has lost access to Azure K
184184

185185
**Azure SQL Database**
186186

187-
EventName: MakeDatabaseAccessible (Azure SQL Database)
187+
EventName: MakeDatabaseAccessible
188188

189189
Status: Succeeded
190190

191191
Description: Database access to Azure key vault key has been reestablished and database is now online.
192192

193193
**Azure SQL Managed Instance**
194194

195-
EventName: MakeManagedDbAccessible (Azure SQL Managed Instance)
195+
EventName: MakeManagedDbAccessible
196196

197197
Status: Succeeded
198198

0 commit comments

Comments
 (0)