This message was deleted.
# troubleshooting
s
This message was deleted.
c
I don't think t's possible to define the credentials in input source for azure. Do you have a possibility to set this up via properties: https://druid.apache.org/docs/latest/development/extensions-core/azure.html
g
^yeah i think only the s3 input source supports overriding credentials with a new set of keys/iam role
c
Copy code
druid.azure.account=....
druid.azure.container=....
druid.azure.sharedAccessStorageToken=....
s
@Cristian Popa but these credentials config is for setting deep storage right ? I want to use azure blob storage as input source (to read the files and ingest in druid) ? Or does this mean same Azure storage account has to be only used both as input source and as deep storage as well ?
c
Yes, I think for now you should use the same storage account for both input source and deep storage
I think it's worth opening an issue on github for a closer feature parity between azure input source and AWS input source.I can see situations where there's overhead to move data between different storage accounts just to be able to ingest it into druid.
s
Sure @Cristian Popa Will add the issue on github.