> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 使用限制

> AutoMQ Cloud 对产品范围内的参数、配额和行为做出约束和规范。了解参数类限制、资源配额限制及 BYOC 版开服区域限制。

## 概述

为了避免生产环境中因行为定义不明确而导致各种边缘状况，AutoMQ Cloud 对产品范围内的参数、配额和行为等做出约束和规范。用户在使用过程中需要注意不要打破约束，如有约束不满足实际使用场景，请及时提工单寻求帮助，参考[获取人工服务▸](/zh/automq-cloud/support/obtaining-services) 。

## 参数类限制

以下参数中各资源的命名及备注类限制值不支持调整，请严格按照规范设置，避免因出现特殊字符或长度超限导致系统处理异常。

### 公共参数限制

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        <strong>参数项</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>限制值</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>说明</strong>

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="1">
        实例名称

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制：仅支持中文、字母 a～z 或 A～Z、数字 0～9 和下划线（\_）和中划线（-）。</li>

          <li>长度限制：3～64 个字符。</li>
        </ul>
      </td>

      <td colspan="1" rowspan="4">
        名称和备注应该尽量使用简洁、常用的短语和简写标识，避免使用特殊字符造成显示的异常。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        实例描述

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制为 UTF-8 可见字符。</li>

          <li>长度限制：0～255 个字符。</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        环境成员名

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制：仅支持字母 a～z 或 A～Z、数字 0～9 和下划线（\_）和中划线（-）。</li>

          <li>长度限制：3～64 个字符。</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        环境成员密码

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制：仅支持可见字符。</li>

          <li>长度限制：8～16 个字符。</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

### 实例级配置

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        <strong>参数项</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>限制值</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>说明</strong>

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_log.retention.ms">log.retention.ms</a>

        <br />

        消息保存时长

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：7 天</li>

          <li>限制范围：1 小时 \~ 60 天</li>

          <li>可以自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        消息保存时长背后影响了存储空间的消耗和成本，建议业务合理评估。如有不满足，请
        <a href="/zh/automq-cloud/support/obtaining-services">获取人工服务▸</a>
        寻求帮助。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_message.max.bytes">message.max.bytes</a>

        <br />

        消息大小上限

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：20 MiB</li>

          <li>限制值： 0 B  \~ 50 MiB</li>

          <li>支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="3">
        如果当前参数限制不满足需求，请
        <a href="/zh/automq-cloud/support/obtaining-services">获取人工服务▸</a>
        寻求帮助。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_offsets.retention.minutes">offsets.retention.minutes</a>

        <br />

        消费进度保存时长

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>限制值： 7 天</li>

          <li>不支持自定义修改</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_fetch.max.bytes">fetch.max.bytes</a>

        <br />

        单次拉取数据上限

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>限制值： 55 MB</li>

          <li>不支持自定义修改</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单分区写入吞吐上限

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>限制值： 4 MBps</li>

          <li>不支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="2">
        单分区读写吞吐存在限制，建议应用使用不同的消息 key 将读写压力分摊到不同的分区上，避免分区热点。请
        <a href="/zh/automq-cloud/support/obtaining-services">获取人工服务▸</a>
        寻求帮助。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单分区读取吞吐上限

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>限制值： 4 MBps</li>

          <li>不支持自定义修改</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_auto.create.topics.enable">auto.create.topics.enable</a>

        <br />

        自动创建 Topic 开关

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：true</li>

          <li>限制范围：true/false</li>

          <li>可以自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        自动创建 Topic 开关建议关闭，通过管控系统和 Admin API 管理所有的 topic，避免topic 无法管理。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#brokerconfigs_num.partitions">num.partitions</a>

        <br />

        默认创建 Topic 分区数

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：1</li>

          <li>限制范围：1\~1024</li>

          <li>可以自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        默认创建 Topic 分区数在使用自动创建 Topic 时使用，建议在集群粒度合理设置，避免自动创建 Topic 消耗过多的分区数额度。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        automq.zone.cidr.blocks

        <br />

        客户端来源 CIDR 可用区标识

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：空</li>

          <li>限制范围：无</li>

          <li>可以自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        服务端根据客户端来源 IP 匹配当前规则设置的 CIDR，确认该客户端对应的可用区。该配置用于优化消除客户端跨可用区传输流量。CIDR 标识的格式规范是\{zoneId}@\{cidr}\<>\{zoneId}@\{cidr}。不同的可用区之间用 “\<>” 分隔。分隔，相同可用区标识下多个 CIDR 段之间用 “,” 分隔。

        <br />

        举例：

        <br />

        <ul>
          <li>需要配置多个可用区标识：az-1\@10.0.0.1/30\<>az-2\@10.0.0.2/30。</li>

          <li>相同可用区下有多个 CIDR 段：az-1\@10.0.0.1/30,10.0.0.2/30</li>
        </ul>

        <Tip>
          <br />

          注意：在 AWS 环境中可用区标识需要设置 ZoneID 而非 ZoneName。关于两者区别
          <a href="https://docs.aws.amazon.com/global-infrastructure/latest/regions/az-ids.html">参考文档</a>
          。

          <br />
        </Tip>

        <br />
      </td>
    </tr>
  </tbody>
