Skip to content

Commit

Permalink
Fix listings in docs. (#2688)
Browse files Browse the repository at this point in the history
* Fix listings in docs.

* Update docs/using-tre/templates/index.md

Co-authored-by: Marcus Robinson <[email protected]>

Co-authored-by: Liza Shakury <[email protected]>
Co-authored-by: Marcus Robinson <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2022
1 parent 5cc8230 commit 7c82717
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/using-tre/templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ AzureTRE deployment repository has directories setup for: workspace, workspace s
See [template authoring guide](../../tre-workspace-authors/authoring-workspace-templates.md) to learn more about how to author templates.

**To add your custom templates follow the next steps:**
- Deployment requirements
1. Add your template under relevant folder (For example: if you are adding a new workspace template then place it under /templates/workspaces folder).
1. Use existing templates in AzureTRE as a reference.
1. Add porter configuration - AzureTRE uses [Porter](https://porter.sh/) as a solution for implementing and deploying workspaces and workspace, learn more about how it is used in AzureTRE [here](https://microsoft.github.io/AzureTRE/tre-developers/resource-processor/#porter).
1. Add terraform scripts to setup your deployment plan.

- Deployment requirements:

1. Add your template under relevant folder (For example: if you are adding a new workspace template then place it under `/templates/workspaces` folder).
2. Use existing templates in AzureTRE as a reference.
3. Add porter configuration - AzureTRE uses [Porter](https://porter.sh/) as a solution for implementing and deploying workspaces and workspace, learn more about how it is used in AzureTRE [here](https://microsoft.github.io/AzureTRE/tre-developers/resource-processor/#porter).
4. Add terraform scripts to setup your deployment plan.
- Define resource template in the API - follow [this readme](https://microsoft.github.io/AzureTRE/tre-admins/registering-templates/) to register your template.
- Use the [AzureTRE UI](https://microsoft.github.io/AzureTRE/tre-developers/ui/) to deploy your resources
- Add your custom templates to CI/CD workflows - in Deploy Azure TRE Reusable workflow make sure to add your bundles under register_bundles and publish_bundles steps.
Expand Down

0 comments on commit 7c82717

Please sign in to comment.