Skip to content

Commit ffdccc4

Browse files
committed
more grammar edits
1 parent f7a37af commit ffdccc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up and manage data encryption for your Azure Datab
44
author: vivgk
55
ms.author: vivgk
66
ms.reviewer: maghan
7-
ms.date: 09/15/2022
7+
ms.date: 09/14/2022
88
ms.service: mysql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -28,13 +28,13 @@ In this tutorial you'll learn how to:
2828

2929
- 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](/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:
3232

3333
```azurecli-interactive
3434
az login
3535
```
3636

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:
3838

3939
```azurecli-interactive
4040
az account set --subscription \<subscription id\>
@@ -240,4 +240,4 @@ The params **identityUri** and **primaryKeyUri** are the resource ID of the user
240240

241241
## Next steps
242242

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

Comments
 (0)