cjj198909 opened a new issue, #40701: URL: https://github.com/apache/doris/issues/40701
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 3.0.1 ### What's Wrong? 创建Azure Blob的Storage Vault时报错UnknownHostException,在fe/be/ms/re中均可以通过nslookup正常解析blob endpoint。 SQL: CREATE STORAGE VAULT IF NOT EXISTS ssb_azure_vault2 PROPERTIES ( "type"="S3", "s3.endpoint" = "studysa2024.blob.core.windows.net/", "s3.bucket" = "studysa2024", "s3.root.path" = "doris-cloud", "s3.access_key" = "studysa2024", "s3.secret_key" = "keyxxxx", "provider" = "AZURE" ); response: ERROR 1105 (HY000): errCode = 2, detailMessage = ping s3 failed(upload), status: [COMMON_ERROR, msg: connect to s3 failed: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long.], properties: "s3.region" = "blob", "s3.endpoint" = "http://studysa2024.blob.core.windows.net/", "provider" = 另外还想咨询下s3.bucket是否配置为Blob Storage Account Name,s3.root.path配置为Container以及prefix? ### What You Expected? Bug fixed. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.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