Skip to content

Commit c6dcb2e

Browse files
committed
CLI documentation for Data encryption
1 parent 7dc5666 commit c6dcb2e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Learn how to use the Azure CLI to set up and manage data encryption for your Azu
7777
7878
Key url: https://YourVaultName.vault.azure.net/keys/YourKeyName/01234567890123456789012345678901>
7979
80-
## Restore or create a replica of the server
80+
## Restore or replica of the server
8181
8282
After Azure Database for MySQL is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted MySQL server, you can use the following steps to create an encrypted restored server.
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Learn how to use the Azure portal to set up and manage data encryption for your
6060
6161
4. To ensure all files (including temp files) are fully encrypted, restart the server.
6262
63-
## Restore or create a replica of the server
63+
## Restore or replica of the server
6464
6565
After Azure Database for MySQL is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted MySQL server, you can use the following steps to create an encrypted restored server.
6666

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Learn how to use the Azure CLI to set up and manage data encryption for your Azu
7777
7878
Key url: https://YourVaultName.vault.azure.net/keys/YourKeyName/01234567890123456789012345678901>
7979
80-
## Restore or create a replica of the server
80+
## Restore or replica of the server
8181
8282
After Azure Database for PostgreSQL Single server is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted PostgreSQL Single server server, you can use the following steps to create an encrypted restored server.
8383
@@ -97,7 +97,7 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
9797
### Get the Key used
9898
9999
```azurecli-interactive
100-
az postgres server key show --name <server name> -g <resource_group> --kid <key url>
100+
az mysql server key show --name <server name> -g <resource_group> --kid <key url>
101101
```
102102
103103
Key url: https://YourVaultName.vault.azure.net/keys/YourKeyName/01234567890123456789012345678901>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Learn how to use the Azure portal to set up and manage data encryption for your
6060
6161
4. To ensure all files (including temp files) are fully encrypted, restart the server.
6262
63-
## Restore or create a replica of the server
63+
## Restore or replica of the server
6464
6565
After Azure Database for PostgreSQL Single server is encrypted with a customer's managed key stored in Key Vault, any newly created copy of the server is also encrypted. You can make this new copy either through a local or geo-restore operation, or through a replica (local/cross-region) operation. So for an encrypted PostgreSQL server, you can use the following steps to create an encrypted restored server.
6666

0 commit comments

Comments
 (0)