Skip to content

Commit da2325f

Browse files
committed
nits
1 parent 0853e92 commit da2325f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/container-apps/networking.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ HTTP applications scale based on the number of HTTP requests and connections. En
6969

7070
Under the [ingress](azure-resource-manager-api-spec.md#propertiesconfiguration) section, you can configure the following settings:
7171

72-
- **Accessibility level**: You can set your container app as externally or internally accessible in the environment. An environment variable `CONTAINER_APP_ENV_DNS_SUFFIX` is used to automatically resolve the FQDN suffix for your environment.
72+
- **Accessibility level**: You can set your container app as externally or internally accessible in the environment. An environment variable `CONTAINER_APP_ENV_DNS_SUFFIX` is used to automatically resolve the FQDN suffix for your environment. When communicating between Container Apps within the same environment, you may also use the `app name`.
7373

7474
- **Traffic split rules**: You can define traffic splitting rules between different revisions of your application. For more information, see [Traffic splitting](traffic-splitting.md).
7575

@@ -89,9 +89,6 @@ The second URL grants access to the log streaming service and the console. If ne
8989

9090
## Ports and IP addresses
9191

92-
>[!NOTE]
93-
> The subnet associated with a Container App Environment requires a CIDR prefix of `/23` or larger.
94-
9592
The following ports are exposed for inbound connections.
9693

9794
| Use | Port(s) |

0 commit comments

Comments
 (0)