Skip to content

Azure automation runbook that can be used to scale Azure Sql Database. This is an up date version that uses managed identity instead of RunAs connection. For the initial version please check https://www.mssqltips.com/sqlservertip/6554/auto-scaling-azure-sql-db-using-automation-runbooks

License

Notifications You must be signed in to change notification settings

emanuelpaul/Az-Automation-ScaleAzureSqlDb-Managed-Identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About

Azure automation runbook that can be used to scale Azure Sql Database based on a schedule. This is an up date date version that uses managed identity instead of RunAs connection.

Prerequisites

Reason why updated version exists

Azure Automation Run As accounts will retire on 30 September 2023 and completely move to Managed Identities. All runbook executions using RunAs accounts, including Classic Run As accounts wouldn't be supported after this date. Starting 01 April 2023, the creation of new Run As accounts in Azure Automation will not be possible. More info: https://learn.microsoft.com/en-us/azure/automation/migrate-run-as-accounts-managed-identity?tabs=sa-managed-identity

Differences between original version

Original version and more info

For the initial version please check https://www.mssqltips.com/sqlservertip/6554/auto-scaling-azure-sql-db-using-automation-runbooks

About

Azure automation runbook that can be used to scale Azure Sql Database. This is an up date version that uses managed identity instead of RunAs connection. For the initial version please check https://www.mssqltips.com/sqlservertip/6554/auto-scaling-azure-sql-db-using-automation-runbooks

Topics

Resources

License

Stars

Watchers

Forks