Skip to content

Commit 4af999c

Browse files
MikeWeiner-MicrosoftMikeWeiner-Microsoft
authored andcommitted
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into esuavs
2 parents 3514a79 + 3c6ef7e commit 4af999c

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed
-14.1 KB
Loading

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

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

8080
### Sample ResourceAnnotated event
8181

82+
<<<<<<< HEAD
8283
Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated` event:
84+
=======
85+
Here's a sample `ResourceAnnotated` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated`.
86+
>>>>>>> 3c6ef7ea55d8faa5800374b18c6919bddaa9c845
8387
8488
```json
8589
{
@@ -116,7 +120,11 @@ Here's a sample `Microsoft.ResourceNotifications.HealthResources.ResourceAnnotat
116120

117121
### Sample AvailabilityStatusChanged event
118122

123+
<<<<<<< HEAD
119124
Here's a sample `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged` event:
125+
=======
126+
Here's a sample `AvailabilityStatusChanged` event. Notice that the `type` is set to `Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged`.
127+
>>>>>>> 3c6ef7ea55d8faa5800374b18c6919bddaa9c845
120128
121129
```json
122130
{

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to create a trusted connection between an IoT Edge gateway and
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 07/17/2023
7+
ms.date: 05/15/2024
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -957,7 +957,7 @@ Learn more about the [Defender for IoT micro agent](../defender-for-iot/device-b
957957
958958
1. Select the :::image type="icon" source="media/how-to-connect-downstream-iot-edge-device/copy-icon.png" border="false"::: button to copy your Connection string (primary key).
959959
960-
1. Paste the Connection string into a text editing application, and add the GatewayHostName to the string. For example, `HostName=nested11.azure-devices.net;DeviceId=downstream1;ModuleId=module1;SharedAccessKey=xxx;GatewayHostName=10.16.7.4`.
960+
1. Paste the connection string into a text editing application, and add the *GatewayHostName* to the string. The [GatewayHostName](iot-edge-as-gateway.md#gateway-discovery) is the fully qualified domain name or IP address of the parent device. For example, `HostName=nested11.azure-devices.net;DeviceId=downstream1;ModuleId=module1;SharedAccessKey=xxx;GatewayHostName=10.16.7.4`.
961961
962962
1. Open a terminal on the downstream device.
963963

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

articles/postgresql/flexible-server/generative-ai-azure-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ select azure_ai.set_setting('azure_ml.scoring_endpoint','<URI>');
3636
select azure_ai.set_setting('azure_ml.endpoint_key', '<Key>');
3737
```
3838

39-
### `azure_ml.inference`
39+
### `azure_ml.invoke`
4040

4141
Scores the input data invoking an Azure Machine Learning model deployment on an [online endpoint](../../machine-learning/how-to-authenticate-online-endpoint.md).
4242

0 commit comments

Comments
 (0)