Skip to content

Commit 661020b

Browse files
authored
Updating ingress-how-to.md for including steps on adding additional TCP ports via Azure Portal
The current 'ingress how-to' still mentions that adding additional TCP ports through the portal is not allowed. This is no longer the case. This PR adds a screenshot and a few steps on the "azure-portal" tab on how to add additional ports
1 parent 3a442e1 commit 661020b

File tree

1 file changed

+6
-1
lines changed

1 file 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" alt-text="Sceenshot 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

0 commit comments

Comments
 (0)