Skip to content

Commit d43919c

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent a380cf0 commit d43919c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ az containerapp env update \
113113

114114
After you enable peer-to-peer-encryption, one container app can access other container apps using HTTPS with mTLS - for example, `https://<app-name>`. The certificate used in mTLS is system-assigned.
115115

116-
For more information, see the [Peer-to-peer encryption](../../container-apps/networking-configuration.md#peer-to-peer-encryption) section of [Networking in Azure Container Apps environment](../../container-apps/networking.md).
116+
For more information, see the [Peer-to-peer encryption](../../container-apps/networking-configuration.md#peer-to-peer-encryption) section of [Networking configuration in Azure Container Apps environment](../../container-apps/networking-configuration.md).
117117

118118
## Traffic to external services
119119

articles/spring-apps/migration/migrate-to-azure-container-apps-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Both Azure Spring Apps and Azure Container Apps offer ways to control outbound t
100100
- A dedicated subnet for the Azure Container Apps service runtime subnet isn't required.
101101
- Azure Container Apps provide a more flexible way to support UDR. In Azure Container Apps, there's no need to explicitly set the option `--outbound-type` to `userDefinedRouting` when provisioning Azure Spring Apps.
102102

103-
For more information, see [User defined routes](../../container-apps/user-defined-routes.md) and [Control outbound traffic in Azure Container Apps with user defined routes](../../container-apps/user-defined-routes.md).
103+
For more information, see [Control outbound traffic in Azure Container Apps with user defined routes](../../container-apps/user-defined-routes.md).
104104

105105
In Azure Container Apps, only workload profiles of the *environment* type support UDR. Additionally, Azure Container Apps support egress through NAT Gateway and the creation of private endpoints on the container app environment.
106106

@@ -126,7 +126,7 @@ For more information, see [Securing a custom VNET in Azure Container Apps with N
126126

127127
Both Azure Spring Apps and Azure Container Apps support the use of custom DNS servers in a customer virtual network. We recommend adding Azure DNS IP `168.63.129.16` as the upstream DNS server in the custom DNS server.
128128

129-
For more information, see the [DNS](../../container-apps/dns.md) section of [Networking in Azure Container Apps environment](../../container-apps/networking.md).
129+
For more information, see [DNS for virtual networks in Azure Container Apps environments](../../container-apps/dns.md).
130130

131131
Currently, Azure Container Apps in a Consumption-only environment type doesn't support flushing DNS settings changes as Azure Spring Apps does. For more information, see [Flush DNS settings changes in Azure Spring Apps](../basic-standard/how-to-use-flush-dns-settings.md). However, the workload profile type of environment automatically refreshes DNS settings every 5 minutes.
132132

0 commit comments

Comments
 (0)