Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wiki] Update wiki dependencies with latest added resources #1561

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/wiki/The CI environment - Pipeline design.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ Since also dependency resources are in turn subject to dependencies with each ot
#### **1st level resources**

1. Resource Group: leveraged by all modules.
- 'validation-rg': The resource group to which resources are deployed by default during the test deployment phase. This same resource group is also the one hosting the dependencies.
- '_validation-rg_': The resource group to which resources are deployed by default during the test deployment phase. This same resource group is also the one hosting the dependencies.
- '_adp-\<<namePrefix\>>-az-locks-rg-001_': Dedicated resource group to be leveraged by the \[authorization locks] resource.

#### **2nd level resources**

Expand All @@ -163,6 +164,7 @@ This group of resources has a dependency only on the resource group which will h
- '_adp-\<<namePrefix\>>-az-law-x-001_': Default LAW.
- '_adp-\<<namePrefix\>>-az-law-aut-001_': Dedicated LAW to be leveraged by the \[automation account] resource.
- '_adp-\<<namePrefix\>>-az-law-appi-001_': Dedicated LAW to be leveraged by the \[application insights] resource.
- '_adp-\<<namePrefix\>>-az-law-sol-001_': Dedicated LAW to be leveraged by the \[operations management solutions] resource.
1. User assigned identity: This resource is leveraged by the \[role assignment], \[Key Vault] and \[recovery services vault] dependency resources.
> **Note**: The object ID of the \[user assigned identity] is needed by several dependency parameter files. However, before running the dependencies pipeline for the first time, the \[user assigned identity] resource does not exist yet, thus its object ID is unknown. For this reason, instead of the object ID value, some dependency parameter files contain the `"<<msiPrincipalId>>"` token, for which the correct value is retrieved and replaced by the pipeline at runtime.
1. Shared image gallery and definition: These resources are leveraged by the \[image template] resource.
Expand Down