Skip to content

Commit a0b57d9

Browse files
Merge pull request #313776 from linglingye001/linglingye/go-snapshot-ref
Update Go provider snapshot reference status
2 parents b84db0b + 74c7323 commit a0b57d9

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

articles/azure-app-configuration/concept-snapshot-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If a snapshot reference is added that points to the aforementioned snapshot, the
124124
| Java | Work in progress |
125125
| JavaScript | 2.3.0+ |
126126
| Python | 2.4.0+ |
127-
| Go | Work in progress |
127+
| Go | 1.6.0+ |
128128
| Kubernetes | 2.6.0+ |
129129

130130
## Next steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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
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) | [GA](./reference-go-provider.md#snapshot-reference)
7373
Distributed Tracing | [GA](./reference-dotnet-provider.md#distributed-tracing) | WIP | WIP | WIP | WIP | N/A
7474
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
7575
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)

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,15 @@ options := &azureappconfiguration.Options{
566566
appConfig, err := azureappconfiguration.Load(ctx, authOptions, options)
567567
```
568568

569+
### Snapshot reference
570+
571+
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.
572+
573+
For more information about creating a snapshot reference, go to [snapshot reference concept](./concept-snapshot-references.md).
574+
575+
> [!NOTE]
576+
> To use snapshot references, use the version *1.6.0* or later of `azureappconfiguration`.
577+
569578
## Geo-replication
570579

571580
For information about using geo-replication, go to [Enable geo-replication](./howto-geo-replication.md).

0 commit comments

Comments
 (0)