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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,19 @@ After Azure Database for MySQL is encrypted with a customer's managed key stored
90
90

91
91
92
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.
93
+
## Using an Azure Resource Manager template to enable data encryption
94
+
95
+
Apart from Portal you can also enable data encryption on your Azure Database for PostgreSQL single server using Azure Resource Manager templates both for a new server as well as an existing server.
96
+
97
+
### For a new server
98
+
99
+
We have also created deployable ARM Templates to provision the server with data encryption enabled:
100
+
[Example with Data encryption](https://github.com/Azure/azure-mysql/tree/master/arm-templates/ExampleWithDataEncryption)
101
+
102
+
This ARM template creates a Azure Database for MySQL server and uses the **KeyVault** and **Key** passed as parameters to enable data encryption on the server.
103
+
104
+
### For an existing server
105
+
Additionally, you can use ARM templates to enable data encryption on your existing Azure database for MySQL servers.
95
106
96
107
* 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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,19 @@ 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.
92
+
## Using an Azure Resource Manager template to enable data encryption
93
+
94
+
Apart from Portal you can also enable data encryption on your Azure Database for PostgreSQL single server using Azure Resource Manager templates both for a new server as well as an existing server.
95
+
96
+
### For a new server
97
+
98
+
We have also created deployable ARM Templates to provision the server with data encryption enabled:
99
+
[Example with Data encryption](https://github.com/Azure/azure-postgresql/tree/master/arm-templates/ExampleWithDataEncryption)
100
+
101
+
This ARM template creates a Azure Database for PostgreSQL Single server and uses the **KeyVault** and **Key** passed as parameters to enable data encryption on the server.
102
+
103
+
### For an existing server
104
+
Additionally, you can use ARM templates to enable data encryption on your existing Azure database for PostgreSQL Single servers.
94
105
95
106
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
0 commit comments