All Products
Search
Document Center

Enterprise Distributed Application Service:Synchronize application configurations

Last Updated:Mar 11, 2026

When you deploy microservices across multiple environments (development, staging) or regions, you need to keep configurations consistent. You can create multiple microservices namespaces, create a configuration in one namespace, and then synchronize the configuration to other namespaces. Enterprise Distributed Application Service (EDAS) supports two synchronization methods:

MethodScopeHow it works
CloneSame regionCopy configurations from one microservices namespace to another
Export and importCross-regionDownload configurations as a ZIP file, then upload the file to the destination namespace

Prerequisites

Before you begin, make sure that you have:

  • Access to the EDAS console

  • At least two microservices namespaces, with the source namespace containing the configurations to synchronize

Clone configurations within the same region

Use the clone feature to copy configurations between microservices namespaces in the same region.

  1. Log on to the EDAS console.

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

  3. (Optional) Select the microservices namespace that contains the configurations to synchronize. To narrow the list, filter by Group, Data ID, or Label.

    Set filter conditions to filter configurations

  4. Select the configurations to synchronize, then click Clone below the configuration list.

  5. In the Clone configuration dialog box, configure the following parameters, then click Clone.

    ParameterDescription
    Target micro service spaceThe destination microservices namespace.
    Same configurationHow to handle duplicates. Two configurations are duplicates when they share the same data ID and group. Options:
    • Terminate clone: Cancel the entire clone operation. No configurations are synchronized.
    • Skip: Skip duplicate configurations and synchronize the rest.
    • Overwrite: Replace duplicate configurations in the destination with the source configurations.

    Clone configuration dialog box

Export and import configurations across regions

To synchronize configurations between microservices namespaces in different regions, export the configurations from the source region and then import them into the destination region.

Export configurations

  1. Log on to the EDAS console.

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

  3. From the top navigation bar, select the region of the source microservices namespace.

  4. Select the microservices namespace, select the configurations to export, then click Export below the configuration list.

  5. In the Export configuration dialog box, verify the selected configurations and click Export. The configurations are downloaded as a ZIP file.

Import configurations

After you export the configurations, import them into the destination region.

  1. From the top navigation bar, select the region of the destination microservices namespace.

  2. Select the destination microservices namespace, then click Import configuration.

  3. In the Import configuration dialog box, configure the following parameters, then click Import.

    Important

    Do not modify the contents of the ZIP file before uploading. Modifications may cause the import to fail. To change configurations, import the ZIP file first, then edit the configurations in the destination microservices namespace.

    ParameterDescription
    Target micro service spaceThe destination microservices namespace. This value is pre-selected based on the namespace you chose on the Configurations page and cannot be changed here.
    Same configurationHow to handle duplicates. Two configurations are duplicates when they share the same data ID and group. Options:
    • Terminate import: Cancel the entire import operation. No configurations are synchronized.
    • Skip: Skip duplicate configurations and synchronize the rest.
    • Overwrite: Replace duplicate configurations in the destination with the imported configurations.
    Configuration fileClick Upload a file and select the exported ZIP file.

    Import configuration

Duplicate handling behavior

The duplicate handling option (Terminate clone/Terminate import, Skip, or Overwrite) determines what happens when the destination namespace already contains a configuration with the same data ID and group as one being synchronized.

OptionBehavior
TerminateCancels the entire operation. No configurations are added or changed.
SkipLeaves existing duplicates unchanged and synchronizes all non-duplicate configurations.
OverwriteReplaces duplicates in the destination with the source versions and synchronizes all non-duplicate configurations.