Skip to content

Commit c688b1e

Browse files
Merge branch 'MicrosoftDocs:main' into artifactcache
2 parents 4adc5d3 + 0945c9c commit c688b1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/event-grid/handle-health-resources-events-using-azure-monitor-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The event filter enables users to receive alerts for a specific resource group,
7979

8080
### Sample ResourceAnnotated event
8181

82-
Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated` event:
82+
Here's a sample `ResourceAnnotated` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated`.
8383

8484
```json
8585
{
@@ -116,7 +116,7 @@ Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotat
116116

117117
### Sample AvailabilityStatusChanged event
118118

119-
Here's a sample `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged` event:
119+
Here's a sample `AvailabilityStatusChanged` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged`.
120120

121121
```json
122122
{

articles/mysql/migrate/migrate-external-mysql-import-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.custom:
1515
ms.devlang: azurecli
1616
---
1717

18-
# Migrate MySQL on-premises or Virtual Machine (VM) workload to Azure Database for MySQL - Flexible Server using Azure Database for MySQL Import CLI (Public Preview)
18+
# Migrate MySQL on-premises or Virtual Machine (VM) workload to Azure Database for MySQL - Flexible Server using Azure Database for MySQL Import CLI
1919

20-
Azure Database for MySQL Import for external migrations (Public Preview) enables you to migrate your MySQL on-premises or Virtual Machine (VM) workload seamlessly to Azure Database for MySQL - Flexible Server. It uses a user-provided physical backup file and restores the source server's physical data files to the target server, offering a simple and fast migration path. Post-import operation, you can take advantage of the benefits of a flexible server, which include better price and performance, granular control over database configuration, and custom maintenance windows.
20+
Azure Database for MySQL Import for external migrations enables you to migrate your MySQL on-premises or Virtual Machine (VM) workload seamlessly to Azure Database for MySQL - Flexible Server. It uses a user-provided physical backup file and restores the source server's physical data files to the target server, offering a simple and fast migration path. Post-import operation, you can take advantage of the benefits of a flexible server, which include better price and performance, granular control over database configuration, and custom maintenance windows.
2121

2222
Based on user-inputs, it takes up the responsibility of provisioning your target Flexible Server and then restoring the user-provided physical backup of the source server stored in the Azure Blob storage account to the target Flexible Server instance.
2323

0 commit comments

Comments
 (0)