Skip to content

Commit cca5d3e

Browse files
authored
Merge pull request #300368 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 40cc233 + b7fdc46 commit cca5d3e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

articles/event-hubs/event-hubs-federation-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ discussed above will help you to skip events that were already handled and resum
146146

147147
The merge pattern has one or more replication tasks pointing to one target, possibly concurrently with regular producers also sending events to the same target.
148148

149-
Variations of these patters are:
149+
Variations of these patterns are:
150150

151151
- Two or more replication functions concurrently acquiring events from separate sources and sending them to the same target.
152152
- One more replication function acquiring events from a source while the target is also used directly by producers.

articles/load-testing/concept-load-test-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure Load Testing provides high-fidelity support of JMeter. You can create a ne
5252
- Test authenticated endpoints
5353
- Pass parameters to the load test, such as environment variables or secrets
5454
- Test non-HTTP based endpoints, such as database connections
55-
- Configure more advanced load patters
55+
- Configure more advanced load patterns
5656
- Reuse existing JMeter scripts
5757

5858
Get started [create a load test by uploading a JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md).

articles/migrate/how-to-discover-applications.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ The sign-in used to connect to a source SQL Server instance requires sysadmin ro
7979

8080
Once connected, the appliance gathers configuration and performance data of SQL Server instances and databases. The SQL Server configuration data is updated once every 24 hours, and the performance data is captured every 30 seconds. Hence, any change to the properties of the SQL Server instance and databases such as database status, compatibility level, etc. can take up to 24 hours to update on the portal.
8181

82+
## Discover MySQL Server instances and databases (preview)
83+
84+
- Software inventory also identifies the MySQL Server instances running in your VMware, Microsoft Hyper-V, and Physical/ Bare-metal environments as well as IaaS services of other public cloud.
85+
- If you haven't provided Windows or Linux authentication and MySQL Server authentication credentials on the appliance configuration manager, then add the credentials so that the appliance can use them to connect to respective MySQL Server instances.
86+
87+
> [!NOTE]
88+
> Appliance can connect to only those MySQL Server instances to which it has network line of sight, whereas software inventory by itself may not need network line of sight.
89+
90+
Once connected, the appliance gathers configuration and performance data of MySQL Server instances and databases. The MySQL Server configuration data is updated once every 24 hours, and the performance data is captured every 30 seconds. Hence, any change to the properties of the MySQL Server instance and databases such as database status, compatibility level, etc. can take up to 24 hours to update on the portal.
91+
8292
## Discover ASP.NET web apps
8393

8494
- Software inventory identifies web server role existing on discovered servers. If a server has web server role enabled, Azure Migrate performs web apps discovery on the server.
@@ -107,4 +117,4 @@ Once connected, the appliance gathers configuration and performance data of SQL
107117

108118
- [Create an assessment](how-to-create-assessment.md) for discovered servers.
109119
- [Assess web apps](how-to-create-azure-app-service-assessment.md) for migration to Azure App Service.
110-
- [Assess Spring Boot apps](how-to-create-azure-spring-apps-assessment.md) for migration to Azure Spring Apps.
120+
- [Assess Spring Boot apps](how-to-create-azure-spring-apps-assessment.md) for migration to Azure Spring Apps.

0 commit comments

Comments
 (0)