Skip to content

Commit d4c61d0

Browse files
committed
add periods to descriptions. and resolve other bolcking issues.
1 parent 32bd450 commit d4c61d0

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

articles/container-apps/client-certificate-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure client certificate authentication in Azure Container Apps
3-
description: How to configure client authentication in Azure Container Apps
3+
description: How to configure client authentication in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

articles/container-apps/ip-restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Set up IP ingress restrictions in Azure Container Apps
3-
description: Enable IP restrictions to limit access to your app with Azure Container Apps
3+
description: Enable IP restrictions to limit access to your app with Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

articles/container-apps/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Networking architecture in Azure Container Apps
3-
description: Learn how to configure virtual networks in Azure Container Apps
3+
description: Learn how to configure virtual networks in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

articles/container-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Container Apps overview
3-
description: Learn about common scenarios and uses for Azure Container Apps
3+
description: Learn about common scenarios and uses for Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

articles/container-apps/revisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Revisions in Azure Container Apps
3-
description: Learn how revisions are created in Azure Container Apps
3+
description: Learn how revisions are created in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

articles/container-apps/sticky-sessions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Session Affinity in Azure Container Apps
3-
description: How to set session affinity (sticky sessions) in Azure Container Apps
3+
description: How to set session affinity (sticky sessions) in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -12,15 +12,13 @@ zone_pivot_groups: arm-portal
1212

1313
# Session Affinity in Azure Container Apps
1414

15-
## Session affinity
16-
1715
Session affinity, also known as sticky sessions, is a feature that allows you to route all requests from a client to the same replica. This feature is useful for stateful applications that require a consistent connection to the same replica.
1816

1917
Session stickiness is enforced using HTTP cookies. This feature is available in single revision mode when HTTP ingress is enabled. A client may be routed to a new replica if the previous replica is no longer available.
2018

2119
If your app doesn't require session affinity, we recommend that you don't enable it. With session affinity disabled, ingress distributes requests more evenly across replicas improving the performance of your app.
2220

23-
Note session affinity is only supported when your app is in [single revision mode](revisions.md#single-revision-mode) and the ingress type is HTTP.
21+
> [!NOTE] Session affinity is only supported when your app is in [single revision mode](revisions.md#single-revision-mode) and the ingress type is HTTP.
2422
2523
## Configure session affinity
2624

articles/container-apps/traffic-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Traffic splitting in Azure Container Apps
3-
description: Send a portion of an apps traffic to different revisions in Azure Container Apps
3+
description: Send a portion of an apps traffic to different revisions in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps

0 commit comments

Comments
 (0)