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
+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
@@ -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/15/2022
7
+
ms.date: 09/14/2022
8
8
ms.service: mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: conceptual
@@ -28,13 +28,13 @@ In this tutorial you'll learn how to:
28
28
29
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](/cli/azure/reference-index#az-login) command. Note the ID property, which refers to Subscription ID for your Azure account.
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
33
```azurecli-interactive
34
34
az login
35
35
```
36
36
37
-
- If you have multiple subscriptions, choose the appropriate subscription in which you want to create the server using the az account set command.
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
39
```azurecli-interactive
40
40
az account set --subscription \<subscription id\>
@@ -240,4 +240,4 @@ The params **identityUri** and **primaryKeyUri** are the resource ID of the user
240
240
241
241
## Next steps
242
242
243
-
-[Data encryption with customer managed keys – Azure Database for MySQL – Flexible Server Preview](concepts-customer-managed-key-mysql-flexible-server.md)
243
+
-[Data encryption with customer managed keys – Azure Database for MySQL – Flexible Server Preview](concepts-customer-managed-key-mysql-flexible-server.md)
0 commit comments