Skip to content

Commit caa7a40

Browse files
authored
Merge pull request MicrosoftDocs#3984 from aliceku/master
Ownership update and fixed one typo
2 parents b7b7cc7 + 045a968 commit caa7a40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/security/encryption/transparent-data-encryption-byok-azure-sql-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn how to configure an Azure SQL Database and Data Warehouse to
44
keywords:
55
services: "sql-database"
66
documentationcenter:
7-
author: "becczhang"
7+
author: "aliceku"
88
manager: "cguyer"
99
editor:
1010
ms.assetid:
@@ -15,7 +15,7 @@ ms.tgt_pltfrm:
1515
ms.devlang: "na"
1616
ms.topic: "article"
1717
ms.date: "08/07/2017"
18-
ms.author: "rebeccaz"
18+
ms.author: "aliceku"
1919
ms.workload: "Inactive"
2020
---
2121
# PowerShell: Enable Transparent Data Encryption using your own key from Azure Key Vault
@@ -61,7 +61,7 @@ If you are creating a server, use the [New-AzureRmSqlServer](/powershell/module/
6161

6262
## Step 2. Grant Key Vault permissions to your server
6363

64-
Use the [Set-AzureRmKeyValutAccessPolicy](/powershell/module/azurerm.keyvault/set-azurermkeyvaultaccesspolicy) cmdlet to grant your server access to the key vault before using a key from it for TDE.
64+
Use the [Set-AzureRmKeyVaultAccessPolicy](/powershell/module/azurerm.keyvault/set-azurermkeyvaultaccesspolicy) cmdlet to grant your server access to the key vault before using a key from it for TDE.
6565

6666
```powershell
6767
Set-AzureRmKeyVaultAccessPolicy `

0 commit comments

Comments
 (0)