Hugo Veillette created CAMEL-18111:
--------------------------------------
Summary: Add supports for private endpoint and custom DNS for
Azure blob component
Key: CAMEL-18111
URL: https://issues.apache.org/jira/browse/CAMEL-18111
Project: Camel
Issue Type: New Feature
Components: camel-azure
Affects Versions: 3.16.0
Reporter: Hugo Veillette
Hi, the current implementation of the Azure Blob component forces to use the
public Microsoft endpoint when defined via configuration.
This limitation prevents the component to be used in conjunction with MS
[private endpoint
|https://docs.microsoft.com/en-us/azure/storage/common/storage-private-endpoints]
(which use a different DNS) or to use a custom DNS.
See
[BlobClientFactory.java#L2|https://github.com/apache/camel/blob/1e1b0bfa8393fae16ebc44cd1a8f9ac595db26ed/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/client/BlobClientFactory.java#L29]
The current issue is a feature request to remove the current limitation,
effectively enabling the usage of private-endpoints and custom DNS.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)