Skip to content

Commit 7410cb3

Browse files
authored
Merge pull request #297700 from MicrosoftDocs/main
Publish to live, Sunday 4:00PM PST, 04/06
2 parents 15a3c38 + 52e46cb commit 7410cb3

32 files changed

+108
-38
lines changed

articles/azure-app-configuration/feature-management-javascript-reference.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-app-configuration
99
ms.devlang: javascript
1010
ms.custom: devx-track-javascript
1111
ms.topic: tutorial
12-
ms.date: 01/20/2025
12+
ms.date: 04/06/2025
1313
zone_pivot_groups: feature-management
1414
#Customer intent: I want to control feature availability in my app by using the Feature Management library.
1515
---
@@ -125,7 +125,7 @@ import { load } from "@azure/app-configuration-provider";
125125
import { ConfigurationMapFeatureFlagProvider, FeatureManager } from "@microsoft/feature-management";
126126
const appConfig = await load("YOUR_APP-CONFIG-ENDPOINT",
127127
new DefaultAzureCredential(), // For more information: https://learn.microsoft.com/javascript/api/overview/azure/identity-readme
128-
{featureFlagOptions: { enabled: true }}); // load feature flags from Azure App Configuration service
128+
{ featureFlagOptions: { enabled: true } }); // load feature flags from Azure App Configuration service
129129
const featureProvider = new ConfigurationMapFeatureFlagProvider(appConfig);
130130
const featureManager = new FeatureManager(featureProvider);
131131
```
@@ -276,10 +276,14 @@ The following snippet demonstrates how to implement a customized feature filter
276276
}
277277
```
278278

279-
You need to register the custom filter when creating the `FeatureManager`.
279+
You need to register the custom filter under the `customFilters` property of the `FeatureManagerOptions` object passed to the `FeatureManager` constructor.
280280

281281
```typescript
282-
const featureManager = new FeatureManager(ffProvider, {customFilters: [new MyCriteriaFilter()]});
282+
const featureManager = new FeatureManager(ffProvider, {
283+
customFilters: [
284+
new MyCriteriaFilter() // add custom feature filters under FeatureManagerOptions.customFilters
285+
]
286+
});
283287
```
284288

