Minio: Custom azure endpoint is not working with Azure stack - Stamp:-1.2002.53.144

Perumal, Vennila 1 Reputation point
2020-11-09T06:07:10.947+00:00

Hello team,

I am trying to use Minio as gateway for our Azure blob storage which is hosted in Azurestack. Unfortunately minio is not working as expected with Azurestack custom endpoints where as it's working perfectly with Azure public cloud. I have reached Minio support but they asked me to reach out Azurestack devs and they said it's started working with Azurestack 2005. Is this right? Could someone please confirm the same ?

Please refer below the links for your reference.

Reference : https://github.com/minio/minio/issues/10843
https://github.com/minio/minio/issues/8585

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
180 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karsten Bott 1 Reputation point
    2020-11-11T05:55:12.227+00:00

    confirmed. use the endpoint name, n0t the blob address:

    export MINIO_ACCESS_KEY="minio" <-- account name
    export MINIO_SECRET_KEY="secret key"
    minio gateway --config-dir $CONFIG_DIR \
    --address ':9000' azure 'https://custom.azure.endpoint'

    0 comments No comments