KassieZ commented on code in PR #1688: URL: https://github.com/apache/doris-website/pull/1688#discussion_r1900514635
########## i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/data-admin/backup-restore/backup.md: ########## @@ -56,27 +56,7 @@ PROPERTIES ### Option 2: 在 Azure 上创建 Repository -**2.1.8 以及 3.1.4 开始支持** -要在 Azure 存储上创建 Repository ,请使用以下 SQL 命令: - -```sql -CREATE REPOSITORY `azure_repo` -WITH S3 -ON LOCATION "s3://bucket_name/azure_repo" -PROPERTIES -( - "s3.endpoint" = "selectdbcloudtestwestus3.blob.core.windows.net", - "s3.region" = "dummy_region", - "s3.access_key" = "ak", - "s3.secret_key" = "sk", - "provider" = "AZURE" -); -``` - -- 将 bucket_name 替换为您的 Azure 容器名称。 -- 提供您的 Azure 存储帐户和密钥以进行身份验证。 -- `s3.region` 只是一个虚假的 region,任意指定一个即可,但是必须要指定。 -- `provider` 必须为 `AZURE`。 +**Not supported in 2.1** Review Comment: 中文文档请使用中文:2.1 版本不支持该功能 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org