You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/concept-outbound-type.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,21 @@ Egress from an Azure Spring Apps application can be customized to fit specific s
19
19
20
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).
21
21
22
+
## Prerequisites
23
+
24
+
- All prerequisites for deploying Azure Spring Apps in a virtual network. For more information, see [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
25
+
- An API version of *2022-09-01 preview* or greater.
26
+
-[Azure CLI version 1.1.7 or later](/cli/azure/install-azure-cli).
27
+
22
28
## Limitations
23
29
24
30
- You can only define `OutboundType` when you create a new Azure Spring Apps service instance, and you can't updated it afterwards. `OutboundType` works only with a VNet instance.
25
31
- Setting `outboundType` to `UserDefinedRouting` requires a user-defined route with valid outbound connectivity for your instance.
26
32
- Setting `outboundType` to `UserDefinedRouting` implies that the ingress source IP routed to the load-balancer may not match the instance's outgoing egress destination address.
27
33
28
-
## Prerequisites
29
-
30
-
- All prerequisites for deploying Azure Spring Apps in a virtual network. For more information, see [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
31
-
- An API version of *2022-09-01 preview* or greater.
32
-
- A CLI extension version of 1.1.7 or greater.
33
-
34
34
## Overview of outbound types in Azure Spring Apps
35
35
36
-
An Azure Spring Apps instance can be customized with a unique `outboundType` of type `loadBalancer` or `userDefinedRouting`.
36
+
You can customize an Azure Spring Apps instance with a unique `outboundType` of type `loadBalancer` or `userDefinedRouting`.
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-create-udr-instance.md
+99-18Lines changed: 99 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ This article describes how to secure outbound traffic from your applications hos
21
21
22
22
- All prerequisites for deploying Azure Spring Apps in a virtual network. For more information, see [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
23
23
- API version of `2022-09-01 preview` or greater
24
-
- CLI version extension of 1.1.7 or greater
25
-
-The following articles:
24
+
-[Azure CLI version 1.1.7 or later](/cli/azure/install-azure-cli).
25
+
-You should be familiar with information in the following articles:
26
26
-[Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md)
27
27
-[Customer responsibilities for running Azure Spring Apps in VNET](vnet-customer-responsibilities.md)
28
28
-[Customize Azure Spring Cloud egress with a User-Defined Route](concept-outbound-type.md)
@@ -106,7 +106,10 @@ Use the following command to create and set up an Azure Firewall with a user-def
106
106
> 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.
You can now access the public IP of the firewall from the internet. The firewall will route traffic into Azure Spring Apps subnets according to your routing rules.
0 commit comments