285289
### Parameterized feature filters
@@ -307,7 +311,7 @@ The feature filter can take advantage of the context that is passed in when `isE
307311

308312
## Built-in feature filters
309313

310-
There are two feature filters that come with the `FeatureManagement` package: `TimeWindowFilter`, and `TargetingFilter`.
314+
There are two feature filters that come with the `FeatureManagement` package: `TimeWindowFilter` and `TargetingFilter`. All built-in feature filters will be added by default when constructing `FeatureManager`.
311315

312316
Each of the built-in feature filters has its own parameters. Here's the list of feature filters along with examples.
313317

articles/reliability/whats-new.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
11
---
2-
title: What's new in Azure Reliability documentation
2+
title: What's new in Azure reliability documentation
33
description: Learn about what's new in Azure reliability documentation
44
ms.service: azure
55
ms.topic: whats-new
6-
ms.date: 03/03/2025
6+
ms.date: 04/04/2025
77
ms.author: anaharris
88
author: anaharris-ms
99
ms.custom: subject-reliability
1010
---
1111

12-
# What's new in Azure Reliability documentation
13-
12+
# What's new in Azure reliability documentation
1413

1514
This article provides a summary of the latest documentation updates for Azure Reliability. We update this page monthly to let you know about new articles, updated articles, and other changes to the documentation.
15+
16+
## March 2025
17+
18+
### New articles
19+
20+
- [List of Azure regions](./regions-list.md): This article contains a list of all Azure regions, their paired region status, physical location, geography, and availability zone support. The list replaces the previously separated lists for region pairs and nonpaired regions, and availability zones support.
21+
22+
- [Nonregional Azure services](./regions-nonregional-services.md): This article explains the difference between global and geographic nonregional services, and provides a list of nonregional services that indicates whether each is a global or geographic service.
23+
24+
### Reliability guides
25+
26+
#### New guides
27+
28+
- [Reliability in Azure Data Factory](./reliability-data-factory.md)
29+
- [Reliability in Azure Kubernetes Service (AKS)](./reliability-aks.md)
30+
1631
## February 2025
1732

1833
### New articles

articles/synapse-analytics/data-explorer/data-explorer-compare.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Differences between Azure Data Explorer and Azure Synapse Data Explorer (Preview)
33
description: This article describes the differences between Azure Data Explorer and Azure Synapse Data Explorer.
44
ms.topic: overview
5-
ms.date: 11/02/2021
5+
ms.date: 03/24/2025
66
author: shsagir
77
ms.author: shsagir
88
ms.reviewer: maraheja
@@ -12,6 +12,8 @@ ms.subservice: data-explorer
1212

1313
# What is the difference between Azure Synapse Data Explorer and Azure Data Explorer? (Preview)
1414

15+
[!INCLUDE [data-explorer-deprecation-notice](includes/data-explorer-deprecation-notice.md)]
16+
1517
[Azure Data Explorer](/azure/data-explorer/data-explorer-overview) is a stand-alone, fast, and highly scalable data exploration service for log and telemetry data. The same underlying technology that runs the service is available in Azure Synapse as an integrated analytics service to complement its existing SQL and Spark services geared for data warehouse and data engineering machine learning scenarios.
1618

1719
The native integration of Data Explore capabilities brings analytics log and time series workloads to Synapse in the form of Synapse Data Explorer pools. These pools offer close integration with, and easier management of connectivity to, other Synapse capabilities. Having all your machine and user data available and accessible in one place, and by leveraging the near real-time exploratory capabilities of Data Explorer, enables you to build solutions that drive business value.

articles/synapse-analytics/data-explorer/data-explorer-create-pool-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Create a Data Explorer pool using the Azure portal (Preview)'
33
description: Create a Data Explorer pool using the Azure portal by following the steps in this guide.
44
ms.topic: quickstart
5-
ms.date: 11/02/2021
5+
ms.date: 03/24/2025
66
author: shsagir
77
ms.author: shsagir
88
ms.reviewer: shsagir
@@ -13,6 +13,8 @@ ms.custom: mode-ui
1313

1414
# Quickstart: Create a Data Explorer pool using the Azure portal (Preview)
1515

16+
[!INCLUDE [data-explorer-deprecation-notice](includes/data-explorer-deprecation-notice.md)]
17+
1618
Azure Synapse Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Data Explorer, you first create a Data Explorer pool.
1719

1820
This article describes the steps to create a Data Explorer pool in a Synapse workspace by using the Azure portal.

articles/synapse-analytics/data-explorer/data-explorer-create-pool-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Create a Data Explorer pool using Synapse Studio (Preview)'
33
description: Create a Data Explorer pool using Synapse Studio by following the steps in this guide.
44
ms.topic: quickstart
5-
ms.date: 11/02/2021
5+
ms.date: 03/24/2025
66
author: shsagir
77
ms.author: shsagir
88
ms.reviewer: shsagir
@@ -13,6 +13,8 @@ ms.custom: mode-ui
1313

1414
# Quickstart: Create a Data Explorer pool using Synapse Studio (Preview)
1515

16+
[!INCLUDE [data-explorer-deprecation-notice](includes/data-explorer-deprecation-notice.md)]
17+
1618
Azure Synapse Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Data Explorer, you first create a Data Explorer pool.
1719

1820
This quickstart describes the steps to create a Data Explorer pool in a Synapse workspace by using Synapse Studio.

articles/synapse-analytics/data-explorer/data-explorer-monitor-pools.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Use Synapse Studio to monitor your Data Explorer pools (Preview)'
33
description: This article provides information for monitoring Data Explorer pools.
44
ms.topic: quickstart
5-
ms.date: 11/02/2021
5+
ms.date: 03/24/2025
66
author: shsagir
77
ms.author: shsagir
88
ms.reviewer: shsagir
@@ -13,6 +13,8 @@ ms.custom: mode-ui
1313

1414
# Quickstart: Use Synapse Studio to monitor your Data Explorer pools (Preview)
1515

16+
[!INCLUDE [data-explorer-deprecation-notice](includes/data-explorer-deprecation-notice.md)]
17+
1618
With Azure Synapse Analytics, you can use Data Explorer to run queries, dashboards and more on Data Explorer pools in your workspace.
1719

1820
This article explains how to monitor your Data Explorer pools, allowing you to keep an eye on the status of your pools, including how many vCores are in use by different workspace users.

articles/synapse-analytics/data-explorer/data-explorer-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is Azure Synapse Data Explorer (Preview)
33
description: This article provides an introduction to Data Explorer in Azure Synapse Analytics and the different scenarios in which you can use it.
44
ms.topic: overview
5-
ms.date: 11/02/2021
5+
ms.date: 03/24/2025
66
author: shsagir
77
ms.author: shsagir
88
ms.reviewer: maraheja
@@ -12,6 +12,8 @@ ms.subservice: data-explorer
1212

1313
# What is Azure Synapse Data Explorer? (Preview)
1414

15+
[!INCLUDE [data-explorer-deprecation-notice](includes/data-explorer-deprecation-notice.md)]
16+
1517
Azure Synapse Data Explorer provides customers with an interactive query experience to unlock insights from log and telemetry data. To complement existing SQL and Apache Spark analytics runtime engines, the Data Explorer analytics runtime is optimized for efficient log analytics using powerful indexing technology to automatically index free-text and semi-structured data commonly found in telemetry data.
1618

1719
:::image type="content" border="false" source="../media/overview-what-is/synapse-architecture.png" alt-text="Diagram showing the Azure Synapse architecture.":::

articles/synapse-analytics/data-explorer/includes/data-explorer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 11/02/2021
3+
ms.date: 03/24/2025
44
author: shsagir
55
ms.author: shsagir
66
ms.service: azure-synapse-analytics

articles/synapse-analytics/data-explorer/includes/data-explorer-container-system-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 11/02/2021
3+
ms.date: 03/24/2025
44
author: shsagir
55
ms.author: shsagir
66
ms.service: azure-synapse-analytics

articles/synapse-analytics/data-explorer/includes/data-explorer-create-table-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 11/02/2021
3+
ms.date: 03/24/2025
44
author: shsagir
55
ms.author: shsagir
66
ms.service: azure-synapse-analytics

0 commit comments

Comments
 (0)