Skip to content

Commit 56a41ba

Browse files
Merge pull request #114048 from craigshoemaker/marmalade-quotas-gh-storage
add links to GH storage limitations
2 parents dce67a8 + 09334fd commit 56a41ba

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/static-apps/quotas.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.service: static-web-apps
77
ms.topic: overview
88
ms.date: 05/08/2020
99
ms.author: cshoe
10-
# Customer intent: As a developer, I want to publish a website from a GitHub repository so that the app is publicly available on the web.
1110
---
1211

1312
# Quotas in Azure Static Web Apps Preview
@@ -29,6 +28,16 @@ The following quotas exist for Azure Static Web Apps Preview.
2928
| Azure Functions | Available |
3029
| SLA | None |
3130

31+
## GitHub storage
32+
33+
GitHub Actions and Packages use GitHub Storage, which has its own set of quotas. When you create an Azure Static Web Apps site, GitHub stores the artifacts for your site even after deployment.
34+
35+
See the following resources for more detail:
36+
37+
- [Managing Actions storage space](https://github.community/t5/GitHub-Actions/Managing-Actions-storage-space/td-p/38944)
38+
- [About billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions#about-billing-for-github-actions)
39+
- [Managing your spending limit for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions)
40+
3241
## Next steps
3342

3443
- [Overview](overview.md)

0 commit comments

Comments
 (0)