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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,19 +92,19 @@ After Azure Database for MySQL is encrypted with a customer's managed key stored
92
92
93
93
## Using an Azure Resource Manager template to enable data encryption
94
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.
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.
96
96
97
97
### For a new server
98
98
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:
100
100
[Example with Data encryption](https://github.com/Azure/azure-mysql/tree/master/arm-templates/ExampleWithDataEncryption)
101
101
102
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
103
104
104
### 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.
106
106
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.
Copy file name to clipboardExpand all lines: articles/postgresql/howto-data-encryption-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,19 +91,19 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
91
91
92
92
## Using an Azure Resource Manager template to enable data encryption
93
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.
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.
95
95
96
96
### For a new server
97
97
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:
99
99
[Example with Data encryption](https://github.com/Azure/azure-postgresql/tree/master/arm-templates/ExampleWithDataEncryption)
100
100
101
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
102
103
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.
104
+
Additionally, you can use ARM templates to enable data encryption on your existing Azure Database for PostgreSQL Single servers.
105
105
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.
0 commit comments