Skip to content

Commit a376a53

Browse files
committed
edits
1 parent f77c81e commit a376a53

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: karlerickson
55
ms.author: yinglzh
66
ms.service: spring-apps
77
ms.topic: article
8-
ms.date: 09/25/2021
8+
ms.date: 01/17/2023
99
ms.custom: devx-track-java, devx-track-azurecli
1010
---
1111

@@ -33,9 +33,10 @@ The following illustration shows an example of an Azure Spring Apps virtual netw
3333

3434
:::image type="content" source="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" lightbox="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" alt-text="Architecture diagram that shows user-defined routing.":::
3535

36-
* Public Ingress is forced to flow through firewall filters
37-
* ASA instance is isolated dedicated subnets.
38-
* The firewall is owned and managed by customers. Please ensure it builds a healthy envrioment for all functions you need.
36+
* Public ingress traffic must flow firewall filters.
37+
* Each Azure Spring Apps instance is isolated within a dedicated subnet.
38+
* The firewall is owned and managed by customers.
39+
* Ensure the firewall builds a healthy environment for all functions you need.
3940

4041
### Define environment variables
4142

@@ -265,7 +266,7 @@ az network vnet subnet update
265266

266267
### Add a role for an Azure Spring Apps resource provider
267268

268-
The following example shows how to add a role for the Azure Spring Apps resource provider, which is represented by the string e8de9221-a19c-4c81-b814-fd37c6caf9d2 for all users:
269+
The following example shows how to add a role for the Azure Spring Apps resource provider. The role is assigned to all users identified by the string `e8de9221-a19c-4c81-b814-fd37c6caf9d2`:
269270

270271
```azurecli
271272
VIRTUAL_NETWORK_RESOURCE_ID=$(az network vnet show \

0 commit comments

Comments
 (0)