Skip to content

Commit 4749368

Browse files
Merge pull request #268335 from devanshjainms/devanshjain/ams-subnet-updates
Add AMS subnet and instance variables
2 parents 9a55066 + 13dad81 commit 4749368

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

articles/sap/automation/integration-azure-monitor-sap.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,30 @@ The [key components](../monitor/about-azure-monitor-sap-solutions.md#what-is-the
5050
The example shows the parameters that are required for the deployment of Azure Monitor for SAP resource in the workload zone. Optionally, you can choose to use an existing log analytics workspace that exists in the same subscription as your workload zone.
5151

5252
```terraform
53+
#########################################################################################
54+
# AMS Subnet variables #
55+
#########################################################################################
56+
57+
# If defined these parameters control the subnet name and the subnet prefix
58+
# ams_subnet_name is an optional parameter and should only be used if the default naming is not acceptable
59+
# ams_subnet_name = ""
60+
61+
# ams_subnet_address_prefix is a mandatory parameter if the subnets are not defined in the workload or if existing subnets are not used
62+
ams_subnet_address_prefix = "10.242.25.0/24"
63+
64+
# ams_subnet_arm_id is an optional parameter that if provided specifies Azure resource identifier for the existing subnet to use
65+
#ams_subnet_arm_id = ""
66+
67+
# ams_subnet_nsg_name is an optional parameter and should only be used if the default naming is not acceptable for the network security group name
68+
# ams_subnet_nsg_name = ""
69+
70+
# ams_subnet_nsg_arm_id is an optional parameter that if provided specifies Azure resource identifier for the existing network security group to use
71+
# ams_subnet_nsg_arm_id = ""
72+
73+
#########################################################################################
74+
# AMS instance variables #
75+
#########################################################################################
76+
5377
# If defined these parameters control the ams instance (Azure monitor for SAP)
5478
# create_ams_instance is an optional parameter, and should be set true is the AMS instance is to be created.
5579
create_ams_instance = true

0 commit comments

Comments
 (0)