Skip to content

Commit c669280

Browse files
fix acrolinx score
1 parent d213e85 commit c669280

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/azure-app-configuration/configuration-provider-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 01/22/2025
1616
The Azure App Configuration provider libraries enable developers to configure their applications using centralized configuration located in Azure App Configuration. The API design follows the patterns outlined by the common configuration system in different programming languages to make switching to Azure App Configuration a familiar and easy experience.
1717

1818
> [!IMPORTANT]
19-
> The configuration provider libraries are higher-level integration libraries that support a variety of [features](#feature-development-status) in contrast to the Azure SDKs which provide low-level, direct interaction with the Azure App Configuration service.
19+
> The configuration provider libraries are higher-level integration libraries that support additional [features](#feature-development-status) in contrast to the Azure SDKs which provide low-level, direct interaction with the Azure App Configuration service.
2020
2121
> [!NOTE]
2222
> If you use feature flags in Azure App Configuration, we recommend you to use the configuration provider alongside the [feature management](./feature-management-overview.md) libraries, which are designed to work together.
@@ -36,12 +36,12 @@ Module | Platform | Sample | Release Notes
3636

3737
## Feature Development Status
3838

39-
Below is an overview of each feature and its current status for different frameworks or programming languages.
39+
This is an overview of each feature and its current status for different frameworks or programming languages.
4040

4141
- **GA (General Availability)**: The feature is fully released, considered stable, and ready for production use.
4242
- **Preview**: The feature is available for early testing and feedback, but not yet fully stable or recommended for production use.
4343
- **WIP (Work in Progress)**: The feature is actively being developed and not yet ready for release.
44-
- **N/A (Not Available)**: This feature is not currently planned to be offered for the specified framework or language.
44+
- **N/A (Not Available)**: It is not planned to offer the feature for the specified framework or language.
4545

4646
Feature | .NET | Spring | Kubernetes | Python | JavaScript
4747
------- | ---- | ------ | ---------- | ------ | ----------
@@ -59,7 +59,7 @@ Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feat
5959
Variant Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
6060
Feature Flag Telemetry | GA | GA | WIP | GA | GA
6161
Key Prefix Trim | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#trim-prefix-from-keys)
62-
Configurable Startup Timeout | GA | WIP | N/A | WIP | WIP
62+
Configurable Startup Time-out | GA | WIP | N/A | WIP | WIP
6363
Replica Auto Discovery | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
6464
Replica Failover | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
6565
Replica Load Balancing | GA | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 01/22/2025
1313

1414
# Feature Management Overview
1515

16-
Feature Management libraries provide standardized APIs for enabling feature flags within applications. These libraries enable developers to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
16+
Feature Management libraries provide standardized APIs for enabling feature flags within applications. Use these libraries to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
1717

1818
## Feature Management Libraries
1919

@@ -28,12 +28,12 @@ Module | Platform | Sample | Release Notes
2828

2929
## Feature Development Status
3030

31-
Below is an overview of each feature and its current status for different frameworks or programming languages.
31+
This is an overview of each feature and its current status for different frameworks or programming languages.
3232

3333
- **GA (General Availability)**: The feature is fully released, considered stable, and ready for production use.
3434
- **Preview**: The feature is available for early testing and feedback, but not yet fully stable or recommended for production use.
3535
- **WIP (Work in Progress)**: The feature is actively being developed and not yet ready for release.
36-
- **N/A (Not Available)**: This feature is not currently planned to be offered for the specified framework or language.
36+
- **N/A (Not Available)**: It is not planned to offer the feature for the specified framework or language.
3737

3838
Feature | .NET | Spring | Python | JavaScript
3939
------- | ---- | ------ | ------ | ----------

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const config = load(endpoint, credential, {
171171
```
172172

173173
> [!NOTE]
174-
> The automatic replica discovery support is available if you use version **2.0.0-preview.2** or later of [@azure/app-configuration-provider](https://www.npmjs.com/package/@azure/app-configuration-provider).
174+
> The automatic replica discovery support is available if you use version **2.0.0** or later of [@azure/app-configuration-provider](https://www.npmjs.com/package/@azure/app-configuration-provider).
175175
> The feature is not available for browser-based applications due to the restriction of browser security sandbox.
176176

177177
---
@@ -337,7 +337,7 @@ const config = load(endpoint, credential, {
337337
```
338338

339339
> [!NOTE]
340-
> Load balancing support is available if you use version **2.0.0-preview.2** or later of [@azure/app-configuration-provider](https://www.npmjs.com/package/@azure/app-configuration-provider).
340+
> Load balancing support is available if you use version **2.0.0** or later of [@azure/app-configuration-provider](https://www.npmjs.com/package/@azure/app-configuration-provider).
341341

342342
---
343343

0 commit comments

Comments
 (0)