</table>

### Topic 级配置

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        <strong>参数项</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>限制值</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>说明</strong>

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_compression.type">compression.type</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：producer</li>

          <li>限制值：</li>

          <ul>
            <li>Zstd</li>

            <li>lz4</li>

            <li>Producer</li>

            <li>Uncompressed</li>

            <li>Snappy</li>

            <li>gzip</li>

            <ul>
              <li>支持自定义修改</li>
            </ul>
          </ul>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        设置 Topic 的最终压缩类型。该配置支持('gzip'， 'snappy'， 'lz4'， 'zstd')；除上述配置选项还支持 'uncompressed'，相当于没有压缩；'producer'配置值指的是保留生产者配置的压缩类型。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_cleanup.policy">cleanup.policy</a>

        <br />

        消息清理策略

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：delete</li>

          <li>限制范围：</li>

          <ul>
            <li>delete：按照保留的时间定期清理最早的消息。</li>

            <li>compact：按照消息的 key 定期合并消息，只保留最新版本。</li>

            <ul>
              <li>可以自定义修改</li>
            </ul>
          </ul>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        大部分业务场景推荐使用 delete 类型，仅在保留状态数据的场景使用 compact 类型。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_retention.ms">retention.ms</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：跟随集群当前配置</li>

          <li>限制值： 1 小时  \~ 60 天</li>

          <li>支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        设置 topic 自定义消息保存时长，仅针对清理策略为 delete 类型的 topic 有效，该配置会覆盖集群默认的配置。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_max.message.bytes">max.message.bytes</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：跟随集群当前配置</li>

          <li>限制值： 0 B  \~ 50 MiB</li>

          <li>支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        设置当前 Topic 允许的record batch 大小上限，发送超过该限制的消息将被拒绝。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_message.timestamp.type">message.timestamp.type</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：CreateTime</li>

          <li>限制值：</li>

          <ul>
            <li>LogAppendTime</li>

            <li>CreateTime</li>

            <ul>
              <li>可以自定义修改</li>
            </ul>
          </ul>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        定义消息中的时间戳是消息创建时间还是日志追加时间。该值应该是' create time '或' log append time '。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_retention.bytes">retention.bytes</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：-1</li>

          <li>支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        针对 delete 类型清理策略的 topic 生效，控制每个分区数据保留的空间上限。默认情况下，没有大小限制，只有时间限制。此限制是在分区级别，因此将其乘以分区数量以计算 topic 级别的保留空间。该配置会覆盖集群默认配置。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        <a href="https://kafka.apache.org/34/documentation.html#topicconfigs_delete.retention.ms">delete.retention.ms</a>

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>默认值：1 天</li>

          <li>限制值： 0 小时  \~ 60 天</li>

          <li>支持自定义修改</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        设置 为 Compact 类型 Topic 保留删除墓碑标记的时间，仅针对 Compact 类型 Topic 生效。该配置约定了消费者必须在此时间内读取消息才有可能获取最后的有效快照，否则消费者将可能读取到不完整的数据。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic 命名

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制：仅支持字母a~~z或A~~Z、数字0\~9、下划线（\_）中划线（-）和点（.）。</li>

          <li>长度限制：1\~250个字符。</li>

          <li>其他限制：不允许下划线（\_）开头。</li>
        </ul>
      </td>

      <td colspan="1" rowspan="2">
        无。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        Topic 备注

        <br />
      </td>

      <td colspan="1" rowspan="1">
        <ul>
          <li>字符限制：仅支持中文、字母a~~z或A~~Z、数字0\~9和下划线（\_）。</li>

          <li>长度限制：1\~256个字符。</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

