Skip to content

Commit b5d4252

Browse files
Merge pull request #305319 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-09 22:00 UTC
2 parents cc24c60 + 5acb8cb commit b5d4252

60 files changed

Lines changed: 595 additions & 292 deletions

File tree

Some content is hidden

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

articles/api-management/monitor-api-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure API Management
33
description: Learn how to monitor Azure API Management using Azure Monitor, including data collection, analysis, and alerting.
4-
ms.date: 07/09/2025
4+
ms.date: 09/09/2025
55
ms.custom:
66
- horz-monitor
77
- build-2025
@@ -45,7 +45,8 @@ Azure API Management provides analytics for your APIs so that you can analyze th
4545
- In the classic API Management service tiers, your API Management instance also includes *legacy built-in analytics* in the Azure portal, and analytics data can be accessed using the API Management REST API. Closely similar data is shown in the Azure Monitor-based dashboard and built-in analytics.
4646

4747
> [!IMPORTANT]
48-
> The Azure Monitor-based dashboard is the recommended way to access analytics data. Built-in (classic) analytics isn't available in the v2 tiers.
48+
> * The Azure Monitor-based dashboard is the recommended way to access analytics data.
49+
> * Effective March 2027, the dashboard and reports associated with API Management built-in analytics in the classic tiers will be [retired](./breaking-changes/analytics-dashboard-retirement-march-2027.md). We recommend transitioning to the Azure Monitor-based dashboard that replaces it.
4950
5051
With API analytics, analyze the usage and performance of the APIs in your API Management instance across several dimensions, including:
5152

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If your vault is configured with [network restrictions](/azure/key-vault/general
4040

4141
1. Make sure that the application has outbound networking capabilities configured, as described in [App Service networking features](./networking-features.md) and [Azure Functions networking options](../azure-functions/functions-networking-options.md).
4242

43-
Currently, Linux applications that connect to private endpoints must be explicitly configured to route all traffic through the virtual network. To configure this setting, run the following command:
43+
With the exception of function apps running in the Flex Consumption plan, Linux applications that connect to private endpoints must be explicitly configured to route all traffic through the virtual network. When running in a Flex Consumption plan, this routing is done automatically, and additional configuration isn't required. Run the following command to configure virtual network routing by setting [vnetRouteAllEnabled](../azure-functions/functions-app-settings.md#vnetrouteallenabled) to `true`:
4444

4545
# [Azure CLI](#tab/azure-cli)
4646

articles/azure-functions/flex-consumption-plan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ Keep these other considerations in mind when using Flex Consumption plan:
154154
+ **Scale**: The lowest maximum scale is currently `40`. The highest currently supported value is `1000`.
155155
+ **Managed dependencies**: [Managed dependencies in PowerShell](functions-reference-powershell.md#managed-dependencies-feature) aren't supported by Flex Consumption. You must instead [upload modules with app content](functions-reference-powershell.md#including-modules-in-app-content).
156156
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting, managed certificates, app service certificates, and other platform certificate-based features like endToEndEncryptionEnabled are currently not supported.
157-
+ **Key Vault and App Configuration References**: You can't currently use [Azure Key Vault](../app-service/app-service-key-vault-references.md) or [Azure App Configuration](../app-service/app-service-configuration-references.md) references in your Flex Consumption plan app settings when these services are network access restricted. This limitation applies even when the function app has Virtual Network integration enabled. If you must use restricted Key Vault or App Configuration instances, you must use client SDKs to manually retrieve values from references in these services. Functions binding extensions also can't access these references, which means you must also use Azure client SDKs for accessing remote service data from your function code.
158157
+ **Timezones**: `WEBSITE_TIME_ZONE` and `TZ` app settings aren't currently supported when running on Flex Consumption plan.
159158

160159
## Related articles

articles/communication-services/concepts/telephony/direct-routing-infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These three FQDNs in order are required to:
8787
The FQDNs — sip.pstnhub.microsoft.com, sip2.pstnhub.microsoft.com, and sip3.pstnhub.microsoft.com — resolve to one of the following IP addresses:
8888

8989
- `52.112.0.0/14 (IP addresses from 52.112.0.0 to 52.115.255.255)`
90-
- `52.120.0.0/14 (IP addresses from 52.120.0.0 to 52.123.255.255)`
90+
- `52.122.0.0/15 (IP addresses from 52.122.0.0 to 52.123.255.255)`
9191

9292
Open firewall ports for all these IP address ranges to allow incoming and outgoing traffic to and from the addresses for signaling.
9393

articles/connectors/connectors-create-api-azure-event-hubs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 08/05/2025
9+
ms.custom: sfi-image-nochange
910
#customer intent: As an integration developer, I want to connect my logic app workflows to Azure Event Hubs so I can automate tasks that monitor and manage events in my event hub.
1011
---
1112

articles/connectors/connectors-create-api-azureblobstorage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 06/18/2025
9+
ms.custom: sfi-image-nochange
910
---
1011

1112
# Connect to Azure Blob Storage from workflows in Azure Logic Apps

articles/connectors/connectors-create-api-container-instances.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.manager: gwallace
1010
ms.reviewer: estfan, macolso
1111
ms.topic: how-to
1212
ms.date: 01/04/2024
13+
ms.custom: sfi-image-nochange
1314
---
1415

1516
# Deploy and manage Azure Container Instances by using Azure Logic Apps

articles/connectors/connectors-create-api-cosmos-db.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.author: jucocchi
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
1010
ms.date: 04/15/2025
11+
ms.custom: sfi-image-nochange
1112
---
1213

1314
# Access, create, or process documents in Azure Cosmos DB with workflows in Azure Logic Apps

articles/connectors/connectors-create-api-db2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: haroldcampos, azla
77
ms.topic: how-to
88
ms.date: 01/04/2024
9+
ms.custom: sfi-image-nochange
910
---
1011

1112
# Access and manage IBM DB2 resources by using Azure Logic Apps

articles/connectors/connectors-create-api-ftp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 01/04/2024
9+
ms.custom: sfi-image-nochange
910
---
1011

1112
# Connect to an FTP server from workflows in Azure Logic Apps

0 commit comments

Comments
 (0)