Skip to content

Commit 33d4d98

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ Apart from the Azure portal, you can also enable data encryption on your Azure D
9696
9797
### For a new server
9898
99-
Use one of the pre-created ARM templates to provision the server with data encryption enabled:
99+
Use one of the pre-created Azure Resource Manager 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
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.
102+
This Azure Resource Manager 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 Azure Resource Manager templates to enable data encryption on your existing Azure Database for MySQL servers.
106106
107107
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
108108

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Apart from Azure portal, you can also enable data encryption on your Azure Datab
9595
9696
### For a new server
9797
98-
Use one of the pre-created ARM templates to provision the server with data encryption enabled:
98+
Use one of the pre-created Azure Resource Manager 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
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.
101+
This Azure Resource Manager 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 Azure Resource Manager templates to enable data encryption on your existing Azure Database for PostgreSQL Single servers.
105105
106106
* Pass the URI of the Azure Key Vault key that you copied earlier under the `keyVaultKeyUri` property in the properties object.
107107

0 commit comments

Comments
 (0)