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/mysql/howto-data-encryption-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Learn how to use the Azure CLI to set up and manage data encryption for your Azu
15
15
## Prerequisites for Azure CLI
16
16
17
17
* You must have an Azure subscription and be an administrator on that subscription.
18
-
* In Azure Key Vault, create a key vault and a key to use for a customer-managed key. Also enable purge protection and soft delete enabled on the key vault.
18
+
* In Azure Key Vault, create a key vault and a key to use for a customer-managed key. Also enable purge protection and soft delete on the key vault.
## Using Data encryption for restore or replica servers
81
81
82
82
After Azure Database for MySQL is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted MySQL server, you can use the following steps to create an encrypted restored server.
83
83
@@ -128,7 +128,7 @@ This Azure Resource Manager template creates an Azure Database for MySQL server
128
128
### For an existing server
129
129
Additionally, you can use Azure Resource Manager templates to enable data encryption on your existing Azure Database for MySQL servers.
130
130
131
-
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
131
+
* Pass the Resource ID of the Azure Key Vault key that you copied earlier under the `Uri` property in the properties object.
Copy file name to clipboardExpand all lines: articles/postgresql/howto-data-encryption-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Learn how to use the Azure CLI to set up and manage data encryption for your Azu
15
15
## Prerequisites for Azure CLI
16
16
17
17
* You must have an Azure subscription and be an administrator on that subscription.
18
-
* In Azure Key Vault, create a key vault and a key to use for a customer-managed key. Also enable purge protection and soft delete enabled on the key vault.
18
+
* In Azure Key Vault, create a key vault and a key to use for a customer-managed key. Also enable purge protection and soft delete on the key vault.
## Using Data encryption for restore or replica servers
81
81
82
82
After Azure Database for PostgreSQL Single server is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted PostgreSQL Single server server, you can use the following steps to create an encrypted restored server.
83
83
@@ -127,7 +127,7 @@ This Azure Resource Manager template creates an Azure Database for PostgreSQL Si
127
127
### For an existing server
128
128
Additionally, you can use Azure Resource Manager templates to enable data encryption on your existing Azure Database for PostgreSQL Single servers.
129
129
130
-
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
130
+
* Pass the Resource ID of the Azure Key Vault key that you copied earlier under the `Uri` property in the properties object.
0 commit comments