All Products
Search
Document Center

Enterprise Distributed Application Service:Manage configurations

Last Updated:Mar 11, 2026

As your microservice applications evolve, you need to update, review, and remove configuration items. Enterprise Distributed Application Service (EDAS) provides a centralized console for managing the full lifecycle of microservice configurations, including searching, editing, exporting, cloning, and deleting.

Search and filter configurations

Search for configurations by data ID, group ID, or both. You can also narrow results by application or label.

  1. Log on to the EDAS console.

  2. In the left-side navigation pane, choose Application Management > Microservice Configurations. By default, the Configurations page appears.

  3. In the top navigation bar, select a region. Then select a namespace from the Microservice Namespace drop-down list.

  4. Filter configurations by Group, Data ID, Belonging Application, and Label.

Set query conditions to query configurations

After you locate a configuration, you can perform the following operations:

ActionSteps
View detailsClick the data ID in the Data ID column.
EditClick Edit in the Operation column.
DeleteClick Delete in the Operation column.
ExportSelect a configuration and click Export at the bottom of the page.
CloneSelect a configuration and click Clone at the bottom of the page to clone it to another microservices namespace in the same region.

View configuration details

  1. On the Configurations page, find the target configuration and click its data ID in the Data ID column.

  2. On the Configuration Details page, you can view the information about the configuration, such as the basic information, configuration content, sample code, version history, push tracking information, and listening query information.

Configuration details

Edit a configuration

Modify any configuration by opening it in the editor and publishing your changes.

  1. On the Configurations page, find the target configuration and click Edit in the Operation column.

  2. In the Edit Configuration panel, update the configuration as needed. For parameter descriptions, see Create a configuration.

  3. Click Publish.

Advanced features

The Edit Configuration panel provides additional features to reduce the risk of publishing errors.

FeatureWhat it doesHow to use it
Schema validatorChecks the schema of configurations written in different languages, such as JSON and XML. This reduces exceptions caused by syntax errors.Select a schema from the Configuration Format setting before you edit.
Configuration comparisonCompares the configuration to be published with the current configuration after you submit the configuration changes. This reduces accidental errors.A configuration content comparison message appears after you click Publish to submit configuration changes.
Beta releaseDeploys the updated configuration to a subset of instances first, so you can verify the change before publishing to all instances. This minimizes the negative impacts of configuration errors.Turn on Beta release and enter the IP addresses of the target instances. For on-premises machines, enter the public IP address.

Delete a configuration

  1. On the Configurations page, find the target configuration and click Delete in the Operation column.

  2. In the Delete configuration dialog box, confirm the configuration details and click OK.