Skip to content

Commit

Permalink
fix: update display name in doc (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaSea authored Nov 13, 2024
1 parent 9e069c7 commit 34a8b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ customer_policy_sets: {
policySetAssignmentDisplayName: "FedRAMP High",
policySetAssignmentDescription: "FedRAMP High",
policySetManagementGroupAssignmentScope: "/providers/Microsoft.management/managementGroups/<MG-ID-SCOPE>",
policyParameterFilePath: "./policy_parameters/policySetParameterSampleFile.json"
policyParameterFilePath: "../modules/compliance/policy_parameters/policySetParameterSampleFile.json"
}
}
```
Expand Down Expand Up @@ -89,7 +89,7 @@ An example of the format for the `landing_zone_management_group_children` map is
landing_zone_management_group_children: {
child1: {
id: "child1",
display_name: "Landing zone child one"
displayName: "Landing zone child one"
}
}
```
Expand Down Expand Up @@ -255,7 +255,7 @@ The `networksecuritygroup` module is used to deploy a default NSG for the Azure
Please follow the below example to change the Policy Assignments (example: Data Residency being moved to Root level)

In deployment workspace, navigate to:
starter\{version}\microsoft_cloud_for_industry\financial_services_landing_zone\templates\fsi.alz_architecture_definition.json.tftpl
bootstrap\{version}\modules\template_architecture_definition\templates\fsi.alz_architecture_definition.json.tftpl

Update fsi.alz_architecture_definition.json.tftpl file with preferred archetype management group assignments, e.g., to add so_01_data_residency to the “Financial Services Industry Landing Zone” management group, make the following change:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ An example of the format for the `landing_zone_management_group_children` map is
landing_zone_management_group_children: {
child1: {
id: "child1",
display_name: "Landing zone child one"
displayName: "Landing zone child one"
}
}
```
Expand Down

0 comments on commit 34a8b3e

Please sign in to comment.