Skip to content

Commit 6338856

Browse files
addressing PR comments
2 parents 4b7f6c5 + 8a6c976 commit 6338856

File tree

44 files changed

+469
-539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+469
-539
lines changed

articles/api-management/api-management-howto-log-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Once your logger is configured in API Management, you can configure your [log-to
277277
1. Select **Save** to save the updated policy configuration. As soon as it's saved, the policy is active and events are logged to the designated event hub.
278278

279279
> [!NOTE]
280-
> The maximum supported message size that can be sent to an event hub from this API Management policy is 200 kilobytes (KB). If a message that is sent to an event hub is larger than 200 KB, it will be automatically truncated, and the truncated message will be transferred to the event hub.
280+
> The maximum supported message size that can be sent to an event hub from this API Management policy is 200 kilobytes (KB). If a message that is sent to an event hub is larger than 200 KB, it will be automatically truncated, and the truncated message will be transferred to the event hub. For larger messages, consider using Azure Storage with Azure API Management as a workaround to bypass the 200KB limit. More details can be found in [this article](https://techcommunity.microsoft.com/t5/microsoft-developer-community/how-to-send-requests-to-azure-storage-from-azure-api-management/ba-p/3624955).
281281

282282
## Preview the log in Event Hubs by using Azure Stream Analytics
283283

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure a custom domain suffix for the Azure App Service Environm
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-arm-template
7-
ms.date: 04/11/2023
7+
ms.date: 04/23/2024
88
ms.author: jordanselig
99
zone_pivot_groups: app-service-environment-portal-arm
1010
---
@@ -181,6 +181,10 @@ To configure DNS in Azure DNS private zones:
181181

182182
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#dns-configuration).
183183

184+
> [!NOTE]
185+
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#dns-configuration) to ensure all App Service features function as expected.
186+
>
187+
184188
## Access your apps
185189

186190
After configuring the custom domain suffix and DNS for your App Service Environment, you can go to the **Custom domains** page for one of your App Service apps in your App Service Environment and confirm the addition of the assigned custom domain for the app.

articles/app-service/environment/networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: madsd
55
ms.topic: overview
6-
ms.date: 01/31/2024
6+
ms.date: 04/23/2024
77
ms.author: madsd
88
---
99

@@ -133,7 +133,7 @@ The following sections describe the DNS considerations and configuration that ap
133133

134134
### DNS configuration to your App Service Environment
135135

136-
If your App Service Environment is made with an external VIP, your apps are automatically put into public DNS. If your App Service Environment is made with an internal VIP, you might need to configure DNS for it. When you created your App Service Environment, if you selected having Azure DNS private zones configured automatically, then DNS is configured in your virtual network. If you chose to configure DNS manually, you need to either use your own DNS server or configure Azure DNS private zones. To find the inbound address, go to the App Service Environment portal, and select **IP Addresses**.
136+
If your App Service Environment is made with an external VIP, your apps are automatically put into public DNS. If your App Service Environment is made with an internal VIP, when you create your App Service Environment, if you select having Azure DNS private zones configured automatically, then DNS is configured in your virtual network. If you choose to configure DNS manually, you need to either use your own DNS server or configure Azure DNS private zones. To find the inbound address, go to the App Service Environment portal, and select **IP Addresses**.
137137

138138
If you want to use your own DNS server, add the following records:
139139

articles/azure-monitor/insights/set-up-code-optimizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Setting up Code Optimizations to identify and analyze CPU and memory bottlenecks
1919

2020
## Demo video
2121

22-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/vbi9YQgIgC8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
22+
> [!VIDEO https://www.youtube-nocookie.com/embed/vbi9YQgIgC8]
2323
2424
## Connect your web app to Application Insights
2525

0 commit comments

Comments
 (0)