Skip to content

Commit 1077a57

Browse files
committed
acrolinx edits
1 parent 5f84292 commit 1077a57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/mysql/flexible-server/how-to-data-encryption-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this tutorial you'll learn how to:
3333
3434
- Install or upgrade Azure CLI to the latest version. See [Install Azure CLI](/cli/azure/install-azure-cli).
3535

36-
- 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:
36+
- Log in 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:
3737

3838
```azurecli-interactive
3939
az login

articles/mysql/flexible-server/whats-new.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article summarizes new releases and features in Azure Database for MySQL -
2626

2727
- **Customer managed keys data encryption – Azure Database for MySQL – Flexible Server (Preview)**
2828

29-
With data encryption with customer-managed keys (CMKs)for Azure Database for MySQL - Flexible Server Preview, you can bring your own key (BYOK) for data protection at rest and implement separation of duties for managing keys and data.Data encryption with CMKs is set at the server level. For a given server, a CMK, called the key encryption key (KEK), is used to encrypt the data encryption key (DEK) used by the service. With customer managed keys (CMKs), the customer is responsible for and in a full control of key lifecycle management (key creation, upload, rotation, deletion), key usage permissions, and auditing operations on keys. [Learn More](concepts-customer-managed-key.md)
29+
With data encryption with customer-managed keys (CMKs) for Azure Database for MySQL - Flexible Server Preview, you can bring your own key (BYOK) for data protection at rest and implement separation of duties for managing keys and data. Data encryption with CMKs is set at the server level. For a given server, a CMK, called the key encryption key (KEK), is used to encrypt the data encryption key (DEK) used by the service. With customer managed keys (CMKs), the customer is responsible for and in a full control of key lifecycle management (key creation, upload, rotation, deletion), key usage permissions, and auditing operations on keys. [Learn More](concepts-customer-managed-key.md)
3030

3131
## August 2022
3232

@@ -43,7 +43,7 @@ This article summarizes new releases and features in Azure Database for MySQL -
4343
Business Critical tier for Azure Database for MySQL – Flexible Server now supports the Ev5 compute series in more regions.
4444
Learn more about [Boost Azure MySQL Business Critical flexible server performance by 30% with the Ev5 compute series!](https://techcommunity.microsoft.com/t5/azure-database-for-mysql-blog/boost-azure-mysql-business-critical-flexible-server-performance/ba-p/3603698)
4545

46-
- **Server paramaters that are now configurable**
46+
- **Server parameters that are now configurable**
4747

4848
List of dynamic server parameters that are now configurable
4949
- [lc_time_names](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lc_time_names)
@@ -57,9 +57,9 @@ Learn more about [Boost Azure MySQL Business Critical flexible server performanc
5757

5858
- **Known Issues**
5959

60-
- When you try to connect to the server, you will receive error "ERROR 9107 (HY000): Only Azure Active Directory accounts are allowed to connect to server".
60+
- When you try to connect to the server, you'll receive error "ERROR 9107 (HY000): Only Azure Active Directory accounts are allowed to connect to server".
6161

62-
Server parameter aad_auth_only was exposed in this month's deployment. Enabling server parameter aad_auth_only will block all non Azure Active Directory MySQL connections to your Azure Database for MySQL Flexible server. We are currently working on additional configurations required for AAD authentication to be fully functional, and the feature will be available in the upcoming deployments. Do not enable the aad_auth_only parameter until then.
62+
Server parameter aad_auth_only was exposed in this month's deployment. Enabling server parameter aad_auth_only will block all non Azure Active Directory MySQL connections to your Azure Database for MySQL Flexible server. We're currently working on additional configurations required for Azure Active Directory (AAD) authentication to be fully functional, and the feature will be available in the upcoming deployments. Don't enable the aad_auth_only parameter until then.
6363

6464

6565

@@ -260,7 +260,7 @@ This release of Azure Database for MySQL - Flexible Server includes the followin
260260

261261
- **validate_password and caching_sha2_password plugin available in private preview**
262262

263-
Flexible Server now supports enabling validate_password and caching_sha2_password plugins in private preview. Email us at [email protected]
263+
Flexible Server now supports enabling validate_password and caching_sha2_password plugins in preview. Email us at [email protected]
264264

265265
- **Availability in four additional Azure regions**
266266

0 commit comments

Comments
 (0)