Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdc8623

Browse filesBrowse files
fix: add missing management resources for exmaples (#224)
# Pull Request ## Description Missing management resource deployment in default examples. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent e636be3 commit cdc8623
Copy full SHA for cdc8623

File tree

Expand file treeCollapse file tree

4 files changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-0
lines changed

‎docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml

Copy file name to clipboardExpand all lines: docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ management_settings_es:
179179
location: ${starter_location_01}
180180
default_location: ${starter_location_01}
181181
deploy_connectivity_resources: false
182+
deploy_management_resources: true
182183
root_id: alz
183184
root_name: Azure-Landing-Zones
184185
root_parent_id: ${root_parent_management_group_id}

‎docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml

Copy file name to clipboardExpand all lines: docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`.
1111
# `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`.
1212

13+
---
1314
connectivity_resource_groups:
1415
ddos:
1516
location: ${starter_location_01}
@@ -120,6 +121,7 @@ management_settings_es:
120121
location: ${starter_location_01}
121122
default_location: ${starter_location_01}
122123
deploy_connectivity_resources: false
124+
deploy_management_resources: true
123125
root_id: alz
124126
root_name: Azure-Landing-Zones
125127
root_parent_id: ${root_parent_management_group_id}

‎docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml

Copy file name to clipboardExpand all lines: docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`.
1111
# `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`.
1212

13+
---
1314
connectivity_resource_groups:
1415
ddos:
1516
location: ${starter_location_01}
@@ -65,6 +66,7 @@ management_settings_es:
6566
location: ${starter_location_01}
6667
default_location: ${starter_location_01}
6768
deploy_connectivity_resources: false
69+
deploy_management_resources: true
6870
root_id: alz
6971
root_name: Azure-Landing-Zones
7072
root_parent_id: ${root_parent_management_group_id}

‎docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml

Copy file name to clipboardExpand all lines: docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`.
1111
# `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`.
1212

13+
---
1314
connectivity_resource_groups:
1415
ddos:
1516
location: ${starter_location_01}
@@ -62,6 +63,7 @@ management_settings_es:
6263
location: ${starter_location_01}
6364
default_location: ${starter_location_01}
6465
deploy_connectivity_resources: false
66+
deploy_management_resources: true
6567
root_id: alz
6668
root_name: Azure-Landing-Zones
6769
root_parent_id: ${root_parent_management_group_id}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.