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
Copy file name to clipboardExpand all lines: articles/sap/automation/configure-system.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ This section contains the parameters related to the Azure infrastructure.
85
85
> |`custom_disk_sizes_filename`| Defines the disk sizing file name, See [Custom sizing](configure-extra-disks.md). | Optional |
86
86
> |`resource_offset`| Provides an offset for resource naming. | Optional |
87
87
> |`use_loadbalancers_for_standalone_deployments`| Controls if load balancers are deployed for standalone installations | Optional |
88
-
> | `user_assigned_identity_id| User assigned identity to assign to the virtual machines | Optional |
88
+
> |`user_assigned_identity_id`| User assigned identity to assign to the virtual machines | Optional |
89
89
> |`vm_disk_encryption_set_id`| The disk encryption key to use for encrypting managed disks by using customer-provided keys. | Optional |
90
90
> |`use_random_id_for_storageaccounts`| If defined will append a random string to the storage account name | Optional |
91
91
> ||||
@@ -101,7 +101,7 @@ This section contains the parameters related to the Azure infrastructure.
101
101
> |`use_spn`| If defined the deployment will be performed using a Service Principal, otherwise an MSI | Optional |
102
102
> |`use_private_endpoint`| Use private endpoints. | Optional |
103
103
104
-
the
104
+
105
105
The `resource_offset` parameter controls the naming of resources. For example, if you set the `resource_offset` to 1, the first disk will be named `disk1`. The default value is 0.
106
106
107
107
## SAP Application parameters
@@ -325,7 +325,7 @@ This section contains the parameters related to the anchor virtual machine.
325
325
> |`anchor_vm_authentication_type`| Defines the authentication type for the anchor VM (key or password) | Optional |
326
326
> |`anchor_vm_authentication_username`| Defines the username for the anchor VM | Optional |
327
327
> |`anchor_vm_image`| Defines the VM image to use (as shown in the following code sample) | Optional |
328
-
> |`anchor_vm_nic_ips[]`| List of IP addresses for the anchor VMs (app subnet) | Optional ||
328
+
> |`anchor_vm_nic_ips[]`| List of IP addresses for the anchor VMs (app subnet) | Optional |
329
329
> |`anchor_vm_sku`| Defines the VM SKU to use, for example, Standard_D4s_v3 | Optional |
330
330
> |`anchor_vm_use_DHCP`| Controls whether to use dynamic IP addresses provided by Azure subnet | Optional |
331
331
@@ -355,7 +355,7 @@ By default, the SAP system deployment uses the credentials from the SAP workload
355
355
> |`automation_path_to_public_key`| Path to existing public key | Optional |
356
356
> |`automation_path_to_private_key`| Path to existing private key | Optional |
0 commit comments