Skip to content

Commit 756d56a

Browse files
Merge pull request #268102 from KimForss/main
Add AMS Support
2 parents 4749368 + bbd94f6 commit 756d56a

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

articles/sap/automation/configure-workload-zone.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the SAP workload zone configuration process within SAP
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 12/14/2023
7+
ms.date: 3/5/2024
88
ms.topic: conceptual
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
@@ -21,8 +21,8 @@ The workload zone provides shared services to all of the SAP Systems in the work
2121

2222
- Azure Virtual Network
2323
- Azure Key Vault
24-
- Shared Azure Storage Accounts for installation media
25-
- If Azure NetApp Files are used, the Azure NetApp Files account and capacity pool is hosted in the workload zone.
24+
- Shared Azure Storage Account for installation media
25+
- Azure NetApp Files account and capacity pool (optional)
2626

2727
The workload zone is typically deployed in a spoke subscription and the deployment of all the artifacts in the workload zone is done using unique service principal.
2828

@@ -110,6 +110,30 @@ This table contains the networking parameters if Azure NetApp Files is used.
110110
> | `anf_subnet_address_prefix` | The address range for the `ANF` subnet | Required | When using `ANF` for deployments |
111111
> | `anf_subnet_name` | The name of the `ANF` subnet | Optional | |
112112
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+
113137
This table contains additional networking parameters.
114138

115139
> [!div class="mx-tdCol2BreakAll "]
@@ -264,11 +288,6 @@ ANF_service_level = "Ultra"
264288
> | `iscsi_count` | The number of iSCSI virtual machines | Optional | |
265289
> | `iscsi_image` | Defines the virtual machine image to use (next table) | Optional | |
266290
> | `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 | |
272291
> | `iscsi_use_DHCP` | Controls whether to use dynamic IP addresses provided by the Azure subnet | Optional | |
273292
> | `iscsi_vm_zones` | Availability zones for the iSCSI Virtual Machines | Optional | |
274293
@@ -286,6 +305,16 @@ ANF_service_level = "Ultra"
286305
> | `utility_vm_useDHCP` | Defines if Azure subnet provided IPs should be used | Optional | |
287306
288307

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+
289318

290319
## Terraform parameters
291320

0 commit comments

Comments
 (0)