## 资源配额限制

AutoMQ Cloud 基于大规模生产环境的运维经验考虑，对产品内部分性能指标和参数做了初始约束，大部分情况下默认约束范围都是满足需求的，如有特殊情况不满足，请及时提工单寻求帮助。

### 环境类公共资源配额限制

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        <strong>限制项</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>限制值</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>说明</strong>

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="1">
        单环境内允许的产品实例总数量

        <br />
      </td>

      <td colspan="1" rowspan="1">
        参考订阅计划版本约束

        <br />
      </td>

      <td colspan="1" rowspan="2">
        如当前限制有不满足，通过工单寻求帮助
        <a href="/zh/automq-cloud/support/obtaining-services">获取人工服务▸</a>
        。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单环境内成员账号数量

        <br />
      </td>

      <td colspan="1" rowspan="1">
        100 个

        <br />
      </td>
    </tr>
  </tbody>
</table>

### 实例配额限制

AutoMQ Cloud 基于大规模生产环境的运维经验考虑，对产品内部分性能指标和参数做了初始约束，大部分情况下默认约束范围都是满足需求的，如有特殊情况不满足，请及时提工单寻求帮助。

<table>
  <thead>
    <tr>
      <th colspan="1" rowspan="1">
        <strong>限制项</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>限制值</strong>

        <br />
      </th>

      <th colspan="1" rowspan="1">
        <strong>说明</strong>

        <br />
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td colspan="1" rowspan="1">
        单实例（集群）计算规格

        <br />
      </td>

      <td colspan="1" rowspan="1">
        3AKU \~ 500AKU，提供如下能力：

        <br />

        <ul>
          <li>写吞吐：60MBps\~10000MBps</li>

          <li>读吞吐：60MBps\~10000MBps</li>
        </ul>
      </td>

      <td colspan="1" rowspan="1">
        实例计算规格代表了单个实例（集群）收发消息处理的吞吐能力上限。

        <br />

        如有更大规模集群诉求，请
        <a href="/zh/automq-cloud/support/obtaining-services">获取人工服务▸</a>
        申请开放高规格限制。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单实例 Topic 数量上限

        <br />
      </td>

      <td colspan="1" rowspan="3">
        由创建实例的计算规格决定，具体参考规格限制
        <a href="/zh/automq-cloud/subscriptions-and-billings/byoc-env-billings/billing-instructions-for-byoc">BYOC 计费说明▸</a>
        。

        <br />
      </td>

      <td colspan="1" rowspan="3">
        从安全性和稳定性考虑，建议将不同业务拆分到不同实例中，避免所有业务集中在单个实例中。

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单实例（集群）分区数上限

        <br />
      </td>
    </tr>

    <tr>
      <td colspan="1" rowspan="1">
        单实例（集群）请求 QPS 上限

        <br />
      </td>
    </tr>
  </tbody>
</table>

## BYOC 版开服区域限制

