Skip to content

Commit 0c31366

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into AUTOGEN-Sentinel-connectors-Mon_May_26_2025-1620
2 parents 465f547 + cca5d3e commit 0c31366

25 files changed

+386
-302
lines changed

articles/backup/backup-azure-private-endpoints-concept.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Private endpoints for Azure Backup - Overview
33
description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources.
44
ms.topic: overview
55
ms.service: azure-backup
6-
ms.date: 04/04/2025
6+
ms.date: 05/26/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -31,7 +31,8 @@ This article describes how the [enhanced capabilities of private endpoints](#key
3131
- You can create private endpoints for new Recovery Services vaults that don't have any items registered/protected to the vault, only. However, private endpoints are currently not supported for Backup vaults.
3232

3333
>[!Note]
34-
>Private endpoints with static IPs are unsupported in the V2 experience due to dynamic IP expansion. While creation succeeds, registration might fail for vaults with existing protected items.
34+
>- Private endpoints with static IPs are unsupported in the V2 experience due to dynamic IP expansion. While creation succeeds, registration might fail for vaults with existing protected items.
35+
>- Creation of multiple private endpoints with the same name under Recovery Services Vaults is unsupported.
3536
3637
- You can't upgrade vaults (that contains private endpoints) created using the classic experience to the new experience. You can delete all existing private endpoints, and then create new private endpoints with the v2 experience.
3738

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)