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/how-to-create-user-defined-route-instance.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: karlerickson
5
5
ms.author: yinglzh
6
6
ms.service: spring-apps
7
7
ms.topic: article
8
-
ms.date: 09/25/2021
8
+
ms.date: 01/17/2023
9
9
ms.custom: devx-track-java, devx-track-azurecli
10
10
---
11
11
@@ -33,9 +33,10 @@ The following illustration shows an example of an Azure Spring Apps virtual netw
33
33
34
34
:::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.":::
35
35
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.
39
40
40
41
### Define environment variables
41
42
@@ -265,7 +266,7 @@ az network vnet subnet update
265
266
266
267
### Add a role for an Azure Spring Apps resource provider
267
268
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`:
269
270
270
271
```azurecli
271
272
VIRTUAL_NETWORK_RESOURCE_ID=$(az network vnet show \
0 commit comments