appconfig_kv_set
Set a key-value pair in an Azure App Configuration store, with optional label and content type, to manage application settings.
Instructions
Set a key-value in an App Configuration store.
Args: store_name: Name of the App Configuration store key: The configuration key value: The value to set resource_group: Optional resource group label: Optional label content_type: Optional content type (e.g. 'application/json')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_name | Yes | ||
| key | Yes | ||
| value | Yes | ||
| resource_group | No | ||
| label | No | ||
| content_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |