Azure Cloud Shell : cost estimation for the storage part

Ardemius 31 Reputation points
2021-06-10T17:30:50.903+00:00

Hi,

Azure Cloud Shell requires an Azure file share to persist files, that's OK, but how can we have a simple cost estimation of this storage ?

Azure File is not selectable in the Pricing Calculator, and the only pricing infos that seem to be available are https://azure.microsoft.com/en-us/pricing/details/storage/files/
This last doc only gives a price list for storage, transactions and data transfer, but what if I want some global estimation? Something like "how much does Cloud Shell cost per month for basic usage?"

Thanks for your support ;)

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
776 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,643 questions
{count} vote

Accepted answer
  1. prmanhas-MSFT 17,946 Reputation points Microsoft Employee Moderator
    2021-06-14T06:42:36.4+00:00

    @Ardemius Thank you for your patience over the matter!!!

    As mentioned here Cloud Shell billing is based only on the Azure Files share used to persist your data. Your total cost depends on how much you store, the volume and type of storage transactions and outbound data transfers, and which data redundancy option you choose. By default, Azure Cloud Shell creates a locally redundant storage (LRS) account on your behalf with an Azure Files share. For Bash, this share will also contain a 5 GB disk image.

    There would not be a cost estimation possible for CloudShell Storage globally since it depends on lot of factors. It normally applies the GRS/ZRS mounted file share storage costs and the associated costs would be too negligible to track. Also the # of transactions on cloudshell would not be huge enough to generate enough charge.

    Cloud Shell persists $HOME using a 5-GB image held in your file share

    And the charges for the same can be almost considered closer to 0 than 1. Also, you can choose the LRS/ZRS/GRS option using "Advanced Settings" on cloud shell. ( The first time you run the script )

    I use it on a regular basis and my monthly costs are almost 0 :)

    Hope it helps!!!

    Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.