https://github.com/nitor-infotech-oss/auto-pause-resume-azuresynapse
https://github.com/nitor-infotech-oss/auto-pause-resume-azuresynapse
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/auto-pause-resume-azuresynapse
- Owner: nitor-infotech-oss
- Created: 2021-04-14T12:20:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T17:43:31.000Z (over 4 years ago)
- Last Synced: 2025-02-01T09:22:29.008Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-pause-resume-azuresynapse
Objective:
- Primary objective of Auto Pause and Resume Azure Synapse DW is to save computation cost of Azure Synapse DW
Key Features:
- Code will pause the azure synapse dw when dw is in idle state
- Also All the services which require Azure Synapse DW for analytics purpose will call resume pipeline to make DW online
Implementation Steps:
- Import the ARM Template to your Azure Data Factory
- Configure Azure Synapse Linked Service
- Configure Azure Blob Storage Linked Service
Configurations:
- Create Configuration File in configured Azure Storage Account which will be used for making API call to Azure DW to pause/resume/check status
- Add following details to config file:
- Add subscriptionid
- Add servername
- Add databasename
- Add resourcegroupname
- Add pausewaittime and resumewaittime