Skip to content

Commit 1f1ec40

Browse files
Merge pull request #188224 from WilliamDAssafMSFT/patch-1
Update azure-key-vault-integration-configure.md
2 parents 181a084 + 554193d commit 1f1ec40

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/azure-sql/virtual-machines/windows/azure-key-vault-integration-configure.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: security
1313
ms.topic: how-to
1414
ms.tgt_pltfrm: vm-windows-sql-server
1515
ms.workload: iaas-sql-server
16-
ms.date: 04/30/2018
16+
ms.date: 02/10/2022
1717
ms.author: rsetlem
1818
ms.reviewer: mathoma
1919
---
@@ -24,19 +24,26 @@ There are multiple SQL Server encryption features, such as [transparent data enc
2424

2525
If you are running SQL Server on-premises, there are steps you can follow to [access Azure Key Vault from your on-premises SQL Server instance](/sql/relational-databases/security/encryption/extensible-key-management-using-azure-key-vault-sql-server). But for SQL Server on Azure VMs, you can save time by using the *Azure Key Vault Integration* feature.
2626

27+
> [!NOTE]
28+
> The Azure Key Vault integration is available only for the Enterprise, Developer, and Evaluation Editions of SQL Server. Starting with SQL Server 2019, Standard edition is also supported.
29+
2730
When this feature is enabled, it automatically installs the SQL Server Connector, configures the EKM provider to access Azure Key Vault, and creates the credential to allow you to access your vault. If you looked at the steps in the previously mentioned on-premises documentation, you can see that this feature automates steps 2 and 3. The only thing you would still need to do manually is to create the key vault and keys. From there, the entire setup of your SQL Server VM is automated. Once this feature has completed this setup, you can execute Transact-SQL (T-SQL) statements to begin encrypting your databases or backups as you normally would.
2831

32+
> [!NOTE]
33+
> You can also configure Key Vault integration by using a template. For more information, see [Azure quickstart template for Azure Key Vault integration](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-sql-existing-keyvault-update).
34+
35+
2936
[!INCLUDE [Prepare for Key Vault integration](../../../../includes/virtual-machines-sql-server-akv-prepare.md)]
3037

3138
>[!NOTE]
3239
> Extensible Key Management (EKM) Provider version 1.0.4.0 is installed on the SQL Server VM through the [SQL infrastructure as a service (IaaS) extension](./sql-server-iaas-agent-extension-automate-management.md). Upgrading the SQL IaaS extension will not update the provider version. Please considering manually upgrading the EKM provider version if needed (for example, when migrating to a SQL Managed Instance).
3340
3441

35-
## Enabling and configuring Key Vault integration
42+
## Enable and configure Key Vault integration
3643
You can enable Key Vault integration during provisioning or configure it for existing VMs.
3744

3845
### New VMs
39-
If you are provisioning a new SQL virtual machine with Resource Manager, the Azure portal provides a way to enable Azure Key Vault integration. The Azure Key Vault feature is available only for the Enterprise, Developer, and Evaluation Editions of SQL Server.
46+
If you are provisioning a new SQL virtual machine with Resource Manager, the Azure portal provides a way to enable Azure Key Vault integration.
4047

4148
![SQL Azure Key Vault Integration](./media/azure-key-vault-integration-configure/azure-sql-arm-akv.png)
4249

@@ -53,9 +60,4 @@ When you're finished, select the **Apply** button on the bottom of the **Securit
5360
> [!NOTE]
5461
> The credential name we created here will be mapped to a SQL login later. This allows the SQL login to access the key vault.
5562
56-
57-
> [!NOTE]
58-
> You can also configure Key Vault integration by using a template. For more information, see [Azure quickstart template for Azure Key Vault integration](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-sql-existing-keyvault-update).
59-
60-
61-
[!INCLUDE [Key Vault integration next steps](../../../../includes/virtual-machines-sql-server-akv-next-steps.md)]
63+
[!INCLUDE [Key Vault integration next steps](../../../../includes/virtual-machines-sql-server-akv-next-steps.md)]

0 commit comments

Comments
 (0)