Skip to content

Commit b3bf3c2

Browse files
Merge pull request #286259 from KimForss/main
Add NAT Gateway variables
2 parents 42e8fd1 + 5bdbb40 commit b3bf3c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
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
@@ -277,6 +277,20 @@ ANF_service_level = "Ultra"
277277
> | `use_custom_dns_a_registration` | Use an existing private DNS zone. | Optional |
278278
279279

280+
### NAT support
281+
282+
> [!div class="mx-tdCol2BreakAll "]
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 |
292+
293+
280294
## Other parameters
281295

282296
> [!div class="mx-tdCol2BreakAll "]

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)