Skip to content

Commit ee4fcb9

Browse files
App Config emulator 1.0.0-preview (#1085)
* release note 1.0.0-preview * Update releaseNotes/AppConfigurationEmulator.md Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com> --------- Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
1 parent 4ade33f commit ee4fcb9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Azure App Configuration Emulator
2+
3+
[Image][image] | [Source code][source_code] | [Samples][samples]
4+
5+
## 1.0.0-preview - July 31, 2025
6+
7+
Initial preview release of the Azure App Configuration emulator.
8+
9+
The Azure App Configuration Emulator is a local development tool that provides a lightweight implementation of the Azure App Configuration service. This emulator allows developers to test and develop applications locally without requiring an active Azure subscription or connection to the cloud service.
10+
11+
### Supported Features
12+
13+
* Authentication Methods
14+
* Anonymous authentication
15+
* HMAC authentication
16+
* Resources
17+
* `/keys`
18+
* `/kv`
19+
* `/labels`
20+
* `/locks`
21+
* `/revisions`
22+
* Web UI
23+
24+
<!-- LINKS -->
25+
[image]: https://mcr.microsoft.com/artifact/mar/azure-app-configuration/app-configuration-emulator/about
26+
[source_code]: https://github.com/Azure/AppConfiguration-Emulator
27+
[samples]: https://github.com/Azure/AppConfiguration-Emulator/tree/main/examples

0 commit comments

Comments
 (0)