Azure Cloud shell requires storage account

对着背影说爱祢 提交于 2020-04-07 06:18:18

问题


We have a Azure subscription, one of my colleague's azure user account is working fine. He has created Registry as well as he has deployed a hello world image in it using azure cli.

But when i click on Azure Cloud shell, it prompts for resource group and storage account. even after selecting existing resource group and storage account that my colleague has created, there is one more mandatory field file share.

Whats the importance of it and can we give any name to it? is that also chargeable?


回答1:


Whats the importance of it and can we give any name to it? is that also chargeable?

You should create Azure file share, and it is chargeable.

You can find the request in the last line, like this:

In the last line, we can find the cloud shell requirement, we should create a storage account in that location same as your resource group(In my test require to create a storage account in Central India), and the storage account should be LRS or GRS.

Here a similar case as you, please refer to it.

More information about deploy Azure cloud shell, please refer to this link.


Note:

We can't select existing file share in the configure page, need to manually enter the name.



来源:https://stackoverflow.com/questions/48275062/azure-cloud-shell-requires-storage-account

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