Skip to content

Commit 299396e

Browse files
committed
redirect article and fix links
1 parent 05c0661 commit 299396e

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

articles/container-apps/.openpublishing.redirection.container-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"source_path_from_root": "/articles/container-apps/monitor.md",
1010
"redirect_url": "/azure/container-apps/logging",
1111
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/container-apps/ingress.md",
15+
"redirect_url": "/azure/container-apps/ingress-overview",
16+
"redirect_document_id": false
1217
}
1318
]
1419
}

articles/container-apps/ingress.md renamed to articles/container-apps/ingress-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can set the following ingress properties:
2626
| `exposedPort` | (TCP ingress only) An port for TCP ingress. If `external` is `true`, the value must be unique in the Container Apps environment if ingress is external. | A port number from `1` to `65535`. (can't be `80` or `443`) | No |
2727
| `external` | Allow ingress to your app from outside its Container Apps environment. |`true` or `false`(default) | Yes |
2828
| `ipSecurityRestrictions` | IP ingress restrictions. See [Set up IP ingress restrictions](ip-restrictions.md) | array of rules | No |
29-
| `stickySessions.affinity` | Enables [session affinity](#session-affinity). | `none` (default), `sticky` | No |
29+
| `stickySessions.affinity` | Enables [session affinity](sticky-sessions.md). | `none` (default), `sticky` | No |
3030
| `targetPort` | The port your container listens to for incoming requests. | Set this value to the port number that your container uses. For HTTP ingress, your application ingress endpoint is always exposed on port `443`. | Yes |
3131
| `traffic` | Traffic weights based on revision name or labels. See [Traffic splitting](traffic-splitting.md) | array of rules | No |
3232
| `transport` | The transport protocol type. | auto (default) detects HTTP/1 or HTTP/2, `http` for HTTP/1, `http2` for HTTP/2, `tcp` for TCP. | No |

articles/container-apps/ingress-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ingress supports:
2121
- [IP restrictions](#ip-restrictions)
2222
- [Authentication](#authentication)
2323
- [Traffic splitting between revisions](#traffic-splitting)
24-
- [Session affinity](#sticky-sessions)
24+
- [Session affinity](#session-affinity)
2525

2626
> [!NOTE]
2727
> Add diagram here, Talked with Anthony about this. He thought that we should consult Ahmed. I think that we should have a diagram that shows the ingress options and how they work together.

articles/zone-pivot-groups.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,15 @@ groups:
17731773
title: Azure portal
17741774
- id: azure-resource-manager
17751775
title: ARM template
1776+
# Owner: cshoe
1777+
- id: arm-portal
1778+
title: Interaction type
1779+
prompt: Select how you want to interact with Azure
1780+
pivots:
1781+
- id: azure-portal
1782+
title: Azure portal
1783+
- id: azure-resource-manager
1784+
title: ARM template
17761785
# Owner: cebundy
17771786
- id: container-apps-interface-types
17781787
title: Interaction type

0 commit comments

Comments
 (0)