question

Ardemius avatar image
1 Vote"
Ardemius asked Ardemius commented

Azure Cloud Shell : cost estimation for the storage part

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-cost-managementazure-cloud-services
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Ardemius Apologies for the delay in response and all the inconvenience caused because of the issue.
I have reached out to our internal team on the issue and once I have an update will keep you posted on same.

Thank you for your patience over the matter.

Thanks.


0 Votes 0 ·

1 Answer

prmanhas-MSFT avatar image
2 Votes"
prmanhas-MSFT answered Ardemius commented

@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.









· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Perfect, thanks for the answer. It was exactly what I need 👍

I also discussed this point with a colleague, who confirmed that, using Cloud Shell with Powershell (meaning without the 5Go image required with Bash) for several months, he wasn't billed anything for the feature.

Again, thanks for the answer.

1 Vote 1 ·