Skip to content

Commit 0301ca9

Browse files
fixes
1 parent 76c5301 commit 0301ca9

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/spring-apps/concept-outbound-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-java, devx-track-azurecli
1717

1818
Egress from an Azure Spring Apps application can be customized to fit specific scenarios. By default, Azure Spring Apps provisions a Standard SKU Load Balancer that you can set up and use for egress. However, the default setup may not meet the requirements of all scenarios. For example, public IPs may not be allowed, or more hops may be required for egress.
1919

20-
This article describes how to customize an instance's egress route to support custom network scenarios, including networks that disallow public IPs and require the instance to sit behind a network virtual appliance (NVA).
20+
This article describes how to customize an instance's egress route to support custom network scenarios. For example, you might want to customize an instance's egress route for networks that disallow public IPs and require the instance to sit behind a network virtual appliance (NVA).
2121

2222
## Limitations
2323

articles/spring-apps/how-to-create-udr-instance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Control egress traffic for an Azure Spring Apps (ASA) instance
3-
description: Learn how to control egress traffic for an Azure Spring Apps (ASA) instance
2+
title: Control egress traffic for an Azure Spring Apps instance
3+
description: Learn how to control egress traffic for an Azure Spring Apps instance
44
author: karlerickson
55
ms.author: yinglzh
66
ms.service: spring-apps
@@ -9,7 +9,7 @@ ms.date: 09/25/2021
99
ms.custom: devx-track-java, devx-track-azurecli
1010
---
1111

12-
# Control egress traffic for an Azure Spring Apps (ASA) instance
12+
# Control egress traffic for an Azure Spring Apps instance
1313

1414
**This article applies to:** ✔️ Java ✔️ C#
1515

@@ -100,7 +100,7 @@ az network vnet subnet create \
100100

101101
### Create and set up an Azure Firewall with a user-defined route
102102

103-
To create and set up an Azure Firewall with a user-defined route, configure Azure Firewall outbound rules. The firewall lets you configure granular egress traffic rules from a Azure Spring Apps instance.
103+
To create and set up an Azure Firewall with a user-defined route, configure Azure Firewall outbound rules. The firewall lets you configure granular egress traffic rules from an Azure Spring Apps instance.
104104

105105
> [!IMPORTANT]
106106
> If your cluster or application creates a large number of outbound connections directed to the same or small subset of destinations, you might require more firewall frontend IPs to avoid reaching the maximum ports per front-end IP. For more information on how to create an Azure firewall with multiple IPs, see [Quickstart: Create an Azure Firewall with multiple public IP addresses - ARM template](../firewall/quick-create-multiple-ip-template.md). Create a standard SKU public IP resource that will be used as the Azure Firewall front-end address.
@@ -145,7 +145,7 @@ FWPRIVATE_IP=$(az network firewall show -g $RG -n $FWNAME --query "ipConfigurati
145145

146146
Azure automatically routes traffic between Azure subnets, virtual networks, and on-premises networks. If you want to change Azure's default routing, create a route table.
147147

148-
The following example shows how to create a route table to be associated with a specified subnet. The route table defines the next hop, as in the Azure Firewall you created. Each subnet can one route table associated with it, or could have no associated route table.
148+
The following example shows how to create a route table to be associated with a specified subnet. The route table defines the next hop, as in the Azure Firewall you created. Each subnet can have one route table associated with it, or could have no associated route table.
149149

150150
```azurecli
151151
# Create UDR and add a route for Azure Firewall.

articles/spring-apps/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ items:
9696
href: concept-metrics.md
9797
- name: Spring Boot Actuator
9898
href: concept-manage-monitor-app-spring-boot-actuator.md
99+
- name: Customize Azure Spring Cloud egress with a user-defined route
100+
href: concept-outbound-type.md
99101
- name: Security
100102
items:
101103
- name: Security controls
@@ -226,6 +228,8 @@ items:
226228
href: how-to-access-app-from-internet-virtual-network.md
227229
- name: Configure Palo Alto
228230
href: how-to-configure-palo-alto.md
231+
- name: Control egress traffic for an Azure Spring Apps instance
232+
href: how-to-create-udr-instance.md
229233
- name: Customer responsibilities running Azure Spring Apps in VNET
230234
href: vnet-customer-responsibilities.md
231235
- name: Troubleshooting Azure Spring Apps in virtual networks

0 commit comments

Comments
 (0)