Skip to content

Commit d183658

Browse files
committed
[MySQL] New Azure CLI data encryption article
1 parent 182a6e5 commit d183658

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/mysql/flexible-server/tutorial-set-data-encryption-cli-mysql-flexible-server.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.subservice: flexible-server
1010
ms.topic: conceptual
1111
---
1212

13-
# Tutorial: Set data encryption for Azure Database for MySQL Flexible Server with Azure CLI
13+
# Tutorial: Set data encryption for Azure Database for MySQL Flexible Server with Azure CLI Preview
1414

15-
This tutorial shows you how to set up and manage data encryption for your Azure Database for MySQL flexible server using Azure CLI.
15+
This tutorial shows you how to set up and manage data encryption for your Azure Database for MySQL - Flexible Server using Azure CLI preview.
1616

1717
In this tutorial you'll learn how to:
1818

@@ -24,14 +24,13 @@ In this tutorial you'll learn how to:
2424

2525
- An Azure account with an active subscription.
2626

27-
- If you don't have an Azure subscription, create an[Azure free account](https://azure.microsoft.com/free)before you begin. With an Azure free account, you can now try Azure Database for MySQL - Flexible Server for free for 12 months. For more information, see [Try Flexible Server for free](https://docs.microsoft.com/en-us/azure/mysql/flexible-server/how-to-deploy-on-azure-free-account).
27+
- If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free)before you begin. With an Azure free account, you can now try Azure Database for MySQL - Flexible Server for free for 12 months. For more information, see [Try Flexible Server for free](how-to-deploy-on-azure-free-account).
2828

29-
- Install or upgrade Azure CLI to the latest version. See [Install Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli).
29+
- Install or upgrade Azure CLI to the latest version. See [Install Azure CLI](/cli/azure/install-azure-cli).
3030

31-
- Login to Azure account using [az login](https://docs.microsoft.com/en-us/cli/azure/reference-index#az-login)command. Note the id property, which refers to Subscription ID for your Azure account.
32-
az login
31+
- Login to Azure account using [az login](/cli/azure/reference-index#az-login) command. Note the id property, which refers to Subscription ID for your Azure account.
3332

34-
_(For reference: Need to include the copy option and try it button as below:)_
33+
`az login`
3534

3635
:::image type="content" source="media/tutorial-set-data-encryption-CLI-mysql-flexible-server/az-login.png" alt-text="Screenshot of az login.":::
3736

@@ -41,7 +40,7 @@ _(For reference: Need to include the copy option and try it button as below:)_
4140

4241
- In Azure Key Vault, create a key vault and a key. The key vault must have the following properties to use as a customer-managed key:
4342

44-
Soft delete
43+
[Soft delete](../../key-vault/general/soft-delete-overview.md)
4544

4645
`az resource update --id $(az keyvault show --name \ \<key\_vault\_name\> -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true`
4746

@@ -223,3 +222,7 @@ Disable data encryption for flexible server
223222
]
224223
}
225224
```
225+
226+
## Next steps
227+
228+
- [Data encryption with customer managed keys – Azure Database for MySQL – Flexible Server Preview](concepts-customer-managed-key-mysql-flexible-server.md)

0 commit comments

Comments
 (0)