File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ The second URL grants access to the log streaming service and the console. If ne
149
149
150
150
## Ports and IP addresses
151
151
152
- The subnet associated with a Container App Environment must have a CIDR prefix of /23.
152
+ > [ !NOTE]
153
+ > The subnet associated with a Container App Environment requires a CIDR prefix of /23.
153
154
154
155
The following ports are exposed for inbound connections.
155
156
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ $vnet = New-AzVirtualNetwork @VnetArgs
118
118
119
119
---
120
120
121
+ > [ !NOTE]
122
+ > Network subnet address prefix requires a CIDR range of ` /23 ` .
123
+
121
124
With the VNET established, you can now query for the infrastructure subnet ID.
122
125
123
126
# [ Bash] ( #tab/bash )
You can’t perform that action at this time.
0 commit comments