Skip to content

Commit e673c76

Browse files
author
Kimmo Forss
committed
Utility VM
1 parent 9f2ad14 commit e673c76

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/virtual-machines/workloads/sap/automation-configure-workload-zone.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,28 @@ ANF_service_level = "Ultra"
236236
> | `iscsi_subnet_name` | The name of the `iscsi` subnet. | Optional | |
237237
> | `iscsi_subnet_address_prefix` | The address range for the `iscsi` subnet. | Mandatory | For green field deployments. |
238238
> | `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 | |
240240
> | `iscsi_subnet_nsg_arm_id` | The Azure resource identifier for the `iscsi` Network Security Group | Mandatory | For brown field deployments. |
241241
> | `iscsi_count` | The number of iSCSI Virtual Machines | Optional | |
242242
> | `iscsi_use_DHCP` | Controls whether to use dynamic IP addresses provided by the Azure subnet | Optional | |
243243
> | `iscsi_image` | Defines the Virtual machine image to use, see below | Optional | |
244244
> | `iscsi_authentication_type` | Defines the default authentication for the iSCSI Virtual Machines | Optional | |
245245
> | `iscsi__authentication_username` | Administrator account name | Optional | |
246246
> | `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+
248261

249262
## Terraform Parameters
250263

0 commit comments

Comments
 (0)