Hey Tem,

Unfortunately Atlas Data Lake does not yet support Azure, so you could not use Atlas Data Lake with Azure Blob Storage.

What you’re describing sounds like an interesting use case. My initial thought is that you’re probably going to want to handle the uploading of assets in the application tier and then you can choose to push them into object storage and then handle the storing of file links in the database. If you were to take an approach like this you can keep your authn/z model in the DB and just have the object storage be an internal implementation detail, and you don’t really need “Atlas Data Lake” in this context.

Best,

1 Like