<Tabs>
  <Tab title="AWS">
    | **代码**<br />         | **名称**<br />                    |
    | -------------------- | ------------------------------- |
    | us-east-1<br />      | US East (N. Virginia)<br />     |
    | us-east-2<br />      | US East (Ohio)<br />            |
    | us-west-1<br />      | US West (N. California)<br />   |
    | us-west-2<br />      | US West (Oregon)<br />          |
    | af-south-1<br />     | Africa (Cape Town)<br />        |
    | ap-east-1<br />      | Asia Pacific (Hong Kong)<br />  |
    | ap-south-2<br />     | Asia Pacific (Hyderabad)<br />  |
    | ap-southeast-3<br /> | Asia Pacific (Jakarta)<br />    |
    | ap-southeast-5<br /> | Asia Pacific (Malaysia)<br />   |
    | ap-southeast-4<br /> | Asia Pacific (Melbourne)<br />  |
    | ap-south-1<br />     | Asia Pacific (Mumbai)<br />     |
    | ap-northeast-3<br /> | Asia Pacific (Osaka)<br />      |
    | ap-northeast-2<br /> | Asia Pacific (Seoul)<br />      |
    | ap-southeast-1<br /> | Asia Pacific (Singapore)<br />  |
    | ap-southeast-2<br /> | Asia Pacific (Sydney)<br />     |
    | ap-northeast-1<br /> | Asia Pacific (Tokyo)<br />      |
    | ca-central-1<br />   | Canada (Central)<br />          |
    | ca-west-1<br />      | Canada West (Calgary)<br />     |
    | cn-north-1<br />     | China (Beijing)<br />           |
    | cn-northwest-1<br /> | China (Ningxia)<br />           |
    | eu-central-1<br />   | Europe (Frankfurt)<br />        |
    | eu-west-1<br />      | Europe (Ireland)<br />          |
    | eu-west-2<br />      | Europe (London)<br />           |
    | eu-south-1<br />     | Europe (Milan)<br />            |
    | eu-west-3<br />      | Europe (Paris)<br />            |
    | eu-south-2<br />     | Europe (Spain)<br />            |
    | eu-north-1<br />     | Europe (Stockholm)<br />        |
    | eu-central-2<br />   | Europe (Zurich)<br />           |
    | il-central-1<br />   | Israel (Tel Aviv)<br />         |
    | me-south-1<br />     | Middle East (Bahrain)<br />     |
    | me-central-1<br />   | Middle East (UAE)<br />         |
    | sa-east-1<br />      | South America (São Paulo)<br /> |
  </Tab>

  <Tab title="GCP">
    | 区域 ID<br />                   | 名称<br />              |
    | ----------------------------- | --------------------- |
    | us-west-1<br />               | Oregon<br />          |
    | asia-south1<br />             | Mumbai<br />          |
    | asia-south2<br />             | Delhi<br />           |
    | asia-east1<br />              | Changhua County<br /> |
    | asia-east2<br />              | Hong Kong<br />       |
    | asia-northeast1<br />         | Tokyo<br />           |
    | asia-northeast2<br />         | Osaka<br />           |
    | asia-northeast3<br />         | Seoul<br />           |
    | asia-southeast1<br />         | Jurong West<br />     |
    | australia-southeast1<br />    | Sydney<br />          |
    | australia-southeast2<br />    | Melbourne<br />       |
    | europe-central2<br />         | Warsaw<br />          |
    | europe-north2<br />           | Hamina<br />          |
    | europe-southwest1<br />       | Madrid<br />          |
    | europe-west1<br />            | St. Ghislain<br />    |
    | europe-west2<br />            | London<br />          |
    | europe-west3<br />            | Frankfurt<br />       |
    | europe-west4<br />            | Eemshaven<br />       |
    | europe-west6<br />            | Zurich<br />          |
    | europe-west8<br />            | Milan<br />           |
    | europe-west9<br />            | Paris<br />           |
    | northamerica-northeast1<br /> | Montréal<br />        |
    | northamerica-northeast2<br /> | Toronto<br />         |
    | southamerica-east1<br />      | Osasco<br />          |
    | us-central1<br />             | Council Bluffs<br />  |
    | us-east1<br />                | Moncks Corner<br />   |
    | us-east4<br />                | Ashburn<br />         |
    | us-west1<br />                | The Dalles<br />      |
    | us-west2<br />                | Los Angeles<br />     |
    | us-west3<br />                | Salt Lake City<br />  |
    | us-west4<br />                | Las Vegas<br />       |
  </Tab>

  <Tab title="阿里云">
    | 区域 ID<br />          | 名称<br />            |
    | -------------------- | ------------------- |
    | cn-qingdao<br />     | 华北 1 (青岛)<br />     |
    | cn-beijing<br />     | 华北 2 (北京)<br />     |
    | cn-zhangjiakou<br /> | 华北 3 (张家口)<br />    |
    | cn-hangzhou<br />    | 华东 1 (杭州)<br />     |
    | cn-shanghai<br />    | 华东 2 (上海)<br />     |
    | cn-shenzhen<br />    | 华南 1 (深圳)<br />     |
    | cn-guangzhou<br />   | 华南 3 (广州)<br />     |
    | cn-hongkong<br />    | 中国 (香港)<br />       |
    | ap-southeast-1<br /> | 亚太东南 1 (新加坡)<br />  |
    | us-east-1<br />      | 美国东部 1 (弗吉尼亚)<br /> |
    | us-west-1<br />      | 美国西部 1 (硅谷)<br />   |
    | eu-central-1<br />   | 欧洲中部 1 (法兰克福)<br /> |
  </Tab>

  <Tab title="腾讯云">
    | 区域 ID<br />            | 名称<br />   |
    | ---------------------- | ---------- |
    | ap-singapore<br />     | 新加坡<br />  |
    | na-siliconvalley<br /> | 硅谷<br />   |
    | ap-guangzhou<br />     | 广州<br />   |
    | ap-beijing<br />       | 北京<br />   |
    | eu-frankfurt<br />     | 法兰克福<br /> |
    | ap-chengdu<br />       | 成都<br />   |
    | ap-nanjing<br />       | 南京<br />   |
    | ap-chongqing<br />     | 重庆<br />   |
    | ap-hongkong<br />      | 中国香港<br /> |
    | ap-tokyo<br />         | 东京<br />   |
    | ap-shanghai<br />      | 上海<br />   |
  </Tab>

  <Tab title="华为云">
    | 区域 ID<br />          | 名称<br />        |
    | -------------------- | --------------- |
    | cn-southwest-1<br /> | 西南-贵阳一<br />    |
    | ap-southeast-1<br /> | 亚太-新加坡<br />    |
    | cn-north-4<br />     | 华北-北京四<br />    |
    | cn-north-2<br />     | 华北-北京二<br />    |
    | cn-south-1<br />     | 华南-广州<br />     |
    | eu-central-1<br />   | 土耳其-伊斯坦布尔<br /> |
    | cn-hongkong<br />    | 中国-香港<br />     |
    | cn-south-2<br />     | 华南-深圳<br />     |
    | cn-east-1<br />      | 华东-上海一<br />    |
    | cn-north-1<br />     | 华北-北京一<br />    |
    | cn-north-5<br />     | 华北-乌兰察布一<br />  |
  </Tab>

  <Tab title="Azure">
    | 区域 ID<br />              | 名称<br />                   |
    | ------------------------ | -------------------------- |
    | eastus<br />             | East US<br />              |
    | westus2<br />            | West US 2<br />            |
    | westeurope<br />         | West Europe<br />          |
    | southeastasia<br />      | Southeast Asia<br />       |
    | japaneast<br />          | Japan East<br />           |
    | australiaeast<br />      | Australia East<br />       |
    | germanywestcentral<br /> | Germany West Central<br /> |
    | uaenorth<br />           | UAE North<br />            |
  </Tab>
</Tabs>
