Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 563 Bytes

File metadata and controls

8 lines (5 loc) · 563 Bytes

Suspend or Pause Azure Synapse Analytics SQL Pool (formerly SQL Data Warehouse)

See the blog post here

General Information

This is a simple PowerShell Workflow that is designed to be ran from an Azure Automation account to pause your Azure SQL Data Warehouse using Suspend-AzureRmSQLDatabase with checks to see if there are queries running before pausing.

More to come!