microsoft / microsoft/AzureTRE

Setup default values for env vars

Open
#3,495 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

story
Dominant language
Python
Stars
235
Forks
192
Avg merge
1d 23h
Merged PRs (30d)
13

Description

Description

As a Azure TRE Developer
I want to have default values setup for variables which rarely changed by the customer such as:
terraform_state_container_name
resource_processor_number_processes_per_instance
So that the customer doesn't have to provide these as part of their config setup

Acceptance criteria

  • Default values are set in the config_schema.json
  • Default values are loaded as env vars and passed correctly during the 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 with config_schema.json and trace how its default values become environment variables during deployment. Identify where terraform_state_container_name and resource_processor_number_processes_per_instance are loaded and passed, then verify both acceptance criteria in a deployment or relevant test.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
cloud, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.