-
Notifications
You must be signed in to change notification settings - Fork 38
Backing Up
Morgan Brown edited this page Jul 17, 2026
·
1 revision
The only services with important data that can be lost are the SQL Database and Blob Storage. (Table Storage also has user data, but it's just player entries that have been synced, so it's only important during an event).
SQL Azure is configured with automatic point-in-time backups. Both SQL Azure and Blob Storage are also internally redundant against individual server failures. That means we only need backups to recover from site bugs that corrupt data or catastrophic loss (eg of the subscription).
- First-time setup
- Contributing using git
- Local Development Environment Setup
- External Authentication Setup
- Build and run locally
- Best practices
- Common Errors
- Making a page Event aware
- Making your page aware of the current user
- PageFilter and on page authorization check example
- Updating the DataModel and or Database Schema
- Debugging the database locally
- Database Best Practices
- FAQ
- Onboarding
- Puzzle setup
- Puzzle properties defined
- Webification Hub
- Unlock a puzzle for a team
- Setting up hints
- Puzzle lockout
- Annotations