Azure Cloud Shell File Share Contains 5GB IMG File
Asked Answered
M

2

11

I created a PowerShell cloud shell in Azure portal, configured to use an existing general purpose v2 storage account. Created a new file share and gave it a name. When I look inside the file share, I can see a folder ".cloudconsole" with one file inside "acc_[name].img". The size of the file is 5GB.

Question:

  1. What is this ".img" file for?
  2. Will there be cost associated by having this file in the storage account?
Manila answered 4/7, 2018 at 22:0 Comment(0)
H
8

The cloud shell needs Azure File Share to act as clouddrive that store file. So it will ask you create storage account when you use cloud shell.

And the ".img" file is an image of a computer that it works for the cloud shell, and it's free. It just costs for the storage account. You can get more details here.

Hellraiser answered 5/7, 2018 at 1:10 Comment(2)
Changed the link to Cloud Shell overview from Chinese to English :).Subhead
Sorry, I missed that.Hellraiser
R
7

The previous answer does have the link to what the .img file is, standard Storage Account rates do apply. The Azure Pricing Calculator can give you the current pricing, but at the time I'm writing this, 5GB of Hot storage is about $0.10/mo plus read/write costs depending on how often you run it.

Rollandrollaway answered 16/8, 2019 at 3:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.