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

时光总嘲笑我的痴心妄想 提交于 2019-12-12 11:01:21

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/32117912/azure-storage-non-classic-v2-how-to-configure-custom-domain

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!