shell.azure.com is failing in configuration

試著忘記壹切 提交于 2020-04-17 20:28:51

问题


While doing something I got option to execute shell commands from azure portal. It required to configure shell.azure.com first time.

In first step it is giving option of selecting Subscription & create storage. When I select required subscription & click on create storage, it is giving error:

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

I tried multiple times but no avail.

I opened Show advanced settings & tried to play with combinations but here using existing storage account is disabled(in advanced settings) and create storage is also disabled. strong text PS I have rights to create storage account on subscription, so that is not an issue.


回答1:


I also face the same issue before. You need to directly edit (manually type the name) the existing storage account in the box, just ignore the using existing checkbox. It seems like a UI bug.

When you add the existing storage account on the UI, please note that the cloud shell region matches the storage account region. You can see the Supported storage regions from https://docs.microsoft.com/en-us/azure/cloud-shell/persisting-shell-storage.

Refer to the familiar threads,

Unable to open Cloud Shell because of Storage Account error

Azure Cloud shell requires storage account



来源:https://stackoverflow.com/questions/60715343/shell-azure-com-is-failing-in-configuration

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