Skip to content

Commit 7eace99

Browse files
committed
Addressed PLR comments
1 parent f5d75e9 commit 7eace99

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

articles/migrate/assessments-overview-migrate-to-azure-db-mysql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ MySQL assessments are performed on the **performance-based** sizing criteria, ma
4242

4343
You can assess your on-premises MySQL instances using the configuration and utilization data collected by lightweight Azure Migrate appliances, which discover the instances and databases and send the data to the Azure Migrate service.
4444

45-
1. Deploy the Azure Migrate appliances to discover the MySQL instances: [Refer this tutorial](tutorial-discover-mysql-database-instances.md) to deploy the Azure Migrate appliances and discover the MySQL instances that you want to assess.
46-
1. Create a MySQL assessment: Refer this [tutorial](create-mysql-assessment.md) to create a new assessment and review the reports.
45+
1. Deploy the Azure Migrate appliances to discover the MySQL instances: See this [tutorial](tutorial-discover-mysql-database-instances.md) to deploy the Azure Migrate appliances and discover the MySQL instances that you want to assess.
46+
1. Create a MySQL assessment: See this [tutorial](create-mysql-assessment.md) to create a new assessment and review the reports.
4747

4848
## Properties to create and customize a MySQL assessment
4949

@@ -73,12 +73,12 @@ The Azure Database for MySQL assessment properties includes:
7373

7474
| **Setting** | **Details**
7575
| --- | ---
76-
| **Service Tier** | Choose the most appropriate service tier option to accommodate your business needs for migration to Azure Database for MySQL. <br/><br> By default, all three service tiers are selected. Azure Migrate recommends the best suited service tier for your servers based on your Environment Type and the collected performance data. <br/><br> Select *General Purpose* if you want an Azure Database for MySQL configuration designed for business workloads that require balanced computing and memory with scalable I/O throughput. <br/><br> Select *Business Critical* if you want an Azure Database for MySQL configuration designed for high-performance database workloads that require in-memory performance for faster transaction processing and higher concurrency.
76+
| **Service Tier** | Choose the most appropriate service tier option to accommodate your business needs for migration to Azure Database for MySQL. <br/><br> By default, all three service tiers are selected. As per the assessment report, we recommend the best suited service tier for your servers based on your Environment Type and the collected performance data. <br/><br> - Select *General Purpose* if you want an Azure Database for MySQL configuration designed for business workloads that require balanced computing and memory with scalable I/O throughput. <br/><br> - Select *Business Critical* if you want an Azure Database for MySQL configuration designed for high-performance database workloads that require in-memory performance for faster transaction processing and higher concurrency.
7777

7878

7979
## Performance data calculation for MySQL instances
8080

81-
The appliance collects performance data for compute settings with these steps:
81+
The appliance collects the following performance data for compute settings:
8282

8383
- The appliance collects a real-time sample point. For MySQL instances, it collects a sample point every 30 seconds.
8484
- The appliance aggregates the sample data points collected every 30 seconds over 10 minutes. To create the data point, the appliance selects the peak values from all samples. It sends the max and means for each counter to Azure.
@@ -133,7 +133,7 @@ Azure Migrate recommends the [Autoscale IOPS feature in Azure Database for MySQL
133133
## Confidence ratings
134134

135135
Each MySQL assessment is associated with a confidence rating. The rating ranges from one (lowest) to five (highest) stars. The confidence rating helps you estimate the reliability of the size recommendations Azure Migrate provides.
136-
- The rating is based on the availability of data points that are needed to compute the assessment.
136+
- The rating is based on the availability of data points that are required to compute the assessment.
137137
- For performance-based sizing, the assessment collects performance data of all the MySQL instances and databases, which include:
138138
- CPU utilization (%)
139139
- Memory utilization (%)

articles/migrate/tutorial-discover-mysql-database-instances.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ This article describes how to discover MySQL database instances running on serve
1414

1515
In this tutorial, you learn how to:
1616
> [!div class="checklist"]
17-
> - Set up Kubernetes based appliance for discovery of MySQL database instances
18-
> - Configure the appliance and initiate continuous discovery
17+
> - [Set up Kubernetes based appliance for discovery of MySQL database instances](#set-up-kubernetes-based-appliance)
18+
> - [Encryption at rest](#encryption-at-rest)
19+
> - [Configure the appliance and initiate continuous discovery](#configure-kubernetes-based-appliance)
20+
> - [Clean up of setup](#clean-up-of-setup)
21+
> - [Overview of Discovery results](#overview-of-discovery-results)
1922
2023

2124
> [!NOTE]
@@ -42,14 +45,14 @@ The following table lists the regions that support MySQL Discovery and Assessmen
4245
## Prerequisites
4346

4447
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/pricing/free-trial/).
45-
- Before you begin to discover MySQL database instances, use the relevant tutorial to create an Azure Migrate project as per your requirements in one of the [supported regions](#supported-regions):
48+
- Before you begin to discover MySQL database instances, use the below tutorials to create an Azure Migrate project as per your requirements in one of the [supported regions](#supported-regions):
4649

4750
- [Discover servers running in a VMware environment](tutorial-discover-vmware.md)
4851
- [Discover servers running in Hyper-V environment](tutorial-discover-hyper-v.md)
4952
- [Discover physical servers](tutorial-discover-physical.md)
5053
- [Discover AWS instances](tutorial-discover-aws.md)
5154
- [Discover GCP instances](tutorial-discover-gcp.md)
52-
-
55+
5356
- After you create a project, ensure you've completed the server discovery using the Azure Migrate appliance.
5457
- Ensure that you perform the [discovery of software inventory](how-to-discover-applications.md) by providing the server credentials to the appliance configuration manager.
5558

@@ -142,7 +145,7 @@ Before you execute the installer script, ensure that you have verified the follo
142145
143146
**Packaged Kubernetes cluster**
144147
145-
- This script needs to be run after you connect to a Linux machine on its terminal that has met the networking prerequisite and OS compatibility.
148+
- Run the script after you connect to a Linux machine on its terminal that has met the networking prerequisite and OS compatibility.
146149
- Ensure that you install curl on the server. For Ubuntu, you can install it using the command `sudo apt-get install curl`, and for other OS (RHEL), you can use the command `yum install curl`.
147150
- Ensure that you install microk8s 1.29 on the server. For Ubuntu, you can install using the command `sudo snap install microk8s --classic --channel=1.29/stable`. Learn more on [how to install microk8s on Red Hat Enterprise Linux 9](https://snapcraft.io/install/microk8s/rhel).
148151
@@ -152,7 +155,7 @@ Before you execute the installer script, ensure that you have verified the follo
152155
- Ensure that you have curl installed on the server. For Ubuntu, you can install it using the command </br> `sudo apt-get install curl` </br> and for other OS (RHEL), you can use the command </br> `yum install curl`
153156
154157
> [!Important]
155-
> Don't edit the script before you execute it. You can only edit the script when want to [clean up the setup](#clean-up-of-setup).
158+
> Don't edit the script before you execute it. You can only edit the script when you want to [clean up the setup](#clean-up-of-setup).
156159
157160
After you save the script on the Linux server, follow these steps:
158161

0 commit comments

Comments
 (0)