Skip to content

Commit 5bdbb40

Browse files
author
Kimmo Forss
committed
Update NAT Gateway variables
1 parent 55c61c3 commit 5bdbb40

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 10 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: 3/5/2024
7+
ms.date: 3/9/2024
88
ms.topic: conceptual
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
@@ -280,13 +280,15 @@ ANF_service_level = "Ultra"
280280
### NAT support
281281

282282
> [!div class="mx-tdCol2BreakAll "]
283-
> | Variable | Description | Type |
284-
> | ----------------------------------- | ------------------------------------------------------------------------ | -------- |
285-
> | `deploy_nat_gateway` | DIf set, deploys a NAT gateway. | Optional |
286-
> | `management_dns_resourcegroup_name` | Resource group that contains the private DNS zone. | Optional |
287-
> | `management_dns_subscription_id` | Subscription ID for the subscription that contains the private DNS zone. | Optional |
288-
> | `use_custom_dns_a_registration` | Use an existing private DNS zone. | Optional |
289-
283+
> | Variable | Description | Type |
284+
> | ------------------------------------- | ------------------------------------------------------------------------ | -------- |
285+
> | `deploy_nat_gateway` | If set, deploys a NAT gateway. | Optional |
286+
> | `nat_gateway_name` | The name of the NAT Gateway. | Optional |
287+
> | `nat_gateway_arm_id` | The Azure resource identifier of the NAT Gateway. | Optional |
288+
> | `nat_gateway_public_ip_zones` | The zones for the NAT Gateway public IP address | Optional |
289+
> | `nat_gateway_public_ip_arm_id` | TThe Azure resource identifier for the NAT Gateway public IP address | Optional |
290+
> | `nat_gateway_idle_timeout_in_minutes` | The idle timeout in minutes for the NAT Gateway (default=4) | Optional |
291+
> | `nat_gateway_public_ip_tags` | Tags for the public IP resource | Optional |
290292
291293

292294
## Other parameters

articles/sap/automation/plan-deployment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Before you design your workload zone layout, consider the following questions:
128128
* How many workload zones does your scenario require (development, quality assurance, and production)?
129129
* Are you deploying into new virtual networks or are you using existing virtual networks?
130130
* What storage type do you need for the shared storage (Azure Files NFS or Azure NetApp Files)?
131+
* Are you going to deploy NAT Gateway for outbound internet connectivity?
131132

132133
The default naming convention for workload zones is `[ENVIRONMENT]-[REGIONCODE]-[NETWORK]-INFRASTRUCTURE`. For example, `DEV-WEEU-SAP01-INFRASTRUCTURE` is for a development environment hosted in the West Europe region by using the SAP01 virtual network. `PRD-WEEU-SAP02-INFRASTRUCTURE` is for a production environment hosted in the West Europe region by using the SAP02 virtual network.
133134

0 commit comments

Comments
 (0)