Unable to open Cloud Shell because of Storage Account error

自闭症网瘾萝莉.ら 提交于 2020-05-31 02:02:41

问题


I am trying to open Cloud Shell by following below steps.

Click on Cloud Shell toolbar icon.

Click on PowerShell link from the generated window.

Selected Visual Studio Professional Subscription as that is the one and only available for me.

Clicked on Create storage button. Now, I am getting below error:

{"error":{"code":"StorageAccountAlreadyTaken","message":"The storage account named abcdefghijklmn1003200086 is already taken."}}
Can't create a storage account. Please try again.

I have created one separate storage account solely for this task purpose, but "Use existing storage account" option was not selectable.

The suggestions from this stackoverflow link did not work for me.


回答1:


Update:

After unmounted. I can reproduce what you face now.

Click Show Advanced Settings, and customize a name of Storage Account and File share.(English part must be lowercase.)

Then it works fine.

Original Answer:

StorageAccountAlreadyTaken is a common storage account creation problem. It means that you are creating a storage account, but a storage account with the same name exists worldwide (the storage account name must be unique among all Azure accounts).

This error is telling you: You are creating me, a Storage Account. But you need to give me a unique name.

If the button for an existing account cannot be selected, then please do not use the same name when you create a storage account.



来源:https://stackoverflow.com/questions/60620035/unable-to-open-cloud-shell-because-of-storage-account-error

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