Skip to content

Commit 8e7408b

Browse files
committed
update
1 parent 3eb2d67 commit 8e7408b

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

articles/azure-app-configuration/concept-enable-rbac.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,12 @@ client, _ := azappconfig.NewClient(myStoreEndpoint, credential, clientOptions)
336336
### [Kubernetes](#tab/kubernetes)
337337
#### Kubernetes provider
338338

339-
If your application runs on Kubernetes and you use the Azure App Configuration Kubernetes Provider, the audience can be configured at installation time by setting the `env.azureAppConfigurationAudience` parameter. Use version **2.6.0** or later of the [Azure App Configuration Kubernetes Provider](./quickstart-azure-kubernetes-service.md) to configure the audience.
339+
If your application runs on Kubernetes and you use the Azure App Configuration Kubernetes Provider, the audience configuration depends on how the provider is installed.
340340

341-
The following command demonstrates how to install the Azure App Configuration Kubernetes Provider with a cloud-specific audience.
341+
- **AKS extension**: No audience configuration is needed. The extension automatically determines the audience based on the cloud where it runs.
342+
- **Helm chart**: The audience can be configured at installation time by setting the `env.azureAppConfigurationAudience` parameter. Use version **2.6.0** or later of the [Azure App Configuration Kubernetes Provider](./quickstart-azure-kubernetes-service.md) to configure the audience.
343+
344+
The following command demonstrates how to install the Azure App Configuration Kubernetes Provider via Helm with a cloud-specific audience.
342345

343346
```console
344347
helm install azureappconfiguration.kubernetesprovider \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Replica Auto Discovery | [GA](./reference-dotnet-provider.md#geo-replication) |
6969
Replica Failover | [GA](./reference-dotnet-provider.md#geo-replication) | [GA](/azure/developer/java/spring-framework/app-configuration-support#geo-replication) | GA | [GA](./reference-python-provider.md#geo-replication) | [GA](./reference-javascript-provider.md#geo-replication) | [GA](./reference-go-provider.md#geo-replication)
7070
Replica Load Balancing | [GA](./reference-dotnet-provider.md#geo-replication) | GA | GA | [GA](./reference-python-provider.md#geo-replication) | [GA](./reference-javascript-provider.md#geo-replication) | [GA](./reference-go-provider.md#geo-replication)
7171
Snapshots | [GA](./reference-dotnet-provider.md#snapshot) | [GA](/azure/developer/java/spring-framework/app-configuration-support#selecting-configurations) | GA | [GA](./reference-python-provider.md#load-configuration-from-snapshots) | [GA](./reference-javascript-provider.md#snapshot) | [GA](./reference-go-provider.md#snapshot)
72+
Snapshot Reference | [GA](./reference-dotnet-provider.md#snapshot-reference) | WIP | [GA](./reference-kubernetes-provider.md#snapshot-reference) | WIP | [GA](./reference-javascript-provider.md#snapshot-reference) | WIP
7273
Distributed Tracing | [GA](./reference-dotnet-provider.md#distributed-tracing) | WIP | WIP | WIP | WIP | N/A
7374
Health Check | [GA](./reference-dotnet-provider.md#health-check) | [GA](/azure/developer/java/spring-framework/app-configuration-support#health-indicator) | WIP | WIP | WIP | N/A
7475
Select by Tag Filters | [GA](./reference-dotnet-provider.md#load-specific-key-values-using-selectors) | WIP | GA | [GA](./reference-python-provider.md#tag-filters) | [GA](./reference-javascript-provider.md#tag-filters) | [GA](./reference-go-provider.md#tag-filters)
75-
Snapshot Reference | [GA](./reference-dotnet-provider.md#snapshot-reference) | WIP | [GA](./reference-kubernetes-provider.md#snapshot-reference) | WIP | [GA](./reference-javascript-provider.md#snapshot-reference) | WIP
7676
Load from Azure Front Door | [Preview](./reference-dotnet-provider.md#connect-to-azure-front-door) | WIP | WIP | WIP | [Preview](./reference-javascript-provider.md#connect-to-azure-front-door) | WIP
7777

7878

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,6 @@ spec:
394394
labelFilter: development
395395
```
396396

397-
#### Snapshot reference
398-
399-
A snapshot reference is a configuration setting that references a snapshot in the same App Configuration store. When loaded, the provider resolves it and adds all key-values from that snapshot. Using snapshot references enables switching between snapshots at runtime, unlike adding a snapshot selector, which requires code changes and/or restarts to switch to a new snapshot.
400-
401-
For more information about creating a snapshot reference, go to [snapshot reference concept](./concept-snapshot-references.md).
402-
403-
> [!NOTE]
404-
> To use snapshot references, use the version *2.6.0* or later of Azure App Configuration Kubernetes provider.
405-
406397
### Key prefix trimming
407398

408399
The following sample uses the `trimKeyPrefixes` property to trim two prefixes from key names before adding them to the generated ConfigMap.
@@ -442,6 +433,15 @@ spec:
442433
interval: 1m
443434
```
444435

436+
### Snapshot reference
437+
438+
A snapshot reference is a configuration setting that references a snapshot in the same App Configuration store. When loaded, the provider resolves it and adds all key-values from that snapshot. Using snapshot references enables switching between snapshots at runtime, unlike adding a snapshot selector, which requires code changes and/or restarts to switch to a new snapshot.
439+
440+
For more information about creating a snapshot reference, go to [snapshot reference concept](./concept-snapshot-references.md).
441+
442+
> [!NOTE]
443+
> To use snapshot references, use the version *2.6.0* or later of Azure App Configuration Kubernetes provider.
444+
445445
### Key Vault references
446446

447447
#### Authentication

0 commit comments

Comments
 (0)