Skip to content

Commit 44c42e4

Browse files
authored
Merge pull request #93454 from csj/patch-1
Update networking.md
2 parents 6b565c6 + 9819b5f commit 44c42e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Networking architecture in Azure Container Apps
1313

14-
Azure Container Apps run in the context of an [environment](environment.md), which is supported by a virtual network (VNET). When you create an environment, you can provide a custom VNET, otherwise a VNET is automatically generated for you. Generated VNETs are inaccessible to you as they're created in Microsoft's tenent. To take full control over your VNET, provide an existing VNET to Container Apps as you create your environment.
14+
Azure Container Apps run in the context of an [environment](environment.md), which is supported by a virtual network (VNET). When you create an environment, you can provide a custom VNET, otherwise a VNET is automatically generated for you. Generated VNETs are inaccessible to you as they're created in Microsoft's tenant. To take full control over your VNET, provide an existing VNET to Container Apps as you create your environment.
1515

1616
The following articles feature step-by-step instructions for creating Container Apps environments with different accessibility levels.
1717

@@ -97,7 +97,7 @@ Once you're satisfied with the latest revision, you can lock traffic to that rev
9797

9898
#### Update existing revision
9999

100-
Consider a situation where you have a known good revision that's serving 100% of your traffic, but you want to issue and update to your app. You can deploy and test new revisions using their direct endpoints without affecting the main revision serving the app.
100+
Consider a situation where you have a known good revision that's serving 100% of your traffic, but you want to issue an update to your app. You can deploy and test new revisions using their direct endpoints without affecting the main revision serving the app.
101101

102102
Once you're satisfied with the updated revision, you can shift a portion of traffic to the new revision for testing and verification.
103103

0 commit comments

Comments
 (0)