Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure storage non Classic (V2) - How to configure custom domain

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.

like image 213
aciang Avatar asked Oct 31 '22 21:10

aciang


1 Answers

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.

like image 161
Emily Gerner Avatar answered Nov 11 '22 17:11

Emily Gerner