Understanding Costs and Storage for Azure Cloud Shell and File Persistence
Authored by smydsmith, this article discusses the costs and details of using Azure Cloud Shell’s file storage, specifically addressing questions about licensing, pricing, and storage persistence within Azure environments.
Introduction
The post by smydsmith explores practical questions regarding storage costs and setup for using Azure Cloud Shell, specifically in the context of admin.microsoft.com and file persistence for az and PowerShell files.
Key Points
- Cloud Shell Storage: When launching Azure Cloud Shell for the first time, users are given the option to make files ephemeral (temporary) or persistent (permanent). However, the prompt does not clarify the associated costs for this storage.
- E5 License Implications: The author wonders if an E5 license (a Microsoft 365 licensing tier) includes cloud storage for Azure Cloud Shell, or if users are charged separately based on the amount of space used.
- Storage Pricing: According to available documentation, Azure Cloud Shell as a service is free to use, but users incur costs for the Azure Storage account used to persist files. Typically, the main charge is for the 5GB home directory image and any additional files. Charges are minimal (a few cents per month for basic usage).
- Lack of Clarity: The author notes that search results and documentation commonly reference a 5GB home drive but do not make clear how this is billed (to the company, the user, or if a new payment method is required).
Summary
- Azure Cloud Shell is free to use as a service.
- Persistent storage, where command-line files and scripts are saved, requires an Azure Storage account.
- Storage account costs are based on how much storage is used (e.g., the 5GB home drive), not bundled with Microsoft 365 E5 licenses.
- Payment for the storage account is typically linked to the company’s Azure subscription and billing arrangements.
Practical Implications for Users
- When first configuring Azure Cloud Shell, you must create or link an Azure Storage account for file persistence.
- The cost for the initial 5GB home directory is low, and typical usage incurs only a small monthly fee.
- Licensing such as E5 does not provide Azure Storage for Cloud Shell; a separate Azure subscription and storage account is required.
- Costs are billed to the Azure subscription associated with your organization’s tenancy unless otherwise configured.
Additional Notes
- Always review your Azure subscription’s billing and quota settings to monitor storage costs.
- Documentation may not always clarify these billing nuances, so consult Azure pricing calculators or your organization’s Azure administrator as needed.
This post appeared first on “Reddit Azure”. Read the entire article here