fabricebaranski commented on PR #11448:
URL: https://github.com/apache/druid/pull/11448#issuecomment-1837124257

   Hello,
   I think it is very interesting to add that, particularly when we want to 
test with Azurite.
   A workaround I tested is to use docker-compose and declare the container 
with Azurite like that:
   ```
     azure:
       image: mcr.microsoft.com/azure-storage/azurite
       hostname: blob.core.windows.net
       ports:
         - "10000:10000"
         - "10001:10001"
         - "10002:10002"
   ```
   


-- 
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]

Reply via email to