Skip to content

Commit b87fd7a

Browse files
committed
Merge branch 'main' of https://github.com/microsoftdocs/azure-docs-pr into app1
2 parents f8a8910 + cec44b2 commit b87fd7a

14 files changed

+27
-17
lines changed

articles/application-gateway/configuration-listeners.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
22
title: Azure Application Gateway listener configuration
3-
description: This article describes how to configure Azure Application Gateway listeners.
3+
description: Learn how Application Gateway listeners handle incoming web requests efficiently. Configure protocols, certificates, HTTP2 support, and WebSocket connectivity for optimal performance.
4+
#customer intent: As a network administrator, I want to understand how to configure Application Gateway listeners so that I can properly handle incoming web requests for my organization's applications.
45
services: application-gateway
56
author: mbender-ms
67
ms.service: azure-application-gateway
78
ms.topic: concept-article
8-
ms.date: 07/19/2023
9-
ms.author: mbender
9+
ms.date: 06/16/2025
10+
ms.author: mbender
11+
ms.custom:
12+
- ai-gen-docs-bap
13+
- ai-gen-description
14+
- ai-seo-date:06/16/2025
1015
---
1116

1217
# Application Gateway listener configuration
@@ -23,7 +28,7 @@ When you create a new listener, you choose between [*basic* and *multi-site*](./
2328

2429
- If you want all of your requests (for any domain) to be accepted and forwarded to backend pools, choose basic. Learn [how to create an application gateway with a basic listener](./quick-create-portal.md).
2530

26-
- If you want to forward requests to different backend pools based on the *host* header or host names, choose multi-site listener. Application Gateway relies on HTTP 1.1 host headers to host more than one website on the same public IP address and port. To differentiate requests on the same port, you must specify a host name that matches with the incoming request. To learn more, see [hosting multiple sites using Application Gateway](multiple-site-overview.md).
31+
- If you want to forward requests to different backend pools based on the *host* header or host names, choose multi-site listener. Application Gateway relies on HTTP 1.1 host headers to host more than one website on the same public IP address and port. To differentiate requests on the same port, you must specify a host name that matches with the incoming request. To learn more, see [hosting multiple sites using Application Gateway](multiple-site-overview.md).
2732

2833
### Order of processing listeners
2934

@@ -88,6 +93,8 @@ Set-AzApplicationGateway -ApplicationGateway $gw
8893
> [!IMPORTANT]
8994
> When creating an application gateway resource through the Azure portal, the default option for **HTTP2** is set as enabled. You can choose **Disabled** during creation, and re-enabled HTTP2 support using the Azure portal by selecting **Enabled** under **HTTP2** in **Application gateway > Configuration**.
9095
>
96+
> In instances where HTTP2 isn't supported by a client, HTTP1.1 will be used. Enabling HTTP2 doesn't disable HTTP1.1; it allows support for both.
97+
>
9198
9299
### WebSocket support
93100

articles/communication-services/quickstarts/email/handle-email-events.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,16 @@ Check out the full list of [events that Communication Services supports](../../.
9999

100100
After you generate an event, notice that `Email Delivery Report Received` and `Email Engagement Tracking Report Received` events are sent to your endpoint. These events show up in the [Event Grid viewer](/samples/azure-samples/azure-event-grid-viewer/azure-event-grid-viewer/) that we set up at the beginning of this quickstart. Select the eye icon next to the event to see the entire payload. Events should look similar to the following data:
101101

102+
#### Microsoft.Communication.EmailDeliveryReportReceived event
102103
:::image type="content" source="./media/handle-email-events/email-delivery-report-received.png" alt-text="Screenshot of the Azure Event Grid viewer that shows the Event Grid schema for an EMAIL delivery report received event.":::
103104

105+
#### Microsoft.Communication.EmailEngagementTrackingReportReceived event
104106
:::image type="content" source="./media/handle-email-events/email-engagementtracking-report-received.png" alt-text="Screenshot of the Azure Event Grid viewer that shows the Event Grid schema for an EMAIL engagement tracking report event.":::
105107

106108
- `EngagementContext` refers to the link clicked when the engagementType is `Click`.
107109
- `UserAgent` refers to the User-Agent from which this email engagement event originated. For example, if the user interacted on Microsoft Edge using a Win10 machine: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246
108110
- `EngagementType` refers to the type of engagement. Possible values are `View` or `Click`.
111+
- `Recipient` refers to the recipient who engaged with the email. Note that this field is empty when the original email was sent to multiple recipients at a time.
109112

110113
For more information, see [event schemas and other eventing concepts](../../../event-grid/event-schema-communication-services.md).
111114

55.7 KB
Loading
Loading

articles/healthcare-apis/deidentification/configure-private-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Private Endpoint network access to Azure Health Data Services de-identification service
33
description: Learn how to restrict network access to your de-identification service.
4-
ms.date: 10/22/2024
4+
ms.date: 06/16/2025
55
ms.topic: how-to
66
author: jovinson-ms
77
ms.author: jovinson

articles/healthcare-apis/deidentification/manage-access-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jovinson
66
ms.service: azure-health-data-services
77
ms.subservice: deidentification-service
88
ms.topic: how-to
9-
ms.date: 07/16/2024
9+
ms.date: 06/16/2025
1010
---
1111

1212
# Use Azure role-based access control with the de-identification service

articles/healthcare-apis/deidentification/managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jovinson
66
ms.service: azure-health-data-services
77
ms.subservice: deidentification-service
88
ms.topic: how-to
9-
ms.date: 07/17/2024
9+
ms.date: 06/16/2025
1010
---
1111

1212
# Use managed identities with the de-identification service

articles/healthcare-apis/deidentification/monitor-deidentification-service-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for the De-identification service in Azure Health Data Services
33
description: This article contains important reference material you need when you monitor the De-identification service in Azure Health Data Services.
4-
ms.date: 09/05/2024
4+
ms.date: 06/16/2025
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: jovinson-ms
@@ -32,4 +32,4 @@ Microsoft.HealthDataAIServices/deidServices
3232
## Related content
3333

3434
- See [Monitor the Azure Health Data Services de-identification service](monitor-deidentification-service.md) for a description of monitoring the Azure Health Data Services de-identification service.
35-
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
35+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.

articles/healthcare-apis/deidentification/monitor-deidentification-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor the De-identification service in Azure Health Data Services
33
description: Start here to learn how to monitor De-identification service in Azure Health Data Services.
4-
ms.date: 09/05/2024
4+
ms.date: 06/16/2025
55
ms.custom: horz-monitor
66
ms.topic: conceptual
77
author: jovinson-ms
@@ -66,4 +66,4 @@ The following table lists some suggested alert rules for the de-identification s
6666
## Related content
6767
6868
- See [the de-identification service monitoring data reference](monitor-deidentification-service-reference.md) for a reference of the metrics, logs, and other important values created for the de-identification service.
69-
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for general details on monitoring Azure resources.
69+
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for general details on monitoring Azure resources.

articles/healthcare-apis/deidentification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kimiamavon
55
ms.service: azure-health-data-services
66
ms.subservice: deidentification-service
77
ms.topic: overview
8-
ms.date: 7/17/2024
8+
ms.date: 06/16/2025
99
ms.author: kimiamavon
1010
---
1111

0 commit comments

Comments
 (0)