You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> |`environment`| Identifier for the control plane (maximum of five characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
46
46
> |`location`| Azure region in which to deploy. | Required | Use lowercase. |
47
-
> |'name_override_file'| Name override file. | Optional | See [Custom naming](naming-module.md). |
48
-
> |'place_delete_lock_on_resources | Place a delete lock on the key resources. | Optional |
47
+
> |`name_override_file`| Name override file. | Optional | See [Custom naming](naming-module.md). |
48
+
> |`place_delete_lock_on_resources`| Place a delete lock on the key resources. | Optional |
49
49
50
50
### Resource group
51
51
@@ -60,10 +60,10 @@ This table shows the parameters that define the resource group.
60
60
61
61
### Network parameters
62
62
63
-
The automation framework supports both creating the virtual network and the subnets (green field) or using an existing virtual network and existing subnets (brown field) or a combination of green field and brown field.
63
+
The automation framework supports both creating the virtual network and the subnets (green field) or using an existing virtual network and existing subnets (brown field) or a combination of green field and brown field:
64
64
65
-
-For the green-field scenario, the virtual network address space and the subnet address prefixes must be specified.
66
-
-For the brown-field scenario, the Azure resource identifier for the virtual network and the subnets must be specified.
65
+
-**Green-field scenario**: The virtual network address space and the subnet address prefixes must be specified.
66
+
-**Brown-field scenario**: The Azure resource identifier for the virtual network and the subnets must be specified.
67
67
68
68
The recommended CIDR of the virtual network address space is /27, which allows space for 32 IP addresses. A CIDR value of /28 only allows 16 IP addresses. If you want to include Azure Firewall, use a CIDR value of /25, because Azure Firewall requires a range of /26.
69
69
@@ -75,26 +75,26 @@ This table shows the networking parameters.
> |`management_network_name`| The name of the virtual network into which the deployer will be deployed.| Optional | For green-field deployments |
79
-
> |`management_network_logical_name`| The logical name of the network (DEV-WEEU-MGMT01-INFRASTRUCTURE).| Required ||
80
-
> |`management_network_arm_id`| The Azure resource identifier for the virtual network.| Optional | For brown-field deployments |
81
-
> |`management_network_address_space`| The address range for the virtual network.| Mandatory | For green-field deployments |
78
+
> |`management_network_name`| The name of the virtual network into which the deployer will be deployed | Optional | For green-field deployments |
79
+
> |`management_network_logical_name`| The logical name of the network (DEV-WEEU-MGMT01-INFRASTRUCTURE) | Required ||
80
+
> |`management_network_arm_id`| The Azure resource identifier for the virtual network | Optional | For brown-field deployments |
81
+
> |`management_network_address_space`| The address range for the virtual network | Mandatory | For green-field deployments |
82
82
> |||||
83
-
> |`management_subnet_name`| The name of the subnet.| Optional ||
84
-
> |`management_subnet_address_prefix`| The address range for the subnet.| Mandatory | For green-field deployments |
85
-
> |`management_subnet_arm_id`| The Azure resource identifier for the subnet.| Mandatory | For brown-field deployments |
86
-
> |`management_subnet_nsg_name`| The name of the network security group.| Optional ||
87
-
> |`management_subnet_nsg_arm_id`| The Azure resource identifier for the network security group.| Mandatory | For brown-field deployments |
88
-
> |`management_subnet_nsg_allowed_ips`| Range of allowed IP addresses to add to Azure Firewall.| Optional ||
83
+
> |`management_subnet_name`| The name of the subnet | Optional ||
84
+
> |`management_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
85
+
> |`management_subnet_arm_id`| The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
86
+
> |`management_subnet_nsg_name`| The name of the network security group | Optional ||
87
+
> |`management_subnet_nsg_arm_id`| The Azure resource identifier for the network security group | Mandatory | For brown-field deployments |
88
+
> |`management_subnet_nsg_allowed_ips`| Range of allowed IP addresses to add to Azure Firewall | Optional ||
89
89
> |||||
90
-
> |`management_firewall_subnet_arm_id`| The Azure resource identifier for the Azure Firewall subnet.| Mandatory | For brown-field deployments |
91
-
> |`management_firewall_subnet_address_prefix`| The address range for the subnet.| Mandatory | For green-field deployments |
90
+
> |`management_firewall_subnet_arm_id`| The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
91
+
> |`management_firewall_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
92
92
> |||||
93
-
> |`management_bastion_subnet_arm_id`| The Azure resource identifier for the Azure Bastion subnet.| Mandatory | For brown-field deployments |
94
-
> |`management_bastion_subnet_address_prefix`| The address range for the subnet.| Mandatory | For green-field deployments |
93
+
> |`management_bastion_subnet_arm_id`| The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
94
+
> |`management_bastion_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
95
95
> |||||
96
-
> |`webapp_subnet_arm_id`| The Azure resource identifier for the web app subnet.| Mandatory | For brown-field deployments by using the web app |
97
-
> |`webapp_subnet_address_prefix`| The address range for the subnet.| Mandatory | For green-field deployments by using the web app |
96
+
> |`webapp_subnet_arm_id`| The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments by using the web app |
97
+
> |`webapp_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments by using the web app |
98
98
99
99
> [!NOTE]
100
100
> When you use an existing subnet for the web app, the subnet must be empty, in the same region as the resource group being deployed, and delegated to Microsoft.Web/serverFarms.
@@ -106,16 +106,16 @@ This table shows the parameters related to the deployer VM.
> |`environment`| Identifier for the control plane (maximum of five characters) | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
242
242
> |`location`| Azure region in which to deploy | Required | Use lowercase. |
243
-
> |'name_override_file'| Name override file | Optional | See [Custom naming](naming-module.md). |
243
+
> |`name_override_file`| Name override file | Optional | See [Custom naming](naming-module.md). |
0 commit comments