Skip to content

Commit 2e35c78

Browse files
committed
Fix links.
1 parent 1783cfc commit 2e35c78

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

articles/container-apps/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following resources are free during each calendar month, per subscription:
4242
Free usage doesn't appear on your bill. You're only charged as your resource usage exceeds the monthly free grants amounts.
4343

4444
> [!NOTE]
45-
> If you use Container Apps with [your own virtual network](networking-configuration.md#managed-resources) or your apps utilize other Azure resources, additional charges may apply.
45+
> If you use Container Apps with [your own virtual network](custom-virtual-networks.md#managed-resources) or your apps utilize other Azure resources, additional charges may apply.
4646
4747
### Resource consumption charges
4848

articles/container-apps/custom-virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As you create a virtual network, keep in mind the following situations:
2626
- You can restrict inbound requests to the environment exclusively to the VNet by deploying the environment as [internal](vnet-custom.md).
2727

2828
> [!NOTE]
29-
> When you provide your own virtual network, additional [managed resources](networking-configuration.md#managed-resources) are created. These resources incur costs at their associated rates.
29+
> When you provide your own virtual network, additional [managed resources](custom-virtual-networks.md#managed-resources) are created. These resources incur costs at their associated rates.
3030
3131
As you begin to design the network around your container app, refer to [Plan virtual networks](../virtual-network/virtual-network-vnet-plan-design-arm.md).
3232

articles/container-apps/ingress-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ HTTP ingress adds headers to pass metadata about the client request to your cont
7373
Container Apps supports TCP-based protocols other than HTTP or HTTPS. For example, you can use TCP ingress to expose a container app that uses the [Redis protocol](https://redis.io/topics/protocol).
7474

7575
> [!NOTE]
76-
> External TCP ingress is only supported for Container Apps environments that use a [virtual network](vnet-custom.md). TCP ingress is not supported for apps that accept inbound traffic through a [private endpoint](custom-virtual-networks.md#private-endpoint).
76+
> External TCP ingress is only supported for Container Apps environments that use a [virtual network](vnet-custom.md). TCP ingress is not supported for apps that accept inbound traffic through a [private endpoint](networking.md#private-endpoint).
7777
7878
With TCP ingress enabled, your container app:
7979

@@ -119,7 +119,7 @@ Azure Container Apps provides built-in authentication and authorization features
119119

120120
You can configure your app to support client certificates (mTLS) for authentication and traffic encryption. For more information, see [Configure client certificates](client-certificate-authorization.md).
121121

122-
For details on how to use peer-to-peer environment level network encryption, see [networking configuration](./networking-configuration.md#peer-to-peer-encryption).
122+
For details on how to use peer-to-peer environment level network encryption, see [networking configuration](./environment-level-networking.md#peer-to-peer-encryption).
123123

124124
## Traffic splitting
125125

articles/container-apps/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ IP addresses are broken down into the following types:
184184

185185
## Next steps
186186

187-
- [Networking configuration in Azure Container Apps environment](networking-configuration.md)
187+
- [Networking configuration in Azure Container Apps environment](environment-level-networking.md)

articles/container-apps/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Azure Container Apps updates can be found in [GitHub](https://aka.ms/aca/updates
8484
| [Generally Available: Session affinity](./sticky-sessions.md) | Session affinity enables you to route all requests from a single client to the same Container Apps replica. This is useful for stateful workloads that require session affinity. |
8585
| [Generally Available: Azure Key Vault references for secrets](https://azure.microsoft.com/updates/generally-available-azure-key-vault-references-for-secrets-in-azure-container-apps/) | Azure Key Vault references enable you to source a container app’s secrets from secrets stored in Azure Key Vault. Using the container app's managed identity, the platform automatically retrieves the secret values from Azure Key Vault and injects it into your application's secrets. |
8686
| [Public preview: additional TCP ports](./ingress-overview.md#additional-tcp-ports) | Azure Container Apps now support additional TCP ports, enabling applications to accept TCP connections on multiple ports. This feature is in preview. |
87-
| [Public preview: environment level peer-to-peer encryption](./networking-configuration.md#peer-to-peer-encryption) | When end-to-end encryption is required, peer-to-peer encryption will encrypt data transmitted between applications within an environment. |
87+
| [Public preview: environment level peer-to-peer encryption](./environment-level-networking.md#peer-to-peer-encryption) | When end-to-end encryption is required, peer-to-peer encryption will encrypt data transmitted between applications within an environment. |
8888
| [Retirement: ACA preview API versions 2022-06-01-preview and 2022-11-01-preview](https://azure.microsoft.com/updates/retirement-azure-container-apps-preview-api-versions-20220601preview-and-20221101preview/) | Starting on November 16, 2023, Azure Container Apps control plane API versions 2022-06-01-preview and 2022-11-01-preview will be retired. Before that date, migrate to the latest stable API version (2023-05-01) or latest preview API version (2023-04-01-preview). |
8989
| [Dapr: Stable Configuration API](https://docs.dapr.io/developing-applications/building-blocks/configuration/) | Dapr's Configuration API is now stable and supported in Azure Container Apps. Learn how to do [Dapr integration with Azure Container Apps](./dapr-overview.md)|
9090

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 configuration in Azure Container Apps environment](../../container-apps/networking-configuration.md).
116+
For more information, see the [Peer-to-peer encryption](../../container-apps/environment-level-networking.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Azure Container Apps supports deployment with a private DNS zone. For more infor
134134

135135
## Access an app in Azure Container Apps within a customer virtual network
136136

137-
Azure Container Apps provides both [Public network access](../../container-apps/networking.md#public-network-access) and [Private endpoint](../../container-apps/custom-virtual-networks.md#private-endpoint) features to expose applications to the internet or to secure them within a private network. Similarly, Azure Spring Apps supports these features as described in the following articles:
137+
Azure Container Apps provides both [Public network access](../../container-apps/networking.md#public-network-access) and [Private endpoint](../../container-apps/networking.md#private-endpoint) features to expose applications to the internet or to secure them within a private network. Similarly, Azure Spring Apps supports these features as described in the following articles:
138138

139139
- [Access an app in Azure Spring Apps in a virtual network](../basic-standard/access-app-virtual-network.md)
140140
- [Access applications using Azure Spring Apps Standard consumption and dedicated plan in a virtual network](../consumption-dedicated/quickstart-access-standard-consumption-within-virtual-network.md)

0 commit comments

Comments
 (0)