Skip to content

Commit a0fd444

Browse files
Merge pull request #250945 from amerjusupovic/ajusupovic/use-snapshot-fixes
Add note for composition type requirement with snapshots
2 parents 65ce003 + bd3cdc3 commit a0fd444

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-app-configuration/howto-create-snapshots.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you have an application using Azure App Configuration, you can update it with
9494

9595
### [.NET](#tab/dotnet)
9696

97-
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `program.cs` file of your application. If you don't have an application, you can reference any of the .NET quickstart guides, like [creating an ASP.NET core app with Azure App Configuration](./quickstart-aspnet-core-app.md).
97+
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `Program.cs` file of your application. If you don't have an application, you can reference any of the .NET quickstart guides, like [creating an ASP.NET core app with Azure App Configuration](./quickstart-aspnet-core-app.md).
9898

9999
**Add snapshots to your configuration**
100100

@@ -144,6 +144,9 @@ spring:
144144

145145
---
146146

147+
> [!NOTE]
148+
> Only snapshots created with composition type `Key` can be loaded using the code samples shown above.
149+
147150
## Manage active snapshots
148151

149152
The page under **Operations** > **Snapshots (preview)** displays two tabs: **Active snapshots** and **Archived snapshots**. Select **Active snapshots** to view the list of all active snapshots in an App Configuration store.

0 commit comments

Comments
 (0)