Skip to content

codestreamsystems/ScaleSqlAzureDatabaseDevOpsTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scale Sql Azure Database DevOps Task - By CodeStream

This Cutom Azure Extension task allows you to scale your Azure Sql Database on demand from Azure DevOps.

Possible usage scenarios include:

  • Scale your integration testing database prior to and after running integration tests
  • Scale test environment databases up or down on a schedule to conserve costs.

Usage

The following parameters are required in order to run this task:

  • Sql Server Name
  • Sql Server Username
  • Sql Server Password
  • Database Name
  • Edition
  • Performance Level

These values are configured in the task in Azure DevOps.

AzureDevopsTaskConfig

Publishing new version of extension

To generate new .vsix file for publishing do the following:

  • Update version attribute in vss-extension.json file
  • Update version attribute in task.json file
  • run tfx extension create --manifest-globs vss-extension.json

Helpful references for creating Custom Powershell Azure Tasks

About

Azure DevOps Build/Release task for scaling an Azure Sql Database up or down on demand.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published