1

I am trying to upgrade my Azure Storage Account to the Gen2 Data Lake. I am running the 3 step process in the UI, but when I get to step 2 (validation), it just sits at 0% and never progresses. I don't see any errors come up or anything, just no progress and I have left it running for hours.

What do I need to do here?

Greg Hinch
  • 807
  • 2
  • 8
  • 23

2 Answers2

1

I had the same issue and for me doing it through the command line (see here) worked.

For Azure CLI that means activating the subscription where you storage account is in and then executing the following command:

az storage account hns-migration start --type validation -n <storage-account-name> -g <resource-group-name>
Philippos
  • 46
  • 5
1

I ended up finding the answer: there were errors, the front-end just wasn't showing them. I went into the containers and there was one for the hns migration, inside was an error.json file with the details.

For me it was some files which had multiple versions.

Greg Hinch
  • 807
  • 2
  • 8
  • 23