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
This article describes how to secure outbound traffic from your Azure Spring Apps applications. It provides a simple example of a user-defined route (UDR) instance. UDR is an advanced feature that lets you fully control egress traffic. It may be used in scenarios such as disallowing an Azure Spring Apps auto-generated public IP.
18
+
This article describes how to secure outbound traffic from your Azure Spring Apps applications. It provides an example of a user-defined route (UDR) instance. UDR is an advanced feature that lets you fully control egress traffic. It may be used in scenarios such as disallowing an Azure Spring Apps auto-generated public IP.
19
19
20
20
## Prerequisites
21
21
@@ -27,7 +27,7 @@ This article describes how to secure outbound traffic from your Azure Spring App
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)
29
29
30
-
## Azure Spring Apps UDR instance example
30
+
## Create a VNet instance using a user-defined route
31
31
32
32
The following illustration shows an example of an Azure Spring Apps VNet instance using a user-defined route.
### Create a user-defined route with a hop to Azure Firewall
145
145
146
146
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.
To associate the cluster with the firewall, the dedicated subnet for the cluster's subnet must reference the route table you created. App and service runtime subnets must be associated with corresponding route tables. The following example shows how to associate a route table with a subnet.
0 commit comments