microsoft / microsoft/AzureTRE

Single instance service resource

Open
#2,820 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Description

As a TRE Administrator,

I would like to be able to deploy resources that are singletons.
For example, Nexus, Firewall and Gitea are currently deployed as singletons (because they are shared services).

To extend the singleton concept to resources beyond shared services, and allow to deploy multiple instances for certain shared services, introduce a concept of a singleton template.

Template could have a flag "singleInstanceService" that, when set to True, would indicate that there can't be more than one resource of this template deployed.

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

No files or tests are identified in the issue; start by tracing how templates are defined and how resource deployment uniqueness is validated. Done means a template-level singleInstanceService setting prevents a second deployment of that template while still allowing templates without the flag to deploy multiple instances.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.