UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Configuring the queue FQDN suffix for sovereign cloud deployments

Queue FQDN suffix configuration for Integration Service in sovereign cloud deployments in Automation Suite.

By default, Integration Service uses standard queue endpoint FQDN suffixes:

  • amazonaws.com for AWS
  • core.windows.net for Azure

In sovereign or national cloud environments where queue endpoints use a different suffix, you can override this using the optional queue_config.fqdn_suffix field under integrationservices in cluster_config.json.

Example use cases:

  • China AWS: amazonaws.com.cn
  • China Azure: core.chinacloudapi.cn
  • Azure US Government: core.usgovcloudapi.net

Configuration

Add the queue_config block under integrationservices in cluster_config.json:

"integrationservices": {
  "queue_config": {
    "fqdn_suffix": ""
  }
}
"integrationservices": {
  "queue_config": {
    "fqdn_suffix": ""
  }
}
  • If fqdn_suffix is left empty or the field is omitted, the chart defaults apply: amazonaws.com for AWS or core.windows.net for Azure.
  • If a non-empty value is provided, it overrides the queue endpoint FQDN suffix for both AWS and Azure queue URLs.
  • If azure_fqdn_suffix is set in external_object_storage, Integration Service automatically uses the same value for the queue endpoint suffix. You do not need to set queue_config.fqdn_suffix separately in that case.
  • Configuration

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated