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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to set up and manage data encryption for your Azure Datab
4
4
author: vivgk
5
5
ms.author: vivgk
6
6
ms.reviewer: maghan
7
-
ms.date: 09/19/2022
7
+
ms.date: 09/15/2022
8
8
ms.service: mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: conceptual
@@ -30,33 +30,33 @@ In this tutorial you'll learn how to:
30
30
31
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.
32
32
33
-
```azurecli
33
+
```azurecli-interactive
34
34
az login
35
35
```
36
36
37
37
- If you have multiple subscriptions, choose the appropriate subscription in which you want to create the server using the az account set command.
38
38
39
-
```azurecli
39
+
```azurecli-interactive
40
40
az account set --subscription \<subscription id\>
41
41
```
42
42
43
43
- 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:
0 commit comments