Skip to content

Commit ce151e0

Browse files
authored
Merge pull request #289315 from Ajsalemo/main
Updating Container Apps 'ingress how to' to include steps on adding additional TCP ports through the Azure Portal
2 parents 0cc9dd5 + f32ae23 commit ce151e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ type: Microsoft.App/containerApps
203203
204204
::: zone pivot="azure-portal"
205205
206-
This feature isn't supported in the Azure portal.
206+
:::image type="content" source="media/ingress/additional-tcp-ingress-ports-portal.png" lightbox="media/ingress/additional-tcp-ingress-ports-portal.png" alt-text="Screenshot of adding additional TCP ports for Container Apps ingress through the portal.":::
207+
208+
1. Expand the **Additional TCP ports** section within the Ingress blade.
209+
2. Add in additional TCP ports that your application will be accepting traffic on in the _Target port_ field. If _Exposed port_ is left empty, this will take from the same value set in _Target port_.
210+
3. Change the _Ingress traffic_ field as needed. This will configure where ingress traffic will be limited to for each port.
211+
4. When finished, click **Save**.
207212
208213
::: zone-end
209214
127 KB
Loading

0 commit comments

Comments
 (0)