Skip to content

Commit 3716418

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pv2u
2 parents c1358cb + 4551a5d commit 3716418

72 files changed

Lines changed: 309 additions & 143 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/application-gateway/migrate-v1-v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ This is the new experience that offers an improved migration experience by:
5757
> [!NOTE]
5858
> If the existing V1 Application Gateway is configured with a private-only frontend, you must [register the EnableApplicationGatewayNetworkIsolation feature in the subscription](../application-gateway/application-gateway-private-deployment.md#onboard-to-the-feature) for Private Deployment before running the migration script. This step is required to avoid deployment failures.
5959
60+
> [!NOTE]
6061
> Private Application Gateway deployments must have subnet delegation configured to Microsoft.Network/applicationGateways. Use the following [steps to set up subnet delegation](/azure/virtual-network/manage-subnet-delegation?tabs=manage-subnet-delegation-portal).
6162
6263
You can **download** the Enhanced cloning script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAppGWClone).

articles/azure-app-configuration/concept-ai-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MaryanneNjeri
55
ms.author: mgichohi
66
ms.service: azure-app-configuration
77
ms.topic: concept-article
8-
ms.date: 09/30/2025
8+
ms.date: 11/21/2025
99
ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
---

articles/azure-app-configuration/concept-experimentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-app-configuration
77
ms.custom:
88
- build-2024
99
ms.topic: concept-article
10-
ms.date: 07/09/2025
10+
ms.date: 11/21/2025
1111
ms.update-cycle: 180-days
1212
ms.collection: ce-skilling-ai-copilot
1313
---

articles/azure-app-configuration/concept-feature-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: malev
66
ms.service: azure-app-configuration
77
ms.custom: devdivchpfy22
88
ms.topic: concept-article
9-
ms.date: 03/24/2025
9+
ms.date: 11/21/2025
1010
---
1111

1212
# Feature management overview

articles/azure-app-configuration/concept-key-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: concept-article
8-
ms.date: 04/16/2025
8+
ms.date: 11/21/2025
99
ms.custom: devdivchpfy22
1010
---
1111

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: zhenlan
66
ms.service: azure-app-configuration
77
ms.devlang: csharp
88
ms.topic: tutorial
9-
ms.date: 12/10/2024
9+
ms.date: 11/21/2025
1010
ms.author: zhenlwa
1111
ms.custom: devx-track-csharp
1212
---

articles/azure-app-configuration/enable-dynamic-configuration-dotnet-core-push-refresh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.custom:
1818

1919
# Tutorial: Use dynamic configuration using push refresh in a .NET app
2020

21+
> [!IMPORTANT]
22+
> Setting up push notifications requires careful setup. The poll model for configuration refresh provides a simpler setup and should be used in most cases unless there is a specific need for push notifications. To learn more about how to use the poll model, visit the [dynamic configuration tutorial for .NET](./enable-dynamic-configuration-dotnet-core.md).
23+
2124
The Azure App Configuration .NET client library provides support for updating configuration settings on demand without requiring an application to restart. You can configure an application to detect changes in App Configuration by using one or both of the following two approaches:
2225

2326
* A poll model: This approach is the default behavior. It uses polling to detect changes in the configuration. After the refresh interval of a setting elapses, the next call to `TryRefreshAsync` or `RefreshAsync` sends a request to the server. The request checks for changes in the configuration. If needed, it also pulls the updated configuration.

articles/azure-app-configuration/howto-best-practices.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-app-configuration
55
author: zhenlan
66
ms.service: azure-app-configuration
77
ms.topic: concept-article
8-
ms.date: 03/10/2025
8+
ms.date: 11/21/2025
99
ms.author: zhenlwa
1010
ms.custom:
1111
- build-2025
@@ -306,6 +306,7 @@ Configuration as code is a practice of managing configuration files under your s
306306

307307
This model allows you to include validation and testing steps before committing data to App Configuration. If you use multiple App Configuration stores, you can also push the configuration data to them incrementally or all at once.
308308

309-
## Next steps
309+
## Next step
310310

311-
* [Keys and values](./concept-key-value.md)
311+
> [!div class="nextstepaction"]
312+
> [Keys and values](./concept-key-value.md)

articles/azure-app-configuration/howto-chat-completion-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-app-configuration
66
author: MaryanneNjeri
77
ms.author: mgichohi
88
ms.topic: how-to
9-
ms.date: 04/20/2025
9+
ms.date: 11/21/2025
1010
ms.update-cycle: 180-days
1111
ms.collection: ce-skilling-ai-copilot
1212
---

articles/azure-app-configuration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
- build-2024
1212
- build-2025
1313
ms.topic: landing-page
14-
ms.date: 04/16/2025
14+
ms.date: 11/21/2025
1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1616

1717
landingContent:

0 commit comments

Comments
 (0)