@@ -236,15 +236,28 @@ ANF_service_level = "Ultra"
236
236
> | ` iscsi_subnet_name ` | The name of the ` iscsi ` subnet. | Optional | |
237
237
> | ` iscsi_subnet_address_prefix ` | The address range for the ` iscsi ` subnet. | Mandatory | For green field deployments. |
238
238
> | ` iscsi_subnet_arm_id ` | The Azure resource identifier for the ` iscsi ` subnet. | Mandatory | For brown field deployments. |
239
- > | ` iscsi_subnet_nsg_name ` | The name of the ` iscsi ` Network Security Group name | Optional | |
239
+ > | ` iscsi_subnet_nsg_name ` | The name of the ` iscsi ` Network Security Group name | Optional | |
240
240
> | ` iscsi_subnet_nsg_arm_id ` | The Azure resource identifier for the ` iscsi ` Network Security Group | Mandatory | For brown field deployments. |
241
241
> | ` iscsi_count ` | The number of iSCSI Virtual Machines | Optional | |
242
242
> | ` iscsi_use_DHCP ` | Controls whether to use dynamic IP addresses provided by the Azure subnet | Optional | |
243
243
> | ` iscsi_image ` | Defines the Virtual machine image to use, see below | Optional | |
244
244
> | ` iscsi_authentication_type ` | Defines the default authentication for the iSCSI Virtual Machines | Optional | |
245
245
> | ` iscsi__authentication_username ` | Administrator account name | Optional | |
246
246
> | ` iscsi_nic_ips ` | IP addresses for the iSCSI Virtual Machines | Optional | ignored if ` iscsi_use_DHCP ` is defined |
247
-
247
+
248
+
249
+ ## Utility VM Parameters
250
+
251
+
252
+ > [ !div class="mx-tdCol2BreakAll "]
253
+ > | Variable | Description | Type | Notes |
254
+ > | -------------------------------- | ------------------------------------------------------------------------- | --------- | ---------------------------------------------- |
255
+ > | ` utility_vm_count ` | Defines the number of Utility virtual machines to deploy. | Optional | Use the utility virtual machine to host SAPGui |
256
+ > | ` utility_vm_size ` | Defines the SKU for the Utility virtual machines. | Optional | Default: Standard_D4ds_v4 |
257
+ > | ` utility_vm_useDHCP ` | Defines if Azure subnet provided IPs should be used. | Optional | |
258
+ > | ` utility_vm_image ` | Defines the virtual machine image to use. | Optional | Default: Windows Server 2019 |
259
+ > | ` utility_vm_nic_ips ` | Defines the IP addresses for the virtual machines. | Optional | |
260
+
248
261
249
262
## Terraform Parameters
250
263
0 commit comments