5
votes

In new Azure portal there are 2 storage account: non classic and classic account. as I think the classic is old version then I choose the non classic.

The problem is, I cannot configure the custom domain on the new portal, it redirected me to the old azure portal (manage.windowszuare.com) .

and the problem continue.. the old azure portal not recognizing the new/nonClassic Azure storage.

Kindly advise, how can I configure the custom domain for storage blob V2 (non classic).

Thank you.

2

2 Answers

2
votes

It looks like right now the new portal does not have a way of doing that. It's on their backlog though, so stay tuned!

For now to unblock you: The best way to edit custom domain would be through Powershell or Xplat CLI. In Powershell you'll want to use 'Switch-AzureMode AzureResourceManager' to use the new type of storage accounts. This flag will be deprecated soon and you'll default to the new stuff, but for now that's how to do it. Then, you'll then need to use the SetAzureStorageAccount command which will allow you to modify custom domain.

0
votes

You can configure the custom domain by clicking on your storage account, clicking on All Settings, and choosing Custom Domains from there.

But if something does sometimes kick you back to the "old" portal, don't worry too much. It's all the same data and account. The Preview Portal is still a preview portal and may be missing a few features. Showing up as "storage account (classic)" is normal even if you make a brand new account if you are using Storage Blob.