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/flexible-server/tutorial-set-data-encryption-cli-mysql-flexible-server.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.subservice: flexible-server
10
10
ms.topic: conceptual
11
11
---
12
12
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
14
14
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.
16
16
17
17
In this tutorial you'll learn how to:
18
18
@@ -24,14 +24,13 @@ In this tutorial you'll learn how to:
24
24
25
25
- An Azure account with an active subscription.
26
26
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).
28
28
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).
30
30
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.
33
32
34
-
_(For reference: Need to include the copy option and try it button as below:)_
33
+
`az login`
35
34
36
35
:::image type="content" source="media/tutorial-set-data-encryption-CLI-mysql-flexible-server/az-login.png" alt-text="Screenshot of az login.":::
37
36
@@ -41,7 +40,7 @@ _(For reference: Need to include the copy option and try it button as below:)_
41
40
42
41
- 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:
@@ -223,3 +222,7 @@ Disable data encryption for flexible server
223
222
]
224
223
}
225
224
```
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