简体   繁体   English

由于存储帐户错误,无法打开 Cloud Shell

[英]Unable to open Cloud Shell because of Storage Account error

I am trying to open Cloud Shell by following below steps.我正在尝试按照以下步骤打开 Cloud Shell。

Click on Cloud Shell toolbar icon.单击Cloud Shell工具栏图标。

Click on PowerShell link from the generated window.从生成的窗口中单击PowerShell链接。

Selected Visual Studio Professional Subscription as that is the one and only available for me.选择Visual Studio Professional 订阅,因为这是我唯一可用的订阅

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. 此 stackoverflow 链接中的建议对我不起作用。

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. StorageAccountAlreadyTaken是一个常见的存储帐户创建问题。 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).这意味着您正在创建一个存储帐户,但全世界都存在同名的存储帐户(存储帐户名称在所有 Azure 帐户中必须是唯一的)。

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.如果无法选择现有帐户的按钮,则在创建存储帐户时请不要使用相同的名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法为持久帐户文件创建存储在Azure Cloud Shell(CLI)中 - Unable to create storage for persisting account files in Azure Cloud Shell (CLI) Azure Cloud shell 需要存储帐户 - Azure Cloud shell requires storage account Azure 云 Bash Shell 文件存储 5 GB 文件已下载但无法装载/打开 - Azure Cloud Bash Shell file storage 5 GB file downloaded but unable to mount/open 找出云shell的存储账户的资源组 - Find out the resource group of the storage account of cloud shell 自动化 Azure 云 Shell 配置取消配置存储帐户 - Automating Azure Cloud Shell provision deprovision storage account 云 shell 中的 azcopy 尝试将源存储帐户内容复制到目标存储帐户失败 - azcopy in cloud shell fails attempting to copy source storage account contents to target storage account CloudStorageAccount无法正常运行。 无法创建云存储帐户 - CloudStorageAccount not working. Unable to create a cloud storage account 无法使用存储帐户参与者权限在 HDInsight 和 ADLS Gen 2 上打开 pyspark - Unable to open pyspark on HDInsight and ADLS Gen 2 with Storage Account Contributor permissions 无法部署 Azure Function 应用程序 - 存储帐户错误 - Unable to deploy Azure Function App - error with storage account 无法创建 Azure 存储帐户 - Unable to create Azure Storage Account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM