Skip to content

Commit de869b7

Browse files
committed
Editing the data encryption arm template
1 parent 1fd2170 commit de869b7

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

articles/mysql/howto-data-encryption-portal.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,19 @@ After Azure Database for MySQL is encrypted with a customer's managed key stored
9090
![Screenshot of Azure Database for MySQL, showing restored functionality](media/concepts-data-access-and-security-data-encryption/restore-successful.png)
9191
9292
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.
95106
96107
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
97108

articles/postgresql/howto-data-encryption-portal.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,19 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
8989
9090
![Screenshot of Azure Database for PostgreSQL, showing restored functionality](media/concepts-data-access-and-security-data-encryption/restore-successful.png)
9191
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.
94105
95106
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
96107

0 commit comments

Comments
 (0)