Skip to content

Commit

Permalink
Delete ConfigurationStoreBackup Example (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
avanigupta authored Mar 1, 2024
1 parent 12195d4 commit fa81413
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 283 deletions.
199 changes: 0 additions & 199 deletions examples/ConfigurationStoreBackup/BackupAppConfigurationStore.cs

This file was deleted.

21 changes: 0 additions & 21 deletions examples/ConfigurationStoreBackup/ConfigurationStoreBackup.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions examples/ConfigurationStoreBackup/ConfigurationStoreBackup.sln

This file was deleted.

31 changes: 0 additions & 31 deletions examples/ConfigurationStoreBackup/KeyLabel.cs

This file was deleted.

3 changes: 0 additions & 3 deletions examples/ConfigurationStoreBackup/host.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## DotNet Samples

### [ConfigurationStoreBackup](./ConfigurationStoreBackup)

This Azure Functions App demonstrates how to backup configuration data from one App Configuration store to another store. It uses Event Grid for change notifications received from App Configuration and saves them in an Azure Storage queue. The app wakes up every 10 minutes to backup the data if there are any changes.

### [Azure Functions (In-process)](./DotNetCore/AzureFunction/FunctionApp)

This example is a .NET class library Function App, which runs in-process with the runtime of Azure Functions. It demonstrates how to enable dynamic configuration and use feature flags from App Configuration. It also shows how to leverage App Configuration for a queue triggered function with the trigger settings stored in App Configuration.
Expand Down

0 comments on commit fa81413

Please sign in to comment.