Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove periods from list in about-billing-for-github-codespaces#storage-costs-for-prebuilds #34707

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading