C.Nivs
C.Nivs

Reputation: 13106

Can't Find Data Lake Store Gen2

I'm trying to locate Azure DataLake Store Gen2 using the Azure portal and for some reason cannot find it:

enter image description here

I've been searching the docs and the portal and cannot seem to find it, has anyone else run into this problem? It has been in global GA since Feb, so I don't think that's the issue. I've reviewed the docs for how to create a Storage Account, is that all that's needed to create the gen2 instance?

Upvotes: 13

Views: 6125

Answers (1)

David Makogon
David Makogon

Reputation: 71028

ADLS gen 2 is a feature of Azure Storage. When you are creating a Storage account, go to the Advanced tab:

choose Advanced tab

Then enable Hierarchical namespace (this provides you ADLS Gen 2):

ADLS hierarchical namespace

Upvotes: 16

Related Questions