microsoft / microsoft/dstoolkit-mlops-v2

IS_BATCH_DEPLOYMENT is not used

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
33
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Could be added to the 'Deploy_Batch' stage in the same way that IS_ONLINE_DEPLOYMENT is used in 'Deploy_Online' stage (Azure Pipeline)

- stage: 'Deploy_Online'
  dependsOn: 
  - execute_training_job
  variables:
  - name: run_id_from_submit_job
    value: $[ stageDependencies.execute_training_job.Execute_ml_Job_Pipeline.outputs['read_run_id.RUN_NAME'] ]
  displayName: 'Deploy as Online Endpoint'
  condition: variables['IS_ONLINE_DEPLOYMENT']

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Azure Pipeline definition containing the Deploy_Online and Deploy_Batch stages, then compare how IS_ONLINE_DEPLOYMENT is applied. The work is complete when Deploy_Batch is gated by IS_BATCH_DEPLOYMENT in the corresponding way and the pipeline configuration remains valid.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
ci-cd
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.