Skip to content

Commit bf4aa5a

Browse files
committed
Acrolinx fixes
1 parent 662e89d commit bf4aa5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ms.custom: devx-track-java, engagement-fy23
2020

2121
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).
2222

23-
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. When you use this feature to customize egress, Azure Spring Apps won't create public IP resources.
23+
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. When you use this feature to customize egress, Azure Spring Apps doesn't create public IP resources.
2424

2525
## Prerequisites
2626

2727
- 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).
28-
- An API version of *2022-09-01 preview* or greater.
28+
- An API version of `2022-09-01 preview` or greater.
2929
- [Azure CLI version 1.1.7 or later](/cli/azure/install-azure-cli).
3030

3131
## Limitations
@@ -47,7 +47,7 @@ The default `outboundType` value is `loadBalancer`. If `outboundType` is set to
4747
> [!NOTE]
4848
> Using an outbound type is an advanced networking scenario and requires proper network configuration.
4949
50-
If `outboundType` is set to `userDefinedRouting`, Azure Spring Apps won't automatically configure egress paths. You must set up egress paths yourself. You could still find two load balancers in your resource group. They're only used for internal traffic and won't expose any public IP. You must prepare two route tables associated with two subnets: one to service the runtime and another for the user app.
50+
If `outboundType` is set to `userDefinedRouting`, Azure Spring Apps doesn't automatically configure egress paths. You must set up egress paths yourself. You could still find two load balancers in your resource group. They're only used for internal traffic and don't expose any public IP. You must prepare two route tables associated with two subnets: one to service the runtime and another for the user app.
5151

5252
> [!IMPORTANT]
5353
> An `outboundType` of `userDefinedRouting` requires a route for `0.0.0.0/0` and the next hop destination of a network virtual appliance in the route table. For more information, see [Customer responsibilities for running Azure Spring Apps in a virtual network](vnet-customer-responsibilities.md).

articles/spring-apps/how-to-create-user-defined-route-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This diagram illustrates the following features of the architecture:
3737

3838
- Public ingress traffic must flow through firewall filters.
3939
- Each Azure Spring Apps instance is isolated within a dedicated subnet.
40-
- The firewall is owned and managed by customers.
40+
- Customers own and manage the firewall.
4141
- This structure ensures that the firewall enables a healthy environment for all the functions you need.
4242
- Azure Spring Apps doesn't automatically generate public IP resources.
4343

0 commit comments

Comments
 (0)