Skip to content

Commit c95b3ae

Browse files
authored
Merge pull request #272913 from sdwheeler/sdw-w247890-i121840
Fixes #121840 - Update Cloud Shell pricing information
2 parents 2aa8b30 + 55d6a72 commit c95b3ae

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

articles/cloud-shell/pricing.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
description: Overview of pricing of Azure Cloud Shell
33
ms.contributor: jahelmic
4-
ms.date: 11/14/2022
4+
ms.date: 04/22/2024
55
ms.topic: article
66
tags: azure-resource-manager
77
title: Azure Cloud Shell pricing
88
---
99
# Pricing
1010

11-
Bash in Cloud Shell and PowerShell in Cloud Shell are subject to information below.
11+
Cloud Shell is a free service. You only pay for the underlying Azure resources that are consumed.
1212

1313
## Compute cost
1414

@@ -18,9 +18,15 @@ use.
1818
## Storage cost
1919

2020
Cloud Shell requires a new or existing Azure Files share to be mounted to persist files across
21-
sessions. Storage incurs regular costs.
21+
sessions. Storage incurs regular costs. For pricing information, see [Azure Files Pricing][01].
2222

23-
Check [here for details on Azure Files costs][01].
23+
## Network costs
2424

25-
<!-- link references -->
25+
For standard Cloud Shell sessions, there are no network costs.
26+
27+
If you have deployed Azure Cloud Shell in a private virtual network, you pay for network resources.
28+
For pricing information, see [Virtual Network Pricing][02].
29+
30+
<!-- updated link references -->
2631
[01]: https://azure.microsoft.com/pricing/details/storage/files/
32+
[02]: https://azure.microsoft.com/pricing/details/virtual-network/

articles/cloud-shell/vnet/overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article describes a scenario for using Azure Cloud Shell in a private virtual network.
33
ms.contributor: jahelmic
4-
ms.date: 06/21/2023
4+
ms.date: 04/22/2024
55
ms.topic: article
66
title: Use Cloud Shell in an Azure virtual network
77
---
@@ -56,9 +56,12 @@ The following diagram shows the resource architecture that you must build to ena
5656

5757
## Related links
5858

59-
For more information, see the [pricing][02] guide.
59+
Cloud Shell requires a new or existing Azure Files share to be mounted to persist files across
60+
sessions. Storage incurs regular costs. If you have deployed Azure Cloud Shell in a private virtual
61+
network, you pay for network resources. For pricing information, see
62+
[Pricing of Azure Cloud Shell][02].
6063

6164
<!-- link references -->
6265
[01]: /azure/azure-relay/relay-what-is-it
63-
[02]: https://azure.microsoft.com/pricing/details/service-bus/
66+
[02]: ../pricing.md
6467
[03]: media/overview/data-diagram.png

0 commit comments

Comments
 (0)