Skip to content

[Hubs] Start the ADX cluster when shut down #1371

@flanakin

Description

@flanakin
Collaborator

📝 Scenario

As a FinOps hub admin, I need to start the ADX cluster in order to ingest data when the cluster is shut down

💎 Solution

When ingestion_ExecuteETL runs, if the ADX cluster isn't started, it will run for ~8 hours before it fails, then it needs to be manually rerun. This causes ingestion delays and extra charges for pipeline runs that don't actually ingest any data.

Instead, check if the cluster is started and start it, if needed. Starting a cluster can take 30-45m, so investigate options to re-schedule the ingestion run so the pipeline doesn't wait and incur charges during that time.

📋 Tasks

### Required tasks
- [ ] Update ingestion_ExecuteETL to start the ADX cluster if not started
- [ ] Document the behavior in the data processing docD
### Stretch goals
- [ ] TODO: Add tasks

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Leave comments to help us solidify the vision.

Activity

added theissue type on Mar 7, 2025
self-assigned this
on Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @flanakin@DUeffing

    Issue actions

      [Hubs] Start the ADX cluster when shut down · Issue #1371 · microsoft/finops-toolkit