wemod123 opened a new issue #11404: URL: https://github.com/apache/druid/issues/11404
***Microsoft Azure Extension Does Not Support Other Azure Region's Storage*** ### Affected Version: All ### Description The [Azure Storage Extension](https://druid.apache.org/docs/0.21.1/development/extensions-core/azure.html#deep-storage) do not have a config of ***Azure Storage Host***. The storage host is [hard coded here](https://github.com/apache/druid/blob/a9c4b478ab7f992d8eeafa3703daff46a72d5812/extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureUtils.java#L44), if we want to user other Azure region's storage, we need to change the host domain, which is not possible now. ### Proposal Expose this AZURE_STORAGE_HOST_ADDRESS be configurable just like `account`, `container` I am not good at java coding, can some one make this happen? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
