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-portal.md
+116Lines changed: 116 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,122 @@ After Azure Database for MySQL is encrypted with a customer's managed key stored
89
89
90
90

91
91
92
+
93
+
## Using an Azure Resource Manager template to enable data encryption on an existing server
94
+
You can use ARM templates to enable data encryption on your existing Azure database for MySQL servers.
95
+
96
+
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
Copy file name to clipboardExpand all lines: articles/postgresql/howto-data-encryption-portal.md
+114Lines changed: 114 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,120 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
89
89
90
90

91
91
92
+
## Using an Azure Resource Manager template to enable data encryption on an existing server
93
+
You can use ARM templates to enable data encryption on your existing Azure database for PostgreSQL Single servers.
94
+
95
+
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
To learn more about data encryption, see [Azure Database for PostgreSQL Single server data encryption with customer-managed key](concepts-data-encryption-postgresql.md).
0 commit comments