Skip to content

Commit b92ffbf

Browse files
Merge pull request #300060 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents cc4b09b + e94a14a commit b92ffbf

40 files changed

+851
-407
lines changed

articles/api-center/includes/api-center-service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: azure-api-center
99
ms.topic: include
10-
ms.date: 03/ 18/2025
10+
ms.date: 05/19/2025
1111
ms.author: danlep
1212
ms.custom: Include file
1313
---
@@ -29,7 +29,7 @@ ms.custom: Include file
2929
| Maximum number of APIs synchronized from a linked API source | 200 | 2,000<sup>4</sup> |
3030
| Semantic search in API Center portal | No | Yes |
3131

32-
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted. Use of full service features including API analysis is limited.<br/>
32+
<sup>1</sup> Use of full service features including API analysis is limited.<br/>
3333
<sup>2</sup> To increase a limit in the Standard plan, contact [support](https://azure.microsoft.com/support/options/).<br/>
3434
<sup>3</sup> Custom metadata properties assigned to APIs, deployments, and environments.<br/>
3535
<sup>4</sup> Process can take a few minutes to up to 24 hours to complete.<br/>

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Enable semantic caching of responses to Azure OpenAI API requests to reduce band
2727
* Chat Completion API - Deployment used for API consumer calls
2828
* Embeddings API - Deployment used for semantic caching
2929
* The API Management instance must be configured to use managed identity authentication to the Azure OpenAI APIs. For more information, see [Authenticate and authorize access to Azure OpenAI APIs using Azure API Management ](api-management-authenticate-authorize-azure-openai.md#authenticate-with-managed-identity).
30-
* An [Azure Cache for Redis Enterprise](../azure-cache-for-redis/quickstart-create-redis-enterprise.md) or [Azure Managed Redis](../redis/quickstart-create-managed-redis.md) instance. The **RediSearch** module must be enabled on the Redis cache.
30+
* An [Azure Managed Redis](../redis/quickstart-create-managed-redis.md) instance. The **RediSearch** module must be enabled on the Redis cache.
3131
> [!NOTE]
3232
> You can only enable the **RediSearch** module when creating a new Azure Redis Enterprise or Azure Managed Redis cache. You can't add a module to an existing cache. [Learn more](../redis/redis-modules.md)
3333
* External cache configured in the Azure API Management instance. For steps, see [Use an external Redis-compatible cache in Azure API Management](api-management-howto-cache-external.md).

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@
340340
href: ./configuration-provider-overview.md
341341
- name: .NET
342342
items:
343+
- name: Feature reference
344+
href: ./reference-dotnet-provider.md
343345
- name: API reference
344346
href: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
345347
- name: Azure SDK for .NET

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

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,28 @@ This is an overview of each feature and its current status for different framewo
4545

4646
Feature | .NET | Spring | Kubernetes | Python | JavaScript
4747
------- | ---- | ------ | ---------- | ------ | ----------
48-
Connection String Authentication | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
49-
Entra ID Authentication | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
50-
Dynamic Refresh (Poll Mode) | GA | GA | GA | GA | GA
48+
Connection String Authentication | [GA](./reference-dotnet-provider.md#load-configuration) | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
49+
Entra ID Authentication | [GA](./reference-dotnet-provider.md#load-configuration) | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
50+
Dynamic Refresh (Poll Mode) | [GA](./reference-dotnet-provider.md#refresh-on-sentinel-key) | GA | GA | GA | [GA](./reference-javascript-provider.md#refresh-on-sentinel-key)
5151
Dynamic Refresh (Push Mode) | GA | GA | N/A | N/A | N/A
52-
Dynamic Refresh (Collection Monitoring) | WIP | WIP | GA | WIP | [GA](./reference-javascript-provider.md#configuration-refresh)
53-
JSON Content Type Handling | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#json-content-type-handling)
54-
Configuration Setting Mapping | GA | N/A | N/A | N/A | N/A
55-
Key Vault References | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
56-
Key Vault Secret Refresh | GA | WIP | GA | WIP | WIP
57-
Custom Key Vault Secret Resolution | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
58-
Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
59-
Variant Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
52+
Dynamic Refresh (Collection Monitoring) | [GA](./reference-dotnet-provider.md#configuration-refresh) | WIP | GA | WIP | [GA](./reference-javascript-provider.md#configuration-refresh)
53+
JSON Content Type Handling | [GA](./reference-dotnet-provider.md#json-content-type-handling) | GA | GA | GA | [GA](./reference-javascript-provider.md#json-content-type-handling)
54+
Configuration Setting Mapping | [GA](./reference-dotnet-provider.md#configuration-setting-mapping) | N/A | N/A | N/A | N/A
55+
Key Vault References | [GA](./reference-dotnet-provider.md#key-vault-reference) | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
56+
Key Vault Secret Refresh | [GA](./reference-dotnet-provider.md#key-vault-secret-refresh) | WIP | GA | WIP | WIP
57+
Custom Key Vault Secret Resolution | [GA](./reference-dotnet-provider.md#key-vault-reference) | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
58+
Feature Flags | [GA](./reference-dotnet-provider.md#feature-flag) | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
59+
Variant Feature Flags | [GA](./reference-dotnet-provider.md#feature-flag) | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
6060
Feature Flag Telemetry | GA | GA | WIP | GA | GA
61-
Key Prefix Trim | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#trim-prefix-from-keys)
62-
Configurable Startup Time-out | GA | WIP | N/A | WIP | WIP
63-
Replica Auto Discovery | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
64-
Replica Failover | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
65-
Replica Load Balancing | GA | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
66-
Snapshots | GA | GA | GA | WIP | WIP
61+
Key Prefix Trim | [GA](./reference-dotnet-provider.md#trim-prefix-from-keys) | GA | GA | GA | [GA](./reference-javascript-provider.md#trim-prefix-from-keys)
62+
Configurable Startup Time-out | [GA](./reference-dotnet-provider.md#startup-retry) | WIP | N/A | WIP | WIP
63+
Replica Auto Discovery | [GA](./reference-dotnet-provider.md#geo-replication) | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
64+
Replica Failover | [GA](./reference-dotnet-provider.md#geo-replication) | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
65+
Replica Load Balancing | [GA](./reference-dotnet-provider.md#geo-replication) | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
66+
Snapshots | [GA](./reference-dotnet-provider.md#snapshot) | GA | GA | WIP | WIP
67+
Distributed tracing | [GA](./reference-dotnet-provider.md#distributed-tracing) | WIP | WIP | WIP | WIP
68+
Health Check | WIP | WIP | WIP | WIP | WIP
6769

6870
## Support policy
6971

70-
Details on the support policy for configuration provider libraries can be found [here](./client-library-support-policy.md).
72+
Details on the support policy for configuration provider libraries can be found [here](./client-library-support-policy.md).

articles/azure-app-configuration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ landingContent:
184184
- text: Overview
185185
url: configuration-provider-overview.md
186186
- text: .NET provider
187-
url: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
187+
url: reference-dotnet-provider.md
188188
- text: Java Spring provider
189189
url: https://go.microsoft.com/fwlink/?linkid=2180917
190190
- text: Python provider

0 commit comments

Comments
 (0)