Skip to content

Commit

Permalink
Remove periods from list in about-billing-for-github-codespaces#stora…
Browse files Browse the repository at this point in the history
…ge-costs-for-prebuilds (github#34707)
  • Loading branch information
Yewzir authored Sep 24, 2024
1 parent fcc89aa commit 2ccc908
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ The storage cost for a prebuild in a single region will be similar to the storag

The total storage costs associated with a prebuild configuration will depend on the following factors.

* The price of storage per GB. See the table earlier in this article.
* The size of the generated prebuild in GB.
* The number of regions in which the prebuild is available (because a copy of the prebuild is stored in each region).
* The number of older versions of the prebuild that are retained.
* The price of storage per GB (see the table earlier in this article)
* The size of the generated prebuild in GB
* The number of regions in which the prebuild is available (because a copy of the prebuild is stored in each region)
* The number of older versions of the prebuild that are retained

The storage cost for the prebuilds generated by a prebuild configuration is therefore calculated as: `price per GB * size (GB) * regions * versions`.

Expand Down

0 comments on commit 2ccc908

Please sign in to comment.