App Configuration
Azure REST API reference
- Control plane: App Configuration REST API · 2024-05-01
- Data plane: Azure App Configuration data plane REST API
This page tracks which Azure App Configuration REST API operations are implemented in Topaz.
Legend
| Symbol | Meaning |
|---|---|
| ✅ | Implemented |
| ❌ | Not implemented |
Control Plane (Microsoft.AppConfiguration/configurationStores)
| Operation | Status | Notes |
|---|---|---|
| Create Or Update | ✅ | |
| Get | ✅ | |
| Update | ✅ | PATCH |
| Delete | ✅ | |
| List By Resource Group | ✅ | |
| List By Subscription | ✅ | |
| List Keys | ✅ | |
| Regenerate Key | ✅ | |
| Check Name Availability | ❌ | |
| List Replicas | ❌ | |
| Create Replica | ❌ | |
| Delete Replica | ❌ | |
| Get Replica | ❌ |
Data Plane
Key-Values
| Operation | Status | Notes |
|---|---|---|
| Get Key-Value | ✅ | GET /kv/{key} — supports label filter |
| Set Key-Value | ✅ | PUT /kv/{key} |
| Delete Key-Value | ✅ | DELETE /kv/{key} |
| List Key-Values | ✅ | GET /kv — supports key, label, $select, and After filters |
Locks
| Operation | Status | Notes |
|---|---|---|
| Lock Key-Value | ✅ | PUT /locks/{key} — sets locked: true |
| Unlock Key-Value | ✅ | DELETE /locks/{key} — sets locked: false |
Revisions
| Operation | Status | Notes |
|---|---|---|
| List Revisions | ✅ | GET /revisions |
Labels
| Operation | Status | Notes |
|---|---|---|
| List Labels | ✅ | GET /labels |