Skip to content

Commit 68d5cbc

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ After Azure Database for MySQL is encrypted with a customer's managed key stored
9292
9393
## Using an Azure Resource Manager template to enable data encryption
9494
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.
95+
Apart from the Azure portal, you can also enable data encryption on your Azure Database for MySQL server using Azure Resource Manager templates for new and existing servers.
9696
9797
### For a new server
9898
99-
We have also created deployable ARM Templates to provision the server with data encryption enabled:
99+
Use one of the pre-created ARM templates to provision the server with data encryption enabled:
100100
[Example with Data encryption](https://github.com/Azure/azure-mysql/tree/master/arm-templates/ExampleWithDataEncryption)
101101
102102
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.
103103
104104
### For an existing server
105-
Additionally, you can use ARM templates to enable data encryption on your existing Azure database for MySQL servers.
105+
Additionally, you can use ARM templates to enable data encryption on your existing Azure Database for MySQL servers.
106106
107-
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
107+
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
108108
109109
* Use *2020-01-01-preview* as the API version.
110110

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
9191
9292
## Using an Azure Resource Manager template to enable data encryption
9393
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.
94+
Apart from Azure portal, you can also enable data encryption on your Azure Database for PostgreSQL single server using Azure Resource Manager templates for new and existing server.
9595
9696
### For a new server
9797
98-
We have also created deployable ARM Templates to provision the server with data encryption enabled:
98+
Use one of the pre-created ARM templates to provision the server with data encryption enabled:
9999
[Example with Data encryption](https://github.com/Azure/azure-postgresql/tree/master/arm-templates/ExampleWithDataEncryption)
100100
101101
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.
102102
103103
### For an existing server
104-
Additionally, you can use ARM templates to enable data encryption on your existing Azure database for PostgreSQL Single servers.
104+
Additionally, you can use ARM templates to enable data encryption on your existing Azure Database for PostgreSQL Single servers.
105105
106-
* Pass the URI of the Azure Key Vault key that you copied earlier under the keyVaultKeyUri property in the properties object.
106+
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
107107
108108
* Use *2020-01-01-preview* as the API version.
109109

0 commit comments

Comments
 (0)