Skip to content

collector-bank/rescaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tool for scaling azure sql databases.

Run from CLI:

rescaler [-simulate] [-verbose] <edition> <size> [+includedb1] [-excludedb1] [+includedb2] [-excludedb2] ...

Where edition is Basic/Standard/Premium, and size is Basic/S0.../P1...

Actual names of databases are specified using + and -, will be matches as substring of resource group, server and database.

Credentials are specified using a service principal by setting the environment variables: AzureTenantId, AzureClientId and AzureClientSecret.

Multiple service principals can be specified by prefixing/postfixing the environment variables.

Keep in mind that azure sql databases will typical go offline 30s-2min while they are rescaled.

About

Tool for scaling azure sql databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages