Skip to content

Commit 402d445

Browse files
authored
Merge pull request #291186 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 76053b5 + f004978 commit 402d445

File tree

39 files changed

+520
-161
lines changed

39 files changed

+520
-161
lines changed

articles/application-gateway/application-gateway-ssl-policy-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: concept-article
8-
ms.date: 06/06/2023
8+
ms.date: 11/28/2024
99
ms.author: greglin
1010
---
1111

@@ -17,6 +17,9 @@ The TLS policy includes control of the TLS protocol version as well as the ciphe
1717

1818
## Usage and version details
1919

20+
> [!IMPORTANT]
21+
> Starting **August 31, 2025**, all clients and backend servers interacting with Azure Application Gateway must use Transport Layer Security (TLS) 1.2 or higher, as [support for TLS 1.0 and 1.1 will be discontinued](https://azure.microsoft.com/updates/azure-application-gateway-support-for-tls-10-and-tls-11-will-end-by-31-august-2025).
22+
2023
- SSL 2.0 and 3.0 are disabled for all application gateways and are not configurable.
2124
- A custom TLS policy allows you to select any TLS protocol as the minimum protocol version for your gateway: TLSv1_0, TLSv1_1, TLSv1_2, or TLSv1_3.
2225
- If no TLS policy is chosen, a [default TLS policy](application-gateway-ssl-policy-overview.md#default-tls-policy) gets applied based on the API version used to create that resource.

articles/azure-app-configuration/howto-feature-filters-aspnet-core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.topic: how-to
1111
ms.date: 03/28/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in an ASP.NET Core application
14+
# Enable conditional features with a custom filter in an ASP.NET Core application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
1717

18-
The example used in this tutorial is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used in this guide is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
1919

20-
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
20+
In this guide, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
2121

2222
## Prerequisites
2323

@@ -87,7 +87,7 @@ Relaunch the application and refresh the browser a few times. Without manually t
8787

8888
## Next steps
8989

90-
To learn more about the built-in feature filters, continue to the following tutorials.
90+
To learn more about the built-in feature filters, continue to the following documents.
9191

9292
> [!div class="nextstepaction"]
9393
> [Enable features on a schedule](./howto-timewindow-filter.md)

articles/azure-app-configuration/howto-feature-filters-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.custom: mode-other, devx-track-js
1111
ms.date: 09/26/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in a JavaScript application
14+
# Enable conditional features with a custom filter in a JavaScript application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
1717

18-
The example used in this tutorial is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used in this guide is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
1919

20-
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally. We are using the Node.js console app as an example, but you can also use the custom feature filter in other JavaScript applications.
20+
In this article, you learn how to implement a custom feature filter and use the feature filter to enable features conditionally. We are using the Node.js console app as an example, but you can also use the custom feature filter in other JavaScript applications.
2121

2222
## Prerequisites
2323

@@ -72,7 +72,7 @@ Beta is enabled: true
7272

7373
## Next steps
7474

75-
To learn more about the built-in feature filters, continue to the following tutorials.
75+
To learn more about the built-in feature filters, continue to the following documents.
7676

7777
> [!div class="nextstepaction"]
7878
> [Enable features on a schedule](./howto-timewindow-filter.md)

articles/azure-app-configuration/howto-feature-filters-python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.topic: how-to
1111
ms.date: 06/05/2024
1212
---
1313

14-
# Tutorial: Enable conditional features with a custom filter in a Python application
14+
# Enable conditional features with a custom filter in a Python application
1515

16-
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Tutorial: Enable conditional features with feature filters](./howto-feature-filters.md).
16+
Feature flags can use feature filters to enable features conditionally. To learn more about feature filters, see [Enable conditional features with feature filters](./howto-feature-filters.md).
1717

18-
The example used in this tutorial is based on the Python application introduced in the feature management [quickstart](./quickstart-feature-flag-python.md). Before proceeding further, complete the quickstart to create a Python application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used in this guide is based on the Python application introduced in the feature management [quickstart](./quickstart-feature-flag-python.md). Before proceeding further, complete the quickstart to create a Python application with a *Beta* feature flag. Once completed, you must [add a custom feature filter](./howto-feature-filters.md) to the *Beta* feature flag in your App Configuration store.
1919

20-
In this tutorial, you'll learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
20+
In this article, you learn how to implement a custom feature filter and use the feature filter to enable features conditionally.
2121

2222
## Prerequisites
2323

@@ -91,7 +91,7 @@ Beta is True
9191

9292
## Next steps
9393

94-
To learn more about the built-in feature filters, continue to the following tutorials.
94+
To learn more about the built-in feature filters, continue to the following documents.
9595

9696
> [!div class="nextstepaction"]
9797
> [Enable features on a schedule](./howto-timewindow-filter.md)

articles/azure-app-configuration/howto-feature-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/21/2024
1212
#Customerintent: As a developer, I want to create a feature filter to activate a feature flag depending on a specific scenario.
1313
---
1414

15-
# Tutorial: Enable conditional features with feature filters
15+
# Enable conditional features with feature filters
1616

1717
Feature flags allow you to activate or deactivate functionality in your application. A simple feature flag is either on or off. The application always behaves the same way. For example, you could roll out a new feature behind a feature flag. When the feature flag is enabled, all users see the new feature. Disabling the feature flag hides the new feature.
1818

@@ -65,7 +65,7 @@ You can create custom feature filters that enable features based on your specifi
6565

6666
## Next steps
6767

68-
To learn more about the built-in feature filters, continue to the following tutorials:
68+
To learn more about the built-in feature filters, continue to the following documents:
6969

7070
> [!div class="nextstepaction"]
7171
> [Enable features on a schedule](./howto-timewindow-filter.md)

articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Roll out features to targeted audiences in an ASP.NET Core application
13+
# Roll out features to targeted audiences in an ASP.NET Core application
1414

15-
In this tutorial, you'll use the targeting filter to roll out a feature to targeted audience for your ASP.NET Core application. For more information about the targeting filter, see [Roll out features to targeted audiences](./howto-targetingfilter.md).
15+
In this guide, you'll use the targeting filter to roll out a feature to targeted audience for your ASP.NET Core application. For more information about the targeting filter, see [Roll out features to targeted audiences](./howto-targetingfilter.md).
1616

1717
## Prerequisites
1818

@@ -221,7 +221,7 @@ The targeting filter evaluates a user's feature state based on the user's target
221221
222222
## Next steps
223223
224-
To learn more about the feature filters, continue to the following tutorials.
224+
To learn more about the feature filters, continue to the following documents.
225225
226226
> [!div class="nextstepaction"]
227227
> [Enable conditional features with feature filters](./howto-feature-filters.md)

articles/azure-app-configuration/howto-targetingfilter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Roll out features to targeted audiences
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable staged rollout of features for targeted audiences.
4+
description: Learn how to enable staged rollout of features for targeted audiences, using targeting filters with Azure App Configuration.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Roll out features to targeted audiences
13+
# Roll out features to targeted audiences
1414

1515
Targeting is a feature management strategy that enables developers to progressively roll out new features to their user base. The strategy is built on the concept of targeting a set of users known as the targeted audience. An audience is made up of specific users, groups, and a designated percentage of the entire user base.
1616

@@ -76,7 +76,7 @@ In this article, you will learn how to add and configure a targeting filter for
7676

7777
## Next steps
7878

79-
To learn more about the feature filters, continue to the following tutorials:
79+
To learn more about the feature filters, continue to the following dos:
8080

8181
> [!div class="nextstepaction"]
8282
> [Enable conditional features with feature filters](./howto-feature-filters.md)

articles/azure-app-configuration/howto-timewindow-filter-aspnet-core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable features on a schedule in an ASP.NET Core application
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable feature flags on a schedule in an ASP.NET Core application.
4+
description: Learn how to enable feature flags on a schedule in an ASP.NET Core application by using time window filters.
55
ms.service: azure-app-configuration
66
ms.devlang: csharp
77
author: zhiyuanliang-ms
@@ -10,11 +10,11 @@ ms.topic: how-to
1010
ms.date: 03/26/2024
1111
---
1212

13-
# Tutorial: Enable features on a schedule in an ASP.NET Core application
13+
# Enable features on a schedule in an ASP.NET Core application
1414

15-
In this tutorial, you use the time window filter to enable a feature on a schedule for an ASP.NET Core application.
15+
In this guide, you use the time window filter to enable a feature on a schedule for an ASP.NET Core application.
1616

17-
The example used in this tutorial is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
17+
The example used in this article is based on the ASP.NET Core application introduced in the feature management [quickstart](./quickstart-feature-flag-aspnet-core.md). Before proceeding further, complete the quickstart to create an ASP.NET Core application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
1818

1919
## Prerequisites
2020

@@ -53,7 +53,7 @@ If recurrence is enabled when you set up the time window filter, the **Beta** me
5353

5454
## Next steps
5555

56-
To learn more about the feature filters, continue to the following tutorials.
56+
To learn more about the feature filters, continue to the following documents.
5757

5858
> [!div class="nextstepaction"]
5959
> [Enable conditional features with feature filters](./howto-feature-filters.md)

articles/azure-app-configuration/howto-timewindow-filter-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable features on a schedule in a Node.js application
33
titleSuffix: Azure App Configuration
4-
description: Learn how to enable feature flags on a schedule in a Node.js application.
4+
description: Learn how to enable feature flags on a schedule in a Node.js application by using time window filters.
55
ms.service: azure-app-configuration
66
ms.devlang: javascript
77
author: zhiyuanliang-ms
@@ -11,11 +11,11 @@ ms.custom: mode-other, devx-track-js
1111
ms.date: 09/26/2024
1212
---
1313

14-
# Tutorial: Enable features on a schedule in a Node.js application
14+
# Enable features on a schedule in a Node.js application
1515

16-
In this tutorial, you use the time window filter to enable a feature on a schedule for a Node.js application.
16+
In this guide, you use the time window filter to enable a feature on a schedule for a Node.js application.
1717

18-
The example used in this tutorial is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
18+
The example used is based on the Node.js application introduced in the feature management [quickstart](./quickstart-feature-flag-javascript.md). Before proceeding further, complete the quickstart to create a Node.js application with a *Beta* feature flag. Once completed, you must [add a time window filter](./howto-timewindow-filter.md) to the *Beta* feature flag in your App Configuration store.
1919

2020
## Prerequisites
2121

@@ -68,7 +68,7 @@ If recurrence is enabled when you set up the time window filter, the console out
6868

6969
## Next steps
7070

71-
To learn more about the feature filters, continue to the following tutorials.
71+
To learn more about the feature filters, continue to the following documents.
7272

7373
> [!div class="nextstepaction"]
7474
> [Enable conditional features with feature filters](./howto-feature-filters.md)

articles/azure-app-configuration/howto-timewindow-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/31/2024
1111
#customer intent: As an application developer, I want to enable a recurring time window filter in a feature flag so that I can enable or disable features on a schedule.
1212
---
1313

14-
# Tutorial: Enable features on a schedule
14+
# Enable features on a schedule
1515

1616
[Feature filters](./howto-feature-filters.md#what-is-a-feature-filter) allow a feature flag to be enabled or disabled conditionally. The time window filter is one of the feature management library's built-in feature filters. It allows you to turn on or off a feature on a schedule. For example, when you have a new product announcement, you can use it to unveil a feature automatically at a planned time. You can also use it to discontinue a promotional discount as scheduled after the marketing campaign ends.
1717

@@ -61,7 +61,7 @@ In this article, you learn how to add and configure a time window filter for you
6161

6262
## Next steps
6363

64-
To learn more about the feature filters, continue to the following tutorials:
64+
To learn more about the feature filters, continue to the following documents:
6565

6666
> [!div class="nextstepaction"]
6767
> [Enable conditional features with feature filters](./howto-feature-filters.md)

0 commit comments

Comments
 (0)