@@ -110,6 +110,30 @@ This table contains the networking parameters if Azure NetApp Files is used.
110
110
> | ` anf_subnet_address_prefix ` | The address range for the ` ANF ` subnet | Required | When using ` ANF ` for deployments |
111
111
> | ` anf_subnet_name ` | The name of the ` ANF ` subnet | Optional | |
112
112
113
+ This table contains the networking parameters if iSCSI devices are hosted from this workload zone.
114
+
115
+ > [ !div class="mx-tdCol2BreakAll "]
116
+ > | Variable | Description | Type | Notes |
117
+ > | -------------------------------- | -------------------------------------------------------------------- | --------- | ---------------------------------- |
118
+ > | ` iscsi_subnet_address_prefix ` | The address range for the ` iscsi ` subnet | Mandatory | For green-field deployments |
119
+ > | ` iscsi_subnet_arm_id ` | The Azure resource identifier for the ` iscsi ` subnet | Mandatory | For brown-field deployments |
120
+ > | ` iscsi_subnet_name ` | The name of the ` iscsi ` subnet | Optional | |
121
+ > | ` iscsi_subnet_nsg_arm_id ` | The Azure resource identifier for the ` iscsi ` network security group | Mandatory | For brown-field deployments |
122
+ > | ` iscsi_subnet_nsg_name ` | The name of the ` iscsi ` network security group | Optional | |
123
+
124
+ This table contains the networking parameters if Azure Monitor for SAP is hosted from this workload zone.
125
+
126
+ > [ !div class="mx-tdCol2BreakAll "]
127
+ > | Variable | Description | Type | Notes |
128
+ > | -------------------------------- | -------------------------------------------------------------------- | --------- | ---------------------------------- |
129
+ > | ` ams_subnet_address_prefix ` | The address range for the ` iscsi ` subnet | Mandatory | For green-field deployments |
130
+ > | ` ams_subnet_arm_id ` | The Azure resource identifier for the ` iscsi ` subnet | Mandatory | For brown-field deployments |
131
+ > | ` ams_subnet_name ` | The name of the ` iscsi ` subnet | Optional | |
132
+ > | ` ams_subnet_nsg_arm_id ` | The Azure resource identifier for the ` iscsi ` network security group | Mandatory | For brown-field deployments |
133
+ > | ` ams_subnet_nsg_name ` | The name of the ` iscsi ` network security group | Optional | |
134
+
135
+
136
+
113
137
This table contains additional networking parameters.
114
138
115
139
> [ !div class="mx-tdCol2BreakAll "]
@@ -264,11 +288,6 @@ ANF_service_level = "Ultra"
264
288
> | ` iscsi_count ` | The number of iSCSI virtual machines | Optional | |
265
289
> | ` iscsi_image ` | Defines the virtual machine image to use (next table) | Optional | |
266
290
> | ` iscsi_nic_ips ` | IP addresses for the iSCSI virtual machines | Optional | Ignored if ` iscsi_use_DHCP ` is defined |
267
- > | ` iscsi_subnet_address_prefix ` | The address range for the ` iscsi ` subnet | Mandatory | For green-field deployments |
268
- > | ` iscsi_subnet_arm_id ` | The Azure resource identifier for the ` iscsi ` subnet | Mandatory | For brown-field deployments |
269
- > | ` iscsi_subnet_name ` | The name of the ` iscsi ` subnet | Optional | |
270
- > | ` iscsi_subnet_nsg_arm_id ` | The Azure resource identifier for the ` iscsi ` network security group | Mandatory | For brown-field deployments |
271
- > | ` iscsi_subnet_nsg_name ` | The name of the ` iscsi ` network security group | Optional | |
272
291
> | ` iscsi_use_DHCP ` | Controls whether to use dynamic IP addresses provided by the Azure subnet | Optional | |
273
292
> | ` iscsi_vm_zones ` | Availability zones for the iSCSI Virtual Machines | Optional | |
274
293
@@ -286,6 +305,16 @@ ANF_service_level = "Ultra"
286
305
> | ` utility_vm_useDHCP ` | Defines if Azure subnet provided IPs should be used | Optional | |
287
306
288
307
308
+ ## Azure Monitor parameters
309
+
310
+ > [ !div class="mx-tdCol2BreakAll "]
311
+ > | Variable | Description | Type | Notes |
312
+ > | -------------------------------- | ------------------------------------------------------------------------- | --------- | ---------------------------------------------- |
313
+ > | ` create_ams_instance ` | Defines if an Azure Monitor for SAP instance should be created | Optional | |
314
+ > | ` ams_instance_name ` | Defines the name of the instance | Optional | |
315
+ > | ` ams_laws_arm_id ` | Defines the ARM resource ID for the Log Analytics Workspace | Optional | |
316
+
317
+
289
318
290
319
## Terraform parameters
291
320
0 